/*sous menu*/




dl, dt, dd, ul, {
margin: 0;
padding: 0;
list-style-type: none;
}
#sous {
position: absolute;
left: 10px;
top: 190px;

}
dl#sous {
width: 145px;

}
dl#sous dt  { 
padding-left:10px;
font-family:Arial,  "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
color: white;
font-size: 12px;
letter-spacing: 0.12em; 
line-height: 13px; 
 background-image: none; 
 background-repeat: repeat; 
 background-attachment: scroll; 
 background-position: 0 0; 
 text-align: left; 
 cursor: pointer; 
 margin: 2px 0; 
 height: 20px }



dl#sous dd  { 
}

dl#sous li {

padding-bottom:4px;
margin-bottom: 0px

}
dl#sous li a, dl#sous dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

dl#sous li a:hover, dl#sous dt a:hover {
color: #a49b9a
}

dd ul{
left: 0px;
margin-left:-50px;
}

dl#sous dt.subcategory{
font-size: 11px;
letter-spacing: 0.15em; 
margin-bottom:-2px;
}


img.dividerimage{
padding-left: 20px;
position:absolute;
}