/* CSS Document */
.noJs{color:red}
.dynmenu{
 display:none;
 position: absolute;
 z-index:100;
}
 
#menu {
text-align:left;
width: 544px; /* correction pour Opera */
background:url(../images/b-fond.gif) repeat-x;
}
#menu dl { /* sous-menus complets */
 /*width: 11em;*/
 float: left;
 margin: 0 1px;
}

#menu dt { /* titres */
 text-align: center;
 font-weight: bold;
}

#menu dt a {
padding-top:0.40em;
}

#menu dd { 
 display:none;
 width: 11em; /* Opéra */
}

#menu li {
 list-style-type: none;
 /*text-align: center;*/
 border-bottom:#486c9e 1px solid;
}

#menu li a { /* liens */
 color: #000;
 text-decoration: none;
 display: block;
 height: 100%;
}

#menu li a:hover { /* liens survolés */
 background:url(../images/menu-d-b-fd.jpg) repeat-y;

}