
/* STRUCTURE */

div#corps {
position: relative;
margin: 0 auto;
width: 1000px;
}



/* ENTETE */

div#entete {
width: 1000px;
height: 106px;
background: transparent url(../img/str-entete.png) no-repeat 0 0;
}

div#entete a {
position: absolute;
display: block;
top: 10px;
left: 10px;
width: 550px;
height: 40px;
}



/* CONTENU */

div#contenu {
padding: 4px 0 0 60px;
}



/* PIED */

div#pied {
height: 78px;
background: transparent url(../img/str-pied.png) no-repeat right bottom;
}



/* ELEMENTS EN ABSOLUTE */

div#acces_cdt {
position: absolute;
bottom: 0;
right: 0;
width: 110px;
height: 65px;
}

div#acces_cdt a {
display: block;
width: 110px;
height: 65px;
}






