/*drag scroll horizontal*/
#hslider-container{
	overflow:auto;
	height:181px;		
	width:680px;	
}
#hslider{
	height:164px;	
	width:10000px;
}	
#hslider .bloc_profil{
    float:left;
	margin:0 16px 0 0;
	border:2px solid #000000;
	width:86px;
	height:140px;
	font-size:40px;
	text-align:center;
	color:#000000;
	background-color:#dddddd;
}
#hslider .bloc_profil:hover{
	border:2px solid #ffcc00;
}
#hslider-dragcontainer, #hslider-moveleft, #hslider-moveright{
    float:left;
}
#hslider-moveleft, #hslider-moveright{
    width:35px;
	height:20px;	
}
#hslider-moveleft{
	background:transparent url(image/scroll_left_a.gif) 0 0 no-repeat;
}
#hslider-moveright{
	background:transparent url(image/scroll_right_a.gif) 0 0 no-repeat;
}
#hslider-controls{
    display:none;
    background-color:#525252;
}
#hslider-spacer{
    height:19px;
}
#hslider-drag{
    background-color:#ffcc00;
	height:12px;
	margin:4px 0 4px 0;
}
#hslider-pageprevious, #hslider-pagenext{
	height:100px;	
	float:left;
	margin-top:20px;
	display:none;
}
#hslider-pageprevious{
    width:27px;
	padding-right:10px;
	background:transparent url(image/sliderfleche_left.gif) left center no-repeat;
}
#hslider-pagenext{
    width:17px;
	background:transparent url(image/sliderfleche_right.gif) right center no-repeat;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	display:block;
	height:0;
	overflow:hidden;
}
/*fin scroll*/