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

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

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

LI#spacer2 {
    background-image: url("../images/contact/barre2.jpg");
    width: 102px;
    height: 47px;
    cursor: default;
}
LI.act {
    background-image: url("../images/contact/actoff.jpg");
    width: 85px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI.acton {
    background-image: url("../images/contact/acton.jpg");
    width: 85px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI#spacer3 {
    background-image: url("../images/contact/barre3.jpg");
    width: 89px;
    height: 47px;
    cursor: default;
}
LI.rea {
    background-image: url("../images/contact/reaoff.jpg");
    width: 108px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI.reaon {
    background-image: url("../images/contact/reaon.jpg");
    width: 108px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI#spacer4 {
    background-image: url("../images/contact/barre4.jpg");
    width: 91px;
    height: 47px;
    cursor: default;
}
LI.cont {
    background-image: url("../images/contact/conoff.jpg");
    width: 81px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI.conton {
    background-image: url("../images/contact/conon.jpg");
    width: 81px;
    height: 47px;
    cursor: pointer;
    cursor: hand;
}
LI#spacer5 {
    background-image: url("../images/contact/barre5.jpg");
    width: 98px;
    height: 47px;
    cursor: default;
}

.contactphoto {
    float:left;
    width: 270px;
}

TABLE.contacttable {
    border: 0;
}
TD.contacttexte {
    height: 100px;
}
TD.contactgauche {
    padding-top: 4px;
    text-align:right;
    vertical-align: top;
}
TD.contactsubmit {
    text-align: center
}
P.adressecontact {
    padding-left: 40px;
}
