/*-------STRUCTURE PAGE ENTIERE---------*/

*{
margin: 0;
padding: 0;
border: 0;
}

body {
font-family : verdana;
font-size: 76%;
background: #774e39;
}

body table{
border-collapse: collapse;
}

#contener {
width: 920px;
margin: auto;
}

#basdepage{
margin:auto;
width: 920px;
}

#basdepage p{
color:#fbc530;
font-size:9px;
text-align:center;
}

#basdepage p a{
color:#fbc530;
text-decoration:none;
}

#basdepage p a:hover{
color:#fff;
text-decoration:underline;
}

/*-------------COLONNE GAUCHE------------*/
#menu-content {
width: 280px;
vertical-align: top;
background: #b5773b url(images/fd_gauche.gif) repeat-y;
}


/*-------------COLONNE DROITE : MENU HAUT + CORPS------------*/
#droite{
height:100%;
background:#fff url(images/fond_essentiel.gif) repeat-y;
width: 640px;
vertical-align: top;
}

#droite #content-entete{
background:#774e39;
}

#droite #std{
float: left;
}

#corps #espace-client, #std #espace-client{
width: 112px;
float: right;
background: #774e39;
}

#corps #milieu, #std #milieu{
width: 528px;
float: left;
}

#corps #milieu, #std #milieu-2{width: 528px;float: left;background:#fff;}

#corps #milieu .plus {
float: left;
background: #fbc530;
width: 288px;
padding: 0 5px 45px 15px;
}

#signature {
height: 53px;
float: right;
text-align: right;
display: block;
background: #774e39;
width: 640px;
}
