/***************** 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 *****************/

#container0{
  width:1003px;
 	margin:0 auto;
  background:url(../images/charte/bg-page-y.gif) repeat-y top left;
  height: 100%;
  min-height: 100%;
/*  position: relative;*/
}
#container{
position:relative;
min-height:100%;
width:1003px;
margin:0 auto;
background:url(../images/charte/bg-page-y.gif) repeat-y top left;
}
/***************** HEADER *****************/
#header{
width:1003px;
height:181px;
}

/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:583px;
height:30px;
background-image:url(../images/charte/bg-menu.gif);
list-style:none;
padding:0 0 0 420px;
}
#menuTop li{
	position:relative;
	float:left;
}
#menuTop a{
	display:block;
	height:30px;
	overflow:hidden;
	background:no-repeat scroll left top;
}
#menuTop a span{
	display:none;
}
#container #menuTop a:hover,
#container #menuTop a.trigered{
	background-position:left bottom;
}
#menuTop li.qui a{
	background-image:url(../images/charte/qui-sommes-nous.gif);width:167px;
}
#menuTop li.actualites a{
	background-image:url(../images/charte/actualites.gif);width:149px;
}
#menuTop li.contact a{
	background-image:url(../images/charte/contact.gif);width:180px;
}

/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:240px;
padding:50px 0 0 14px;
}
#menuLeft ul{
list-style:none;
padding-bottom:10px;
}

#menuLeft h1 a:link,#menuLeft h1 a:visited{
width:187px;
text-decoration:none;
font:bold 12px/24px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
height:24px;
overflow:hidden;
padding:0 0 0 0px;
text-indent:30px;
background:url(../images/charte/bt.jpg) no-repeat left top;
margin:0 0 1px 0;
}
#menuLeft h1 a:hover{
width:187px;
text-decoration:none;
font:bold 12px/24px Arial, Helvetica, sans-serif;
color:#f6da1f;
display:block;
height:24px;
overflow:hidden;
padding:0 0 0 0px;
text-indent:30px;
background:url(../images/charte/bt.jpg) no-repeat left bottom;
color:#fff;
}
/***************** SOUS MENU */
#container #menuLeft ul{
width:187px;
background:url(../images/charte/bg-ss-rub.gif) repeat-y left bottom;
margin:0;
padding:0;

}

#container #menuLeft li a{

background:none;
border:none;
text-decoration:none;
font:normal 11px/15px Arial, Helvetica, sans-serif;
color:#fff;
display:block;
overflow:hidden;
width:172px;
display:block;
padding:0 0 0 15px;

}
#container #menuLeft li a:hover{
width:172px;
text-decoration:none;

background-color:#296eb7;
}
/***************** CONTENU *****************/
#contenu{
width:1003px;
min-height:309px;
background:url(../images/charte/bg-contenu.gif) no-repeat left top;
}

#texte{
float:left;
width:650px;
margin:0 0 0 10px;
}

#texte1{
float:left;
width:650px;
margin:0 0 0 10px;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:47px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:1003px;
height:43px;
margin:-43px auto 0;
background:url(../images/charte/bg-footer.gif) no-repeat top left;
}
#idep{
position:absolute;
left:10px;
top:10px;
width:195px;
height:30px;
}
#idep img{
float:left;
padding:8px 0 0 0;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#1c5ea5;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ee8022;
}


#footer p{
font:11px/30px Arial, Helvetica, sans-serif;
color:#294727;
text-align:right;
letter-spacing:1px;
padding:10px 180px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}

