/* This file skins sliders */
#slider1{
float:left;
margin:50px 0px 20px 0px;
}
.ui-slider { width: 727px; height: 50px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 80px; width: 12px; top: -30px; left: 0px; background: url(/images/slider-handle.gif) 0px 57px no-repeat;  }
/*.ui-slider-handle-active { border: 1px dotted black;  }*/
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; /*filter: alpha(opacity=50);*/ -moz-opacity : 0.5; }
.ui-slider-range { position: absolute; background: #50A029; opacity: 0.6; /*filter: alpha(opacity=30);*/ -moz-opacity : 0.6; width: 100%; height: 100%; }

/* Default slider backgrounds */
.ui-slider, .ui-slider-1 { background-image: url(/images/slider-bg-1.png); }
.ui-slider-2 { background-image: url(/images/slider-bg-2.png);}

.valeur {
font-size:9px;
width:40px;
height:15px;
padding:2px 5px;
border:2px solid #321321;
text-align:center;
display:block;
background:#FFF;
margin-left:-20px;
}