/***************** 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:#f48000 url(../images/charte/bg-body.jpg) left top repeat-x;
}
/***************** CONTAINER *****************/
#container{
position:relative;
min-height:100%;
height:auto!important;
height:100%;	
width:990px;
margin:0 auto;
background:scroll #fff url(../images/charte/bg-container.jpg) left top repeat-y;
}
/***************** HEADER *****************/
#header{
width:990px;
height:200px;
background:url(../images/charte/header.jpg) left top no-repeat;
}
#monPanier{
width:180px;
height:60px;
position:absolute;
top:0;
right:40px;
padding:20px 0 0 20px;
display:block;
color:#fff;
font:10px/20px Arial, Helvetica, sans-serif;
}
#monPanier a{
color:#fff;
text-decoration:underline;
}
#monPanier a:hover{
color:#000;
text-decoration:none;
}
#monPanier span{
font-style:italic;
color:#fff;
font-weight:bold;
}
a.commander{
width:94px;
height:16px;
display:block;
background:url(../images/charte/commander.jpg) left top no-repeat;
}

a:hover.commander{
width:94px;
height:16px;
display:block;
background:url(../images/charte/commander.jpg) left bottom no-repeat;
}
/***************** MENU LEFT *****************/
#menuLeft{
float:left;
width:210px;
padding:100px 0 0 40px;
min-height:365px;
height:auto!important;
background:url(../images/charte/bg-menu-left.jpg) left top no-repeat;
}
#menuLeft ul{
list-style:none;
}
#menuLeft span{
display:none;
}
#menuLeft a{
display:block;
background-position:left top;
overflow:hidden;
}
#menuLeft a:hover,
#menuTop a.trigered{
background-position:left bottom;
}
a.bt1{background:url(../images/charte/bt1.jpg) no-repeat; height:27px;}
a.bt2{background:url(../images/charte/bt2.jpg) no-repeat; height:27px;}
a.bt3{background:url(../images/charte/bt3.jpg) no-repeat; height:27px;}
.bottom{background:url(../images/charte/bottom.jpg) no-repeat; height:22px; margin-bottom:0px;}
a.parrain{background:url(../images/charte/parrain.jpg) no-repeat; height:96px;}
/***************** SOUS MENU */
#container #menuLeft li a{
background:url(../images/charte/bg-li.jpg) left top repeat-y;
border:none;
text-decoration:none;
font:bold 11px/20px Arial, Helvetica, sans-serif;
color:#434343;
display:block;
height:20px;
_margin-top:-1px;
overflow:hidden;
padding:0 0 0 35px;
}
*+html #container #menuLeft li a{
margin-top:-1px;
}
#container #menuLeft li a:hover{
text-decoration:underline;
color:#f56e00;
}
#recherche{
float:left;
width:162px;
height:90px;

background:url(../images/charte/recherche.jpg) no-repeat;
margin-left:15px;
padding-top:40px;
padding-left:10px;}


#recherche input{

	width:105px;
	height:15px;
	line-height:0em;
	font-size:11px;
	padding:2px;
	border:1px solid #f38000;
	background:none;
	color:#000;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}

#recherche   .boutonrecherche {
	border:1px solid #f38000;
	margin-top:1px;
	color:#f38000;
	margin-left:3px;
	background-color:#fff;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:28px;
	padding:2px;
	height:20px;
	font-weight:bold;
}

#recherche input:focus{
	border:1px solid #000;
}
/***************** CONTENU *****************/
#contenu2{
float:left;
width:740px;
min-height:365px;
height: auto!important;
padding:0px 0 0 0px;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
#contenu{
float:left;
width:690px;
min-height:365px;
height: auto!important;
padding:0px 50px 0 0px;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
#contenu #colRight{
float:right;
width:230px;
min-height:365px;
height: auto!important;
margin-right:-50px;
}
/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:35px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/
#footer{
position:relative;
clear:both;
width:990px;
height:35px;
margin:-35px auto 0;
background:url(../images/charte/footer.jpg) left top no-repeat;
}
#idep{
position:absolute;
left:40px;
top:5px;
width:195px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#434343;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration: none;
color:#000;
}
