/* Feuille de style pour la charte graphique du site
 * Cette feuille de style est appelée depuis styles.css.
 */

/***************** STRUCTURE *****************/
*{
/*---toutes les marges sont à 0---*/
margin:0;
padding:0;
list-style:none;
}
body,html{
	height:100%;/*---obligatoire pour le footer---*/
	background:#221100 url(../images/charte/bg-body.jpg ) left top repeat-x;
}

body{
	font-size:62.5%;
}

#container{
	position: relative;/*---obligatoire pour le footer---*/
	min-height:100%; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	height:100%;/*---obligatoire pour le footer:IE---*/
	width:990px;
	margin:0 auto;
	background:url(../images/charte/bg-container.jpg) left top repeat-y;
}


#header{
	width:990px;
	height:165px;
	background:url(../images/charte/header.jpg) left top no-repeat;
}
/******************/
a.bt1		{ 	background:url(../images/charte/bt1.jpg) no-repeat left top;  	}
a:hover.bt1 {	background:url(../images/charte/bt1hover.jpg) no-repeat left top;}

a.bt2		{ 	background:url(../images/charte/bt2.jpg) no-repeat left top;  	}
a:hover.bt2 {	background:url(../images/charte/bt2hover.jpg) no-repeat left top;  	}

a.bt3		{ 	background:url(../images/charte/bt3.jpg) no-repeat left top;  	}
a:hover.bt3 {	background:url(../images/charte/bt3hover.jpg) no-repeat left top;}

a.bt4		{ 	background:url(../images/charte/bt4.jpg) no-repeat left top;   	}
a:hover.bt4 {	background:url(../images/charte/bt4hover.jpg) no-repeat left top; 	}

a.bt5		{ 	background:url(../images/charte/bt5.jpg) no-repeat left top;  	}
a:hover.bt5 {	background:url(../images/charte/bt5hover.jpg) no-repeat left top; }

a.bt6		{ 	background:url(../images/charte/bt6.jpg) no-repeat left top;   	}
a:hover.bt6 {	background:url(../images/charte/bt6hover.jpg) no-repeat left top; 	}

a.bt7		{ 	background:url(../images/charte/bt7.jpg) no-repeat left top;  	}
a:hover.bt7 {	background:url(../images/charte/bt7hover.jpg) no-repeat left top;}

a.bt8		{ 	background:url(../images/charte/bt8.jpg) no-repeat left top;  	}
a:hover.bt8 {	background:url(../images/charte/bt8hover.jpg) no-repeat left top;  	}

a.bt9		{ 	background:url(../images/charte/bt9.jpg) no-repeat left top;  	}
a:hover.bt9 {	background:url(../images/charte/bt9hover.jpg) no-repeat left top;}

a.bt10  	{ 	background:url(../images/charte/bt10.jpg) no-repeat left top;   	}
a:hover.bt10 {	background:url(../images/charte/bt10hover.jpg) no-repeat left top; 	}
/***************** CONTENU *****************/
#contenu{
position:relative;
	width:990px;
	padding-bottom:50px;
	min-height:350px; /*---obligatoire pour le footer:Firefox---*/
	height:auto !important;/*---obligatoire pour le footer:Firefox---*/
	background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
}


#part1{ /* contenu du site */
width:805px;
display:block;
float:left;
}
#part2{ /* actu promo etc */
width:185px;
display:block;
float:left;

}
#total{
float:left;
width:573px;
position:relative;
}
#contenu #contenuTexte{
width:573px;
padding:20px 3px 0 13px;
}
/***************** MENU LEFT *****************/
#contenu #menuLeft{
float:left;
width:182px;
padding:0 0 0 49px;
}
#contenu #menuLeft h1{
height:29px;
width:182px;
display:block;
}

#contenu #menuLeft span{
display:none;
}

#contenu #menuLeft ul{
list-style:none;
}
#contenu #menuLeft a{
height:29px;
display:block;
width:182px;
overflow:hidden;
}
#contenu #menuLeft a:hover,
#menuTop a.trigered{
color:#fff;
}



/***************** SOUS MENU */

#container #contenu #menuLeft li a{
text-decoration:none;
text-align:center;
font:11px Arial, Helvetica, sans-serif;
color: #993300;
display:block;
height:20px;
line-height:20px;
background:url(../images/charte/bg-li.jpg) repeat-y left top;
width:182px;
margin:0;
}
#container #contenu #menuLeft li a:hover{
text-decoration:none;
color: #CC9900;
}


/***************** CONTENU TEXTUEL *****************/



/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:50px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#lotus{
background:url(../images/charte/lotus.png) left top no-repeat;
height:144px;
width:253px;
position:absolute;
left:0;
bottom:50px;
z-index:50;

_background:url();
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/charte/lotus.png", sizingMethod="crop");
}


#footer1{
width:100%;
height:50px;
clear:both;
position:relative;
margin:-50px auto;
background:url(../images/charte/bg-footer.jpg) left top repeat-x;
}
#footer{
position: relative;/*---obligatoire pour le footer---*/
margin:auto;
width:990px;
height:40px;
background:url(../images/charte/footer.jpg) left top no-repeat;
padding-top:10px;
}


#idep{
position:absolute;
left:0;
top:20px;
width:210px;
height:30px;
padding-left: 55px;
}
#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:underline;
color:#fff;
}

