#scrollable {
	height:157px;
	width:420px;
	padding:10px;
	position:relative;
}
#flowtabs {
	width:410px;
	height:35px;
	padding:0;
	margin:0 !important;
}
#flowtabs li {
	float:left;
}
#flowtabs li a {
	float:left;
	margin:0;
	outline:none;
	padding:5px 0;
	text-align:center;
} 
#flowtabs #t1 {
	width:130px;
}
#flowtabs #t2 {
	width:100px;
}
#flowtabs #t3 {
	width:100px;
}
#flowpanes {	
	width:420px;
}
#flowpanes div {
	display:none;	
	margin:10px 0;
	background:#fff url(../images/travaux.jpg) 300px top no-repeat;
}
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	
}

#flowpanes a {
	color:#ed7a29;		
	font-size:12px;
}

#flowpanes samp {
	color:#ccc;		
}

#flowpanes div.narrow {
	padding-right:0px;		
}
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}
#flowpanes div {
	float:left; 
	display:block; 
	width:400px;
	height:100px; 
	padding:15px 10px;
	margin:0;
	cursor:pointer; 
	font-size:12px;
}
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}
#flowpanes .items p {
	width:300px;
	float:left;
	padding:0;
	margin:0;
}
#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}
#flowpanes .items { 
	width:20000em; 
	position:absolute; 
	clear:both; 
	margin:0; 
	padding:0; 
} 
 
#flowpanes .less, #flowpanes .less a { 
	color:#999 !important; 
	font-size:11px; 
}

.current {
	color:#73489b !important;
	background:#fff;
}
.prev, .next {
	width:15px;
	height:30px;
	border:none;
	outline:none;
	float:left;
	position:absolute;
	top:80px;
	line-height:30px;
	cursor:pointer;
	background:#fff;
	padding:0;
}
.prev {
	left:0px;
}
.next {
	right:0px;
}
