<!-- 
.noJs{display:none}

#menu{height:0;
/* bug IE */ }
#menu dl { /* sous-menus complets */
/* width: 11em;*/
 float: left;
 /*margin: 0 1px;*/
}
#menu dt{ /* titres */
 text-align: center;
 font-weight: bold;
 /*background: #ccc;*/
 /*border: 1px solid gray;*/
 background-image:url(../images/onglets/ongletmenu.png);
 width:116px;
 height: 21px;
 /*line-height: 20px;*/
font-size: 11px;
 line-height:22px;
 color:#FFF;
 cursor:pointer;
}


#menu dt:hover { /* titres */
 text-align: center;
 /*font-weight: lighter;*/
 /*background: #ccc;*/
 /*border: 1px solid gray;*/
 /*background-image:url(../images/onglet2on.png);*/
 width:116px;
 height: 21px;
 /*color:#e0001a;*/
 
}
#m
#menu dd { 
 width: 11em; /* Opéra */
 /*border: 5px solid #e0001a;*/ 
 
}
#menu li {
 list-style-type: none;
 text-align: left;
 height:20px;
 line-height:20px;
 font-size: 12px;
 background-color: #dadada;
  _width:130px;
}
#menu li a, #menu dt a { /* liens */
 color: #000;
 text-decoration: none;
 display: block;
 height: 100%;
 border: 0 none;
 padding-left:20px;
 padding-right:0px;
 width:130px;
 /*width:165px;*/
 font-weight: bold;

}
#menu li a:hover, #menu dt a:hover { /* liens survolés */

 background-color:#727272;
 color:#FFF;
  background-image:url(../images/puce.png);
 background-repeat:no-repeat;
 background-position:0% 50%;


}



#menu dd {/* partie dynamique */
 display:none;
 position: absolute;
 z-index:100;
 border: 1px solid #DC241F;
 background-color:#FFF;
}

*{
padding:0;
margin:0;
border:0
}

-->

