dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
font-size:12px;
color:#515253;
position: absolute;
top: 55px;
left: 290px;
z-index:100;
width: 657px;
height:41px;
}
#menu dl {
float: left;
width: 120px;
margin: 0 1px;
}
#menu dt {
color:#515253;
cursor: pointer;
text-align: center;
font-weight: bold;
}
#menu dd {
border: 2px solid #FF9000;
background: #fff;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a {
padding-left:15px;
background-image:url(../images/sous_menu.gif);
height:22px;
color:#515253;
text-decoration: none;
display: block;
border: 0 none;
}
#menu dt a {
padding-left:15px;
height:22px;
color:#515253;
text-decoration: none;
display: block;
border: 0 none;
}
#menu li a:hover {
background-image:url(../images/sous_menu2.gif);
color:#FFF;
height:22px;
}
#menu dt a:hover {
color:#000;
height:22px;
}
#smenu1 {
width:210px;
top:26px;
left:104px;
position:absolute;
}
