/***************** 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:#84310C url(../images/charte/body.jpg) center top no-repeat;
}

#container{
position:relative;
margin:0 auto;
width:840px;
height:570px;
background:url(../images/charte/container.jpg) center top no-repeat;
}







/***************** MENU TOP *****************/
#menuTop{
width:840px;
height:100px;
}
/***************** CONTENU *****************/
#contenu{
float:left;
height:350px;
width:480px;
padding:0 0 0 60px;
overflow:auto;
padding-right:10px;
position:relative;
outline:none;
}
#galerie{
float:left;
width:230px;
height:280px;
margin-left:10px;
}
#anim{
float:left;
width:840px;
height:130px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:30px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
width:840px;
height:30px;
margin:-30px auto 0;
position:relative;
clear:both;
}
#idep{
position:absolute;
left:0;
top:0;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:5px 0 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color: #660000;
}
