/*--------menu-gauche------------------*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
dd {
display:none
}
#menu-gauche {
padding-top:10px;
padding-bottom:10px;
margin-left:20px !important;
/*z-index:10;
*/
}
dl#menu-gauche {
padding-bottom:10px;
width: 100px;
}
dl#menu-gauche dt {
cursor: pointer;
margin: 0 0 0;
height: 27px;
width:132px;
line-height: 26px;
text-align: left;
font-weight: bold;

}
dl#menu-gauche dd {


}
dl#menu-gauche li {
position:relative;
text-align: left;
/*margin-left:3px;
*/}
dl#menu-gauche li a {
display:block;
font-size:10px;
padding: 2px 10px 2px 20px;
margin-bottom:2px;
color: #000000;
text-decoration: none;
display: block;
border: 0 none;
width:132px;
height: 100%;
background: url(../../../images/fr/catalogue/produits_chimiques/fleche_menu_1.gif) -186px 50% no-repeat;
border-bottom: solid 1px #0066CC;
background-color:#ECEFF8;
}

dl#menu-gauche li a:hover{
width:132px;
height:100%;
color: #0066CC;
background: url(../../../images/fr/catalogue/produits_chimiques/fleche_menu.gif) -186px 50% no-repeat;
border-bottom: solid 1px #0066CC;
background-color: #D0D9ED;
}


/*niveau 2*/
dl#menu-gauche ul li ul{
position: absolute;
top:0px;
left:163px;
z-index:1500;
width:200px;
background: #FFFFFF;
}


dl#menu-gauche dt a{
padding-left:30px;
color: #0066CC;
text-decoration: none;
display: block;
border: 0 none;
height: 28px;
width: 132px;
background: url(../../../images/fr/catalogue/produits_chimiques/menu_famille.png) 0px 0px no-repeat;
}
dl#menu-gauche ul li ul li a{
width:200px;
}
dl#menu-gauche ul li ul li a:hover{
width:200px;
}

