body {
margin: 0;
padding: 0;
font: 80%  arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuH {
/*position: absolute;*/
float:left;
top: 180px;
margin-left:10px;
z-index:100;
width: 100%;
display:inline;
}
#menuH dl {
float: left;
width: 100px;
color:#ffffff;
}
#menuH dt {
cursor: pointer;
text-align: center;
font-weight: bold;
color:#ffffff;
border: 1px solid  #333333;
background-image:url(images/barreHaut.gif);
width:90px;
height:20px;
line-height:20px;

}
#menuH dt a{
cursor: pointer;
text-align: center;
font-weight: bold;
color:#ffffff;
text-decoration:none;
}
#menuH dd li{
cursor: pointer;
text-align: center;
color:#666666;
border:1px solid  #999999;
background-color:#EEEEEE;
}
#menuH li {
text-align: center;
margin-left:2px;
color:#FF0000;
/*background: #fff;*/
}
#menuH li a, #menu dt a {
color:#000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
text-align: center;
}
#menuH li a:hover, #menuH dt a:hover ,#menuH dt :hover,#menuH dt:focus{
background-image:url(images/bannerMenuHautHover.gif);
background-color: #999999;
color:#FFFFFF;
width:90px;

}

