BODY {
    background-image: url("../images/realisations/bg.jpg");
}
/*#top {
    background-image: url("../images/realisations/haut.jpg");
}*/
H1 {
	text-align: center;
}
#content {
    background-image: url("../images/realisations/fond.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 480px;
}

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

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

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

#cphototable {
    position: relative;
    top: 20px;
    
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

cTD {
    padding: 0px;
}
#cphotodiv {
    z-index: 1;
    ##background-color: white;
    backgroun: url("../images/realisations/bg.jpg");
    border: 1px solid black;
    text-align: center;
    vertical-align: center;
}

#cphoto {
    margin: 10px;
}

#cphotoprec {
    position: relative;
    top: -37px;
    float: left;
    clear: none;
    width: 34px;
    height: 0px;
    z-index: 2;
}

#cphotosuiv {
    position: relative;
    top: -37px;
    float: right;
    clear: none;
    width: 34px;
    height: 0px;
    z-index: 3;
}

DIV.gauche {
    float: left;
    width: 25%;
    height: 100%;
    margin-top: 2px;
}

DIV.droite {
    margin-left: 26%;
    height: 100%;
    text-align: center;
    padding-top: 35px;
    padding-right: 15px;
}
A:link, A:visited {
	color: black;
}
