BODY {
    background-image: url("../images/accueil/bg.jpg");
}
/*
#top {
    background-image: url("../images/accueil/haut.jpg");
}*/

#content {
    background-image: url("../images/accueil/fond.jpg");
    background-repeat: no-repeat;
    background-position: center;
}


LI#spacer1 {
    width: 65px;
    height: 47px;
    cursor: default;
}
LI.acc {
    background-image: url("../images/accueil/accoff.jpg");
    width: 81px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI.accon {
    background-image: url("../images/accueil/accon.jpg");
    width: 81px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI#spacer2 {
    background-image: url("../images/accueil/barre2.jpg");
    width: 102px;
    height: 47px;
    cursor: default;
}

#menu_fond {
    background-image: url("../images/accueil/barre2.jpg");
}

LI.act {
    background-image: url("../images/accueil/actoff.jpg");
    width: 85px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI.acton {
    background-image: url("../images/accueil/acton.jpg");
    width: 85px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI#spacer3 {
    background-image: url("../images/accueil/barre3.jpg");
    width: 89px;
    height: 47px;
    cursor: default;
}
LI.rea {
    background-image: url("../images/accueil/reaoff.jpg");
    width: 108px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI.reaon {
    background-image: url("../images/accueil/reaon.jpg");
    width: 108px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI#spacer4 {
    background-image: url("../images/accueil/barre4.jpg");
    width: 91px;
    height: 47px;
    cursor: default;
}
LI.cont {
    background-image: url("../images/accueil/conoff.jpg");
    width: 81px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI.conton {
    background-image: url("../images/accueil/conon.jpg");
    width: 81px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI#spacer5 {
    background-image: url("../images/accueil/barre5.jpg");
    width: 98px;
    height: 47px;
    cursor: default;
}
DIV.gauche {
    float: left;
    width: 9%;
    margin-top: 2px;
}

DIV.droite {
    margin-left: 10%;
    text-align: justify;
    padding-top: 35px;
    padding-right: 15px;
}