/***************** 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:#301e0f url(../images/charte/bg-body.jpg) center top repeat-y;
}
#absTop {
z-index:1;
top:0;
width:100%;
height:820px;
position:absolute; 
background:url(../images/charte/bg-body-absolut.jpg) top center no-repeat;
}
/***************** CONTAINER *****************/
#containerGeneral{
z-index:8;
position:relative;
width:100%;
margin:0 auto;
background:url(../images/charte/bg-body-absolut.jpg) top center no-repeat;
}
#container{
z-index:10;
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:#fff url(../images/charte/bg-container.jpg) top center no-repeat;
z-index:5;
}
/***************** HEADER *****************/
#header{
width:953px;
height:139px;
padding:12px 7px 0 0;
background:url(../images/charte/bg-header.jpg) top center no-repeat;
text-align:right;
}
/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:400px;
height:25px;
list-style:none;
background:url(../images/charte/bg-menutop.jpg) top center no-repeat;
padding:24px 0 0 560px;
}
#menuTop li{
position:relative;
float:left;
width:90px;
}
#menuTop li.bt1{
}
#menuTop a{
text-decoration:none;
font:bold 12px Arial, Helvetica, sans-serif;
color:#63141c;
text-align:center;
display:block;
overflow:hidden;
}
#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop a.rubrique_active{
color:#fff;
}
/***************** MENU LEFT *****************/
#colLeft{
	float:left;
	width:181px;
	padding-top:30px;
	padding-left:7px;
}
#menuLeft{
	float:left;
	width:181px;
	list-style:none;
	background:url(../images/charte/bg-encart-haut.gif) top center no-repeat;
}
#menuLeft li a{
	text-decoration:none;
	font:13px/25px Arial, Helvetica, sans-serif;
	color:#472e1a;
	display:block;
	padding:0 0 0 25px;
	height:25px;
	margin:0 10px;
	background:url(../images/charte/bg-menuleft-btn.gif) center left no-repeat;
}
#menuLeft li.titre{
	text-decoration:none;
	font:14px/45px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	text-align:center;
	background:none;
}
#menuLeft li a:hover,
#menuLeft li a.rubrique_active{
	background:#8eb616;
	color:#fff;
}
#encartHaut{
	float:left;
	width:151px;
	background:url(../images/charte/bg-encart-haut.gif) top center no-repeat;
	padding:0 15px;
}
#encartHaut .titre{
	width:151px;
	font:14px/45px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	display:block;
	margin-bottom:7px;
}
#encartHaut .texte{
	width:151px;
	font:12px Arial, Helvetica, sans-serif;
	color:#472e1a;
	display:block;
	margin-bottom:7px;
}
#encartHaut .texte2{
	width:151px;
	font:12px Arial, Helvetica, sans-serif;
	color:#608c18;
	display:block;
	margin-bottom:7px;
}
#encartHaut .cliquezici{
	width:151px;
	height:21px;
	background:url(../images/charte/bg-cliquezici.gif) top center no-repeat;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	margin-bottom:7px;
	text-decoration:none;
}
#encartHaut .cliquezici a{
	color:#fff;
	text-decoration:none;
	padding:3px 10px 0 67px;
	display:block;
	text-align:center;
	width:74px;
}
#encartHaut .cliquezici a:hover{
	color:#8eb616;
}
#encartBas{
	float:left;
	width:181px;
	height:17px;
	background:url(../images/charte/bg-encart-bas.gif) top center no-repeat;
	padding-bottom:15px;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:554px;
padding:30px 15px 0 15px;
}
/***************** MENU RIGHT *****************/
#colRight{
	float:left;
	width:181px;
	padding-top:30px;
	padding-right:7px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:82px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footerLarge{
z-index:40;
position:relative;
clear:both;
width:100%;
height:82px;
margin:-82px auto 0;
background:url(../images/charte/bg-footer-large.jpg) top center no-repeat;
}
#footer{
position:relative;
clear:both;
width:960px;
height:40px;
margin:0 auto 0;
background:url(../images/charte/bg-footer.jpg) top center no-repeat;
padding-top:42px;
}
#creationweb{
position:absolute;
left:10px;
top:50px;
width:195px;
height:30px;
}
#footerLarge #footer #creationweb a{
text-decoration:none;
display:block;
font:10px Arial, Helvetica, sans-serif;
color:#ffc2cc;
margin:4px 0 0;
}
#footerLarge #footer #creationweb a:hover{
text-decoration:none;
color:#fff;
}

