/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background: url(../images/charte/bg-body.jpg) center center;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:930px;
height:566px;
left:50%;
top:50%;
margin-left:-465px;
margin-top:-283px;
}
/***************** HEADER *****************/
#header{
width:930px;
height:190px;
}

/***************** CONTENU *****************/
#contenu{
background:url(../images/charte/bg-contenu.png) top left no-repeat;
_background:url(../images/charte/bg-contenu.gif) top left no-repeat;
width:770px;
height:276px;
padding:0px 70px 0 90px;
overflow:auto;
}
#presentation{
width:760px;
height:260px;
overflow:auto;
padding:0px 10px 0 0px;

}
/***************** FOOTER *****************/
#footer{
position:absolute;
width:930px;
height:100px;
left:0;
bottom:0;
background: url(../images/charte/bg-footer.png) center top no-repeat;
_background: url(../images/charte/bg-footer.gif) center top no-repeat;
}
#idep{
position:absolute;
left:650px;
top:60px;
width:195px;
}
#idep img{
float:left;
margin-right:5px;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#8f8e8e;
margin:4px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/***************** STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:left;
letter-spacing:0px;
padding:70px 0px 0 100px;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#8f8e8e;
}
#footer a:hover, #footer a:active{
color:#fff;
}

