#menu {
width: 980px;
display:block;
height:45px;
border-top:3px solid #00AAFF;
margin-top:15px;
}
div#menu ul.level1 li {
background-color:#004361;
color:white;
margin-top:0px;
height: 24px;
border-left:1px solid black;
border-right: 1px solid black;
}
div#menu ul {
color: white;
margin: 0px;
padding: 0;
text-align:center;
font-size:12px;
font-weight: bold;
}
div#menu li {
position: relative;
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 194px;
height:30px;
/*z-index:100;*/
}
div#menu ul ul {
position: absolute;
display: none;
width: 194px;
}
div#menu ul ul li {
position: relative;
top:15px;
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
border-top: 1px solid #5A6B6B;
background:#5A6B6B;
height:20px;
padding-bottom:5px;
}
div#menu li.conteneur {
padding-top: 6px;
padding-bottom: 0px;
width: 194px;
height: 30px;
}
div#menu a {
display: block;
color: white;
text-decoration: none;
padding-top: 6px;
width: 194px;
background-color:#004361;
height: 24px;
}
html>body div#menu a {
height: 24px;
}
div#menu li.conteneur:hover {
color: white;
height:24px;
width: 194px;
}
div#menu a:hover {
  color:#004361;
  font-weight: bold;
background-color:#00AAFF;
}
div#menu ul.level1 li.conteneur:hover ul.level2 {
  display: block;
}
div#menu ul.level2 {
  top: 17px;
  left: 0px;
}