/*****************************
 * ZONE 1 HOME NON CONNECTEE *
 *****************************/

#slider {
    position : relative;
    padding  : 0;
    margin   : 0;
    overflow : hidden;
}

#sliderConteneur {
    position : relative;
    padding  : 0;
    margin   : 0;
}

#sliderConteneur img {
    position : relative;
    float    : left;
    padding  : 0;
    margin   : 0;
}

#sliderPuce {
    position : relative;
    padding  : 0;
    margin   : 0;
}

#BordGauche, #BordDroit {
    position : relative;
    float    : left;
    width    : 11px;
    height   : 29px;
    padding  : 0;
    margin   : 0;
    top      : 0px;
}
#BordGauche {
    background : url("./images/bordGauche.gif") no-repeat 0 0 transparent;
}
#BordDroit {
    background : url("./images/bordDroit.gif") no-repeat 0 0 transparent;
}
.puceOn, .puceOff {
    position : relative;
    float    : left;
    width    : 23px;
    height   : 29px;
    cursor   : pointer;
    padding  : 0;
    margin   : 0;
    top      : 0px;
}
.puceOn {
    background : url("./images/puceOn.gif") no-repeat 0 0 transparent;
}
.puceOff {
    background : url("./images/puceOff.gif") no-repeat 0 0 transparent;
}