/***************** 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:#E0E0E0;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:990px;
height:600px;
left:50%;
top:50%;
margin-left:-495px;
margin-top:-300px;
background:url(../images/charte/bg-container.gif) left top no-repeat;
}
/***************** LOGO *****************/
#logo{
width:135px;
height:316px;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:162px;
height:570px;
padding-left:38px ;
}
#menuLeft ul{
list-style:none;
width:132px;
}
#menuLeft span{
display:none;
}
#menuLeft a{
background-position:left top;
display:block;
height:24px;
overflow:hidden;
}
#menuLeft a:hover,
#menuLeft a:active,
#menuTop a.trigered{
background-position:left bottom;
}
a.bt1		{ 	background:url(../images/charte/bt1.gif) no-repeat; margin-top:20px;}
a.bt2		{ 	background:url(../images/charte/bt2.gif) no-repeat; }
a.bt3		{ 	background:url(../images/charte/bt3.gif) no-repeat; }
a.bt4		{ 	background:url(../images/charte/bt4.gif) no-repeat; }
a.bt5		{ 	background:url(../images/charte/bt5.gif) no-repeat; }
a.bt6		{ 	background:url(../images/charte/bt6.gif) no-repeat; }

/***************** CONTENU *****************/
#contenu{
float:left;
width:720px;
height:520px;
padding:50px 30px 00px 30px;
overflow:auto;

}
/***************** FOOTER *****************/
#footer{
float:left;
position:relative;
width:990px;
height:30px;
background:url(../images/charte/bg-footer.gif) left top repeat-x;
}
#idep{
position:absolute;
left:0;
top:0;
width:305px;
height:30px;

}
#idep img{
float:left;
}
#footer #idep a.idep, #footer #idep a.optea{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#aeaeae;
margin:8px 0 0;
width:150px;
}
#footer #idep a.optea{
margin:0;
}
#contenu #footer #idep a:hover.idep, #contenu #footer #idep a:hover.optea{
text-decoration:underline;
color:#aeaeae;
}
