/* Scroller */
.c_toscroll {
	overflow:hidden;
}
.pos_scroll{
	width:100%;
}
.c_hide {
	float:right;
	height:0px;
	overflow:hidden;
	margin-right:2px;
}

div#openall div.c_hide{
	right:5px;
	top:45px;
}

.c_defile {
	float:left;
	width:8px;
	cursor:pointer;
}
.c_scroller {
	float:left;
	width:8px;
}
.track_top {
}
.scroller_btn_top, .scroller_btn_bottom {
	/*display:block;*/
	width:8px;
	height:10px;
}
.scroller_btn_top:hover, .scroller_btn_bottom:hover {
	background-position:bottom left;
}
.track_top, .track_bottom {
	height:5px;
}
.track {
	width:8px;
	height:137px;
}

.scroller_btn_top {
	margin-bottom:3px;
	width:8px;
	background:transparent url('../img/up.png') top left no-repeat;
}
.scroller_btn_bottom {
	margin-top:3px;
	width:8px;
	background:transparent url('../img/down.png') top left no-repeat;
}
.scroller_handler {
	display:block;
	width:8px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url('../img/bouton.png') top left no-repeat;
}
/* Specifique for each scroller */
.content_form{
	overflow:hidden;
	height:175px;
	width:94%;
	float:left;
}