/***************** 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:#cc0045;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
width:960px;
margin:0 auto;
background:scroll url(../images/charte/bg-container.gif) center top repeat-y;
}
/***************** HEADER *****************/
#header{
width:960px;
height:170px;
background:url(../images/charte/bg-header.jpg) center top no-repeat;
}

#headerFlash{
	float:left;
	width:960px;
	height:170px;
	/*obligatoire si il y a un flash (firefox)*/
	display:block;
	outline:0;
}
/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:200px;
	list-style:none;
	background:url(../images/charte/bg-menu-left.jpg) center top no-repeat;
	padding-top:59px;
}
#menuLeft img{
	float:right;
	height:35px;
	list-style:none;
}

#menuLeft li a{
	text-decoration:none;
	background:none;
	font: 10px/14px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	padding:0 0 0 50px;
}
#container #menuLeft li a:hover,
#container #menuLeft li a.rubrique_active{
	color:#000;
}
/***************** CONTENU *****************/
#contenu{
float:left;
width:545px;
background:url(../images/charte/bg-contenu.jpg) center top no-repeat;
}
#presentation{
float:left;
width:300px;
padding: 20px 5px 0 20px; 
}
#diapo{
float:left;
width:220px;
height:320px;
margin-top:106px;
}
#createurs{
float:left;
width:215px;
height:520px;
background:url(../images/charte/bg-right.jpg) center top no-repeat;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:110px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:960px;
height:110px;
margin:-110px auto 0;
background: url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#idep{
position:absolute;
left:810px;
top:70px;
width:150px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#000;
}
/***************** STYLE FOOTER *****************/
#footer p{
font:10px/12px Arial, Helvetica, sans-serif;
color:#6a0125;
text-align:center;
letter-spacing:1px;
padding:10px 204px 0 66px;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#8e0131;
}
#footer a:hover, #footer a:active{
color:#fff;
}
.conteneurProduit{
border:1px solde #00CC99;
background:red;
height:200px;
}

