/* CSS Document */

body {
margin:0;
text-align:center;
background:#0d0809;
}
	 
#global {
     margin-left: auto;
     margin-right: auto;
     width:1024px;
	 height:708px;
     text-align: left; /* on rétablit l'alignement normal du texte */
     }
	 
#global .cadreHaut {
margin-top:40px;
margin-bottom:20px;
height:90px;
width:100%;
text-align:center;
}

#global .cadreMenu {
height:34px;
line-height:34px;
background:#fff;
}

#global .cadrePrincipal {
height:395px;
width:100%;
}

#global .cadrePrincipal  .cadreGauche {
width:323px;
float:left;
height:395px;
background-color:#c0ae87;
}

#global .cadrePrincipal  .cadreGauche .texte {
width:310px;
height:350px;
color:#fff;
font-family:"Helvetica";
font-size:12px;
margin-left:05px;
margin-top:5px;
}



#global .cadrePrincipal  .cadreDroit {
width:701px;
float:left;
height:395px;
}


#global .cadrePrincipal  .cadreDroit img {
opacity:0.5;
}



#global .bandeauProduits {
height:107px;
width:1024px;
}

#global .bandeauProduits img {
width:205px;
height:107px;
float:left;
}

#global .bandeauProduits img.last {
width:204px;
height:107px;
float:left;
}

#global .cadreSeparationInferieure {
height:18px;
width:100%;
background:#fff;
}

#global .cadreInferieur {
height:30px;
width:100%;
text-align:center;
font-size:12px;
line-height:10px;
margin-top:15px;
color:#b1b2b4;
}