/* MENU HAUT */
#menu_haut #menu{width:auto; float:left; }
#menu dl, #menu dt, #menu dd, #menu ul, #menu li{margin: 0; padding: 0; list-style-type: none; float:left;}
#menu dl {position:relative;float:left;  border-right:1px solid #aaa; height:22px;}
#menu dl:last-child{border-right:none;}
#menu dl dt{}

#menu dd{ display:none; position:absolute; top:25px; left:0px; border:1px solid #fff; border-bottom:none; background-color: #99B3D0; width:150px; }
#menu dd li{width:100%; clear:both;}
#menu dd li a{ display:block;background-color: #99B3D0; width:150px; color:#013858; padding:4px 0; text-decoration:none; text-indent:5px; border-bottom:1px solid #fff;}
#menu dd li a:hover{ background-color: #013858 ; width:150px; color:#99B3D0;  }
.Sous_menu_dyn_bas, .Sous_menu_dyn_haut{display:none;}

#menu dl:last-child dd{right:0; left:inherit;}
