/* CSS Document */

body {
margin:0;
text-align:center;
background:#0d0809;
}
	 
#global {
     margin-left: auto;
     margin-right: auto;
     width:1024px;
	 height:728px;
     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:502px;
width:100%;
}

#global .cadrePrincipal  .cadreGauche {
width:323px;
float:left;
height:502px;
}

#global .cadrePrincipal  .cadreGauche .texteContact {
width:240px;
height:250px;
color:#fff;
font-family:"Helvetica";
font-size:12px;
margin-left:54px;
margin-top:30px;
}

#global .cadrePrincipal  .cadreDroit {
width:701px;
float:right;
height:502px;
}


#global .cadrePrincipal  .cadreDroitContact {
width:701px;
float:right;
height:502px;
background:url(../img/fondPlan.png) no-repeat center top;
}

#global .cadrePrincipal  .cadreDroitContact .texte {
width:250px;
height:80px;
margin-left:400px;
margin-top:300px;
text-align:left;
color:#fff;
font-size:14px;
}


#global .cadrePrincipal .cadreDroit .cadreDroitDevis {
width:370px;
height:310px;
color:#fff;
margin:80px 0px 0 180px;
font-size:12px;
text-align:right;
}

#global .cadrePrincipal .cadreDroit .cadreDroitDevis .ligne{
line-height:25px;
}


#global .cadrePrincipal .cadreDroit .donneesLegales{
font-size:9px;
font-family:"Helvetica";
color:#fff;
border:1px solid #900;
margin-left:130px;
width:500px;
height:90px;
text-align:center;
}

#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;
}