#menu { float: left; width: 815px; height: 32px; padding: 0; margin: 0; font-size: 12px; font-weight: normal; background-image: url(../images_nav/fond_menu.jpg); background-position: top left; background-repeat: no-repeat; }

#menu dl { float: left; margin: 0; padding: 0; }
#menu dl dt { float: left; display: block; height: 32px; cursor: pointer; text-align: center; margin: 0; padding: 0; color: #330000; }
#menu dl dt a { float: left; height: 22px; display: block; margin: 0; text-decoration: none; color: #EBEBEF; padding: 10px 0 0 0; cursor: pointer; }
/*#menu dl dt a { * height: 22px; }*/
#menu dl dt a.bt_accueil { padding-left: 41px; width: 66px; }
#menu dl dt a.bt_equipe { width: 69px; }
#menu dl dt a.bt_conseil { width: 64px; }
#menu dl dt a.bt_edition { width: 60px; }
#menu dl dt a.bt_internet { width: 61px; }
#menu dl dt a.bt_creation { width: 98px; }
#menu dl dt a.bt_contact { width: 100px; }

#menu dl dt a:hover { color: #000; }

#menu dl dd { position: absolute; z-index: 100; top: 60px; display: none; width: 180px; text-align: left; padding: 0; margin-left: 5px !important; border-top: 1px solid #999; }
/*#menu dl dd { *margin-left: -55px; }*/
#menu dl dd ul { width: 178px; padding: 0; margin: 0; list-style-type: none; }
#menu dl dd ul li a { display: block; width: 170px; color: #999; text-decoration: none; background-color: #fff; padding: 4px; margin: 0; list-style-type: none; font-weight: normal; border: 1px solid #999; border-top: 0; }
#menu dl dd ul li a:hover { color: #ad7b15; }
