/*Sliders */
/* Traque horizontal : propriétés communes  */
#tableau_slider_track  {
	float: left;
	position :relative;
	clear: both;
	width: 826px; /*longueur de la bande (745px) à faire défiler, moins longueur du curseur (57)*/
	height: 12px;
	z-index: 2;
	left : 0px;
    top: 168px;
    border: solid 1px #73777B;
    background-image : url(/images/fond_slider.png);
}



/* horizontal track handle */
#tableau_slider {
	position:relative;
	top:0px; 
	left : 0px; 
	width: 36px;
	height: 12px;
	cursor: move;
	background-color:#A9ACB0;
	z-index: 2;
}

