@charset "utf-8";
/* CSS Document */


/******************************Gestion des div*****************************/

#menuGauche{
float:left;
width:174px; 
height:500px; 
background-image:url(img/degradeFondMain.jpg); 
background-repeat:repeat-x;
background-position:bottom;
}
#partieEntete{
height:22px;
color:#FFFFFF;
width:289px;
font-size:16px;
font-family:Helvetica, sans-serif;
line-height:22px;
background-image:url(img/fondEnteteContact.jpg); 
background-repeat:repeat-x;
background-position:bottom;
background-color:#EA6C15;
line-height:26px;
margin-right:202px;
padding-left:44px;
margin-bottom:8px;

}
#partieGauche{
height:465px;
width:392px; 
float:left;
}
#partieDroite{
line-height:26px;
background-color:#F6F6F6;
margin-right:91px;
width:333px; 
height:465px; 
float:right; 
}


