/* CSS Document */
.slider-bar {
  background-position: -208px 3px;
        width: 179px;
        height:10px;
        background: url('../images/slider_bar.gif') ;
        margin-right: 5px;
        float: left;
        position: relative;

}
.handle {
  position: absolute;
  top:-10px;
  left:76px;
  display: block;
        width: 25px;
        height: 30px;
        float: left;
        background: url('../images/slider_handle.gif');
        cursor: move;
}
.slider-bar-color {

        width: 76px;
        top:2.5px;
        left:1px;
        height:7px;
        background: url('../images/colorGreen.gif');
        margin-right: 5px;
        float: left;
        position: absolute;
}
.Obligatoire {
  FONT-WEIGHT: bold; COLOR: #ff9900
}
.error {
  COLOR: #cc0000;
  font-size:11pt;
}
.label1
{
cursor:pointer;
color:#0000ff;
font-size:11pt;

}
