﻿/***************** 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:970px;
margin:0 auto;
background:url(../images/charte/bg-page-y.gif) repeat-y top left;
}
/***************** HEADER *****************/
#header{
width:970px;
height:269px;
}


#contenu{
width:970px;
min-height:221px;
background:url(../images/charte/bg-contenu.jpg) no-repeat left top;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:255px;
}

#menuLeft h1{
width:203px;
cursor:hand;
text-decoration:none;
font:bold 12px/31px Arial, Helvetica, sans-serif;
color:#06075b;
display:block;
height:31px;
overflow:hidden;
text-indent:20px;
background:url(../images/charte/bt.gif) no-repeat top left;
margin:0 0 5px 0;
}

#menuLeft h1 a:link,#menuLeft h1 a:visited{
width:203px;
cursor:hand;
text-decoration:none;
font:bold 12px/31px Arial, Helvetica, sans-serif;
color:#06075b;
display:block;
height:31px;
overflow:hidden;
text-indent:20px;
background:url(../images/charte/bt.gif) no-repeat top left;
margin:0 0 5px 0;
}
#menuLeft h1 a:hover{
text-indent:30px;
color:#fff;
background:url(../images/charte/bt.gif) no-repeat bottom left;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}
#container #menuLeft li {
background:none;
border:none;
text-decoration:none;
font:normal 11px/18px Arial, Helvetica, sans-serif;
color:#020353;
display:block;
height:18px;
overflow:hidden;
text-indent:30px;
width:203px;
background-color:#a4d59f;
}
#container #menuLeft li a:link,#container #menuLeft li a:visited{
background:none;
border:none;
text-decoration:none;
font:normal 11px/18px Arial, Helvetica, sans-serif;
color:#020353;
display:block;
height:18px;
overflow:hidden;
text-indent:0px;
padding:0 0 0 30px;
width:173px;
background-color:#a4d59f;
}
#container #menuLeft li a:hover{
text-decoration:none;
color:#fff;
background-color:#020455;
}

#container #menuLeft li a.ssrubrique:link,#container #menuLeft li a.ssrubrique:visited{
background:none;
border:none;
text-decoration:none;
font:normal 10px/18px Arial, Helvetica, sans-serif;
color:#020353;
display:block;
height:18px;
overflow:hidden;
padding:0 0 0 40px;
width:163px;
background-color:#b2deae;
}
#container #menuLeft li a.ssrubrique:hover{
text-decoration:none;
color:#fff;
background-color:#020455;
}

/***************** CONTENU *****************/

#texte{
float:left;
width:620px;
}
/*---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{
position:relative;
clear:both;
width:970px;
height:30px;
margin:-30px auto 0 auto;
}

#idep{
position:absolute;
left:0px;
width:195px;
height:20px;
top:10px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#040658;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000;
}


#footer p{
font:11px/30px Arial, Helvetica, sans-serif;
color:#39a32e;
text-align:right;
letter-spacing:1px;
padding:0px 110px 0 0;
}

