/***************** 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:#000;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:930px;
height:510px;
left:50%;
top:50%;
margin-left:-465px;
margin-top:-255px;
background:url(../images/charte/bg-container.jpg) bottom left no-repeat;
}

/***************** LOGO *****************/
#logo{
width:197px;
height:130px;
}

#logointro{
width:930px;
height:500px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:197px;
height:454px;
}
#menuflash{
height:300px;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#98a451;
display:block;
height:20px;
overflow:hidden;
padding:0 0 0 10px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#7d8a2e;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:733px;
height:454px;
background:#2c2c2c;
}
#textes{
float:left;
width:363px;
margin:20px 30px;
height:414px;
overflow:auto;
padding-right:10px;
}
#sousmenu-dom{
height:100px;
width:230px;
margin:10px;
}
#galerie{
float:left;
padding:10px 10px 10px 0px;
background:#000;
color:#aaa;
text-align:center;
width:290px;
height:434px;
background:#2c2c2c;
}
/***************** FOOTER *****************/
#footer{
float:right;
position:relative;
width:733px;
height:47px;
margin-top:9px;
background:#707070;
}
#idep{
position:absolute;
right:0;
bottom:0;
width:546px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep #idep-optea{
float:left;
font:9px/8px Arial, Helvetica, sans-serif;
margin:8px 0 0;
}
#footer #idep #idep-optea a{
text-decoration:none;
color:#ccc;
}
#footer #idep #idep-optea a:hover{
text-decoration:none;
color:#fff;
}
