/***************** 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:#fff url(../images/charte/bg-body.jpg) center top no-repeat;
}

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

/***************** MENU LEFT *****************/
#menuLeft{
	float:left;
	width:200px;
	height:270px;
	padding-top:336px;
	list-style:none;
	background:url(../images/charte/bg-left.jpg) center top no-repeat;
}
#menuLeft li a span{
display:none;
}

#menuLeft li a{
	text-decoration:none;
		float:left;
	font:bold 11px/20px Arial, Helvetica, sans-serif;
	color:#7d8a2e;
	display:block;
	width:200px;
	}
li.bt1 a{background: url(../images/charte/bt-01.jpg) top left; height:30px;}
li.bt1 a:hover{background: url(../images/charte/bt-01.jpg) top right;}
li.bt2 a{background: url(../images/charte/bt-02.jpg) top left; height:45px;}
li.bt2 a:hover{background: url(../images/charte/bt-02.jpg) top right;}
li.bt3 a{background: url(../images/charte/bt-03.jpg) top left; height:45px;}
li.bt3 a:hover{background: url(../images/charte/bt-03.jpg) top right;}
li.bt4 a{background: url(../images/charte/bt-04.jpg) top left; height:25px;}
li.bt4 a:hover{background: url(../images/charte/bt-04.jpg) top right;}
li.bt5 a{background: url(../images/charte/bt-05.jpg) top left; height:25px;}
li.bt5 a:hover{background: url(../images/charte/bt-05.jpg) top right;}
li.bt6 a{background: url(../images/charte/bt-06.jpg) top left; height:25px;}
li.bt6 a:hover{background: url(../images/charte/bt-06.jpg) top right;}
li.bt7 a{background: url(../images/charte/bt-07.jpg) top left; height:45px;}
li.bt7 a:hover{background: url(../images/charte/bt-07.jpg) top right;}

/***************** CONTENU *****************/
#top{
float:left;
width:760px;
height:125px;
background:url(../images/charte/bg-top.jpg) center top no-repeat;
}
#quali{
position:absolute;
left:738px;
top:55px;
width:180px;
height:50px;
float:left;
}
#quali img{
float:left;
width:90px;
}
#top2{
float:left;
width:760px;
min-height:80px;
background:url(../images/charte/bg-top2.jpg) center top no-repeat;
}
#devis a.devis-gratuit{
position:relative;
width:365px;
height:80px;
float:right;
background: url(../images/charte/btn-devis.jpg) top left;
}
#devis a.devis-gratuit span{
display:none;
}

#devis a:hover{background: url(../images/charte/btn-devis.jpg) top right;}

#contenu{
float:left;
width:538px;
min-height:400px;
background:url(../images/charte/bg-contenu.jpg) left top no-repeat;
}
#presentation{
float:left;
width:480px;
padding:50px 0 0 50px;
}
#diapo{
position:relative;
float:left;
width:510px;
height:310px;
margin:10px 0 0 50px;
}
#right{
float:right;
width:180px;
height:300px;
padding:150px 0 0 42px;
background:url(../images/charte/bg-right.jpg) center top no-repeat;
}
#right a:link, #right a:visited{
text-decoration:underline;
font:11px/30px Arial, Helvetica, sans-serif;
padding-left:20px;
color:#959595;
}
#right a:hover, #right a:active{
text-decoration:underline;
color:#91AB0B;
}

/*---obligatoire pour le footer---*/
/*---mettre <div class="clearer" id="clearFooter"></div>--*/
/*---apres la div contenu---*/
.clearer{
clear:both;
}
#clearFooter{
height:86px;/*--- = à la hauteur du footer ---*/
}
/***************** FOOTER *****************/

#footer{
width:100%;
height:86px;
clear:both;
position:relative;
margin:-86px auto;
background: url(../images/charte/bg-footer2.jpg) center top repeat-x;
}
#footer2{
position: relative;/*---obligatoire pour le footer---*/
margin:auto;
width:960px;
height:86px;
background: url(../images/charte/bg-footer.jpg) center top no-repeat;
}
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#9D9D9C;
text-align:right;
letter-spacing:1px;
padding:45px 50px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#9D9D9C;
}
#footer a:hover, #footer a:active{

color:#545455;
}
