/* CSS Document */

body {
margin:0;
text-align:center;
background:#0d0809;
}
	 
#global {
     margin-left: auto;
     margin-right: auto;
     width:1024px;
	 height:768px;
     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:31px;
line-height:31px;
background:#fff;
}

#global .cadrePrincipal {
height:395px;
width:100%;
background:#ecdcbb;
}


#global .logoGC {
position:relative;
top:525px;
left:950px;
background:url(../img/GC.png) no-repeat center;
width:75px;
height:63px;
}


#global .bandeauProduits {
height:106px;
width:100%;
background:#ecdcbb;
text-align:center;
}


#global .cadreSeparationInferieure {
height:18px;
width:100%;
background:#fff;
}

#global .cadreInferieur {
height:30px;
width:100%;
text-align:center;
font-size:11px;
line-height:10px;
margin-top:15px;
color:#b1b2b4;
}
