/***************** 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:#FFCB89 url(../images/charte/bg-body.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto !important;
height:100%;
width:990px;
margin:0 auto;
background:url(../images/charte/bg-container.jpg) left top repeat-y;
}

/***************** HEADER *****************/
#top{
width:990px;
height:50px;
background:url(../images/charte/top.jpg) left top no-repeat;
}
#header{
width:990px;
height:100px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
#logo-anime{
width:50px;
height:50px;
/**background-color:#00FF00;**/
top:0px;
left:85px;
position:absolute;
z-index:20;
}
/***************** MENU LEFT *****************/
#contenu #menuLeft{
float:left;
width:160px;
}
#contenu #menuLeft ul{
list-style:none;
}
#contenu #menuLeft a{
text-decoration:none;
font:bold 12px/15px Arial, Helvetica, sans-serif;
color: #333;
display:block;
height:20px;
text-align:left;
padding:0 0 0 10px;
}
#contenu #menuLeft a:hover,
#menuTop a.trigered{
color: #FF6600;
}

/***************** CONTENU *****************/
#contenu{
float:left;
width:990px;
min-height:470px;
height:auto:!important;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
#contenuTexte{
float:left;
width:790px;
padding:20px 0px 0 0px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer1{
width:100%;
height:50px;
clear:both;
position:relative;
margin:-50px auto;
background:url(../images/charte/bg-footer.jpg) left top repeat-x;
}
#footer{
position: relative;/*---obligatoire pour le footer---*/
margin:auto;
width:990px;
height:50px;
color:#fff;
background:url(../images/charte/footer.jpg) left top no-repeat;
}
#idep{
position:absolute;
left:10px;
top:20px;
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:#666;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#333;
}

