/***************** 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:#999999;
}


/***************** CONTAINER *****************/
#container{
	position:relative;
	min-height:100%;
	width:990px;
	margin:0 auto;
	background:scroll #fff url(../images/charte/bg-container.jpg) center top repeat-y;
}


/***************** CONTAINER *****************/
#container2{
	position:relative;
	min-height:1000px;
	width:990px;
	margin:0 auto;
	background:url(../images/charte/bg-contenu.jpg) 0 250px no-repeat;
}


/***************** HEADER *****************/
#header{
	width:990px;
	height:250px;
	background:url(../images/charte/header.jpg) no-repeat;
}


/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:180px;
	margin-left:15px;
	height:500px;
}
#menuLeft ul{
	list-style:none;
	padding-bottom:10px;
	/*border:solid #b5c76b;
	border-width:0 0 1px 0;*/
}

#menuLeft a{
	text-decoration:none;
	font:bold 14px/25px Arial, Helvetica, sans-serif;
	color:#FE0000;
	display:block;
	height:30px;
	text-align:right;
	overflow:hidden;
	padding:0 8px 0 0 ;
	border-right:7px solid #FFFFFF;
}

#menuLeft a:hover,
#menuTop a.trigered{
	background:#ef363c;
	color:#fff;
	border-right:5px solid #CCCCCC;
}


/***************** SOUS MENU */
#container #menuLeft li a{
	background:none;
	border:none;
	text-decoration:none;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#666666;
	display:block;
	height:20px;
	overflow:hidden;
	padding:0 13px 0 0 ;
	margin:0;
}

#container #menuLeft li a:hover{
	/*text-decoration:underline;*/
	background:#A10509;
	color:#FFFFFF;
}

.marginPetite{
	margin:0 0 0 16px;
}

.marginGrande{
	margin:0 0 0 18px;
}



/***************** PARTENAIRES *****************/
#partenaires {
	width:150px;
	height:100px;
	right:0;
	float:right;
	margin:15px 0 0 0;
	/*background-color:#CCCCCC;*/
	/*border:1px solid #000000;*/
}



/***************** CONTENU *****************/
#contenu{
	float:left;
	width:600px;
	padding:20px 15px 0 15px;
	/*border:1px solid #000000;*/
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
	clear:both;
}

#clearFooter{
	height:90px;/*--- = à la hauteur du footer ---*/
}


/***************** FOOTER *****************/
#footer{
	position:relative;
	clear:both;
	width:990px;
	height:90px;
	margin:-90px auto 0;
	background: url(../images/charte/bg-footer.jpg) no-repeat;
}

#bgbottom {
	width:35px;
	min-height:425px;
	background:url(../images/charte/bg-bottom.jpg) no-repeat bottom right;
	position:absolute;
	bottom:90px;
	right:0;
	/*background-color:#CCCCCC;*/
	/*border:1px solid #000000;*/
}

