body{
	background-color: #EFEFEF; /*gris*/
}

a, a:visited, a:hover{
	color:black;
	text-decoration:none;
	font-style:italic
}

img{
	border : 0;
}

h4{
	padding: 20px 30px 5px 20px;
}

p{
	text-align: justify;
	padding:15px 25px 15px 15px;
	line-height:20px;
}

#conteneur{
	width:90%;
	margin: 0 auto;
	position:relative;
}

#entete{
	height:150px;
	margin-bottom: 20px;
}

#imgEntete{
	margin : 0 auto;
	width:960px;
	height:150px;
	background:url("../images/haut.jpg") no-repeat; 
}

#gauche{
	width : 30%;
	position:absolute;
}

#gauche_haut_coin_g, #gauche_haut_centre, #gauche_haut_coin_d{
	height:23px;
}

#gauche_haut_coin_g{
	background:url(../images/gauche_chg.jpg) no-repeat; 
	width:23px;	
	position: absolute;
	float:left;
}

#gauche_haut_centre{
	background:url(../images/gauche_h.jpg); 
	padding:0 40px;
	line-height:30px;
	color:yellow;
	font-weight:bold;
}

#gauche_haut_coin_d{
	background:url(../images/gauche_chd.jpg); 
	width:23px;
	position: relative;
	float:right;
	top:-23px;
}

#gauche_g{
	background:url(../images/gauche_cg.jpg) repeat-y; 
}

#gauche_centre{
	background:url(../images/gauche_c.jpg); 
}

#gauche_d{
	background:url(../images/gauche_cd.jpg) repeat-y; 
	background-position: right;
	padding:12px;
}


#gauche_bas_coin_g{
	background:url(../images/gauche_cbg.jpg) no-repeat; 
	width:30px;	
	position: absolute;
	float:left;
	height:30px;
}

#gauche_bas_centre{
	background:url(../images/gauche_b.jpg);
	height:30px; 
}

#gauche_bas_centre a{
	padding:0 40px;
	line-height:15px;
	color:yellow;
	font-weight:bold;
	float:right;
}

#gauche_bas_coin_d{
	background:url(../images/gauche_cbd.jpg); 
	width:30px;
	position: relative;
	float:right;
	top:-30px;
	height:30px;
}

#centre{
	width : 70%;
	position:absolute;
	right:0;
}

#centre_haut_coin_g{
	height:34px;
	background:url(../images/centre_chg.jpg) no-repeat; 
	width:34px;	
	position: absolute;
	float:left;
}
#centre_haut_centre{
	height:34px;
	background:url(../images/centre_h.jpg); 
}
#centre_haut_coin_d{
	height:34px;
	background:url(../images/centre_chd.jpg); 
	width:34px;
	position: relative;
	float:right;
	top:-34px;
}
#centre_g{
	background:url(../images/centre_g.jpg) repeat-y; 
}
#centre_d{
	background:url(../images/centre_d.jpg) repeat-y; 
	background-position: right;
	padding:12px;
}
#centre_c{
	background-color:#fcffc9; /*jaune pale*/
}

#centre_bas_coin_g{
	background:url(../images/centre_cbg.jpg) no-repeat; 
	width:31px;	
	position: absolute;
	float:left;
	height:31px;
}
#centre_bas_centre{
	background:url(../images/centre_b.jpg);
	height:31px;
}
#centre_bas_coin_d{
	background:url(../images/centre_cbd.jpg); 
	width:31px;
	position: relative;
	float:right;
	top:-31px;
	height:31px;
}

		
#diapo{
	text-align: center;
	min-height:400px;
}

#new{
	margin:10px 35px 10px 20px;
	border:#9B7A48 thin solid;	/*marron foncé*/
	background-color:#F8D19D; /*marron clair*/
	padding:10px;
	font-style:italic;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.imgGauche{
	width:35%;
	padding:10px 30px 10px 50px;
}

.imgDroite{
	float:right;
	padding:10px 60px 10px  30px;
	width:35%;
}

#titre{
	text-align:center;
	color:#442005; /*marron*/
	font-size:32px;
}

.produit{
	padding:20px 0 20px 50px;
}

.produit li{
	padding:10px 0px;
}

.menu_gauche {
	font-family:arial,verdana,helvetica;
	font-size:17px;
	margin:10px;
	padding:5px 5px 0 20px;
}

.fichesTech{
	padding:15px 0px 15px 50px;
}

.fichesTech li {
	font-weight:normal;
	padding:8px 0;
}

.menu_gauche li{
	padding:5px 0px;
}

.menu_gauche a{
	color:#002200;
	text-decoration:none;
}

.menu_gauche a:hover{
	color:#008800;
	text-decoration:underline overline;
}

.tableau{
	border-collapse: collapse;
	margin:auto;
	width:90%;
}

.tableau td{
	padding:5px;
	border:1px solid;
	border-color:black;
}

.tableau th{
	background-color:#efb140;	/*ocre*/
	text-align:center;
	border:1px solid;
}

.boutique{
	border:3px solid #006600; /*vert foncé*/
	margin:10px 10px;
	width:95%;
}

.boutique_titre{
	font-size:18px;
	color:#130082; /*bleu*/
}

.boutique_prix{
	color:#890910;	/*bordeau*/
	font-weight:bold;
}

.galerie{
/*	width : 90%;*/
}

.galerie tr{
	width : 25%;
}

.galerie td{
	border:solid 1px grey;
}

.diapo{
	margin:10px;
	width:95%;
	text-align:center;
}

#formulaire{
	margin:0 0 0 20px;
}

.recapitulatif{
	border-collapse: collapse;
	margin:10px auto;
}

.recapitulatif td{
	border:1px solid;
	border-color:#000000;
}