/*------MENU ESPACE CLIENT A GAUCHE--------*/

#menu-client{
width:112px;
margin-top:10px;
background: url(images/fd-espace-client.gif) no-repeat;
height: 390px;
}

#menu-client .compte{
padding-left: 23px;
margin-top:6px;
padding-bottom:7px;
background: url(images/cadenas.gif) no-repeat 3px;
border-bottom: solid 1px #8aa81e;
}

#menu-client .creer{
padding-left: 23px;
margin-top:6px;
padding-bottom:7px;
background: url(images/enveloppe.gif) no-repeat 3px;
border-bottom: solid 1px #8aa81e;
}

#menu-client .panier {
padding-left: 23px;
margin-top:6px;
padding-bottom:7px;
background: url(images/panier.gif) no-repeat 3px;
border-bottom: solid 1px #8aa81e;
}

#menu-client a{
color: #8aa81e;
text-decoration: none;
font-weight: bold;
font-size: 0.8em;

}

#menu-client a:hover{
color: #774e39;
}

