/***************** 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:#fff;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:980px;
margin:0 auto;
background:scroll #fff url(../images/charte/bg-container.gif) center top repeat-y;
}

#logo{
float:left;
width:300px;
height:280px;
display:block;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:270px;
padding-left:30px;
text-align:right;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
border:solid #d9e9f4;
border-width:0 0 1px 0;
}
#menuLeft a{
text-decoration:none;
font:bold 9px/24px Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#9e9e9e;
display:block;
height:24px;
overflow:hidden;
border:solid #d9e9f4;
border-width:0 0 1px 0;
padding:0 30px 0 0;
background:scroll url(../images/charte/puce1.gif) right center no-repeat;
}
#menuLeft a:hover,
#menuTop a.trigered{
color:#fff;
background:scroll #ec8e1f url(../images/charte/puce2.gif) right center no-repeat;
}
/***************** SOUS MENU */
#container #menuLeft li a{
background:none;
border:solid #fff;
border-width:0 0 1px 0;
text-transform:uppercase;
text-decoration:none;
font:10px/20px Arial, Helvetica, sans-serif;
color:#ec8e1f;
display:block;
height:20px;
overflow:hidden;
padding:0 30px 0 0;
}
#container #menuLeft li a:hover{
background:scroll url(../images/charte/puce1.gif) right center no-repeat;
color:#81b7d9;
}
/***************** CONTENU *****************/
#contenu{
float:left;
color:#78b2d6;
width:680px;
background:scroll url(../images/charte/bg-content.gif) left top no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:60px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:980px;
height:60px;
margin:-60px auto 0;
background:scroll url(../images/charte/bg-footer.gif) left top no-repeat;
}
#idep{
position:absolute;
left:80px;
top:32px;
width:195px;
height:28px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#ccc;
margin:2px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
color:#ccc;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000;
}

#getNavigationFloatLeft a {
	float:left;
	padding-left:5px;
}
