#hauteur_menu {
  top:57px; left:2px;
  position:absolute;
  width: 759px; height: 32px; 
  z-index:100; 
  border:1px solid #9999FF; 
}

#barre_menu {
  position:absolute;
  width: 759px; height: 30px; 
  background-color: #CCFF99;
  padding: 1px; 
  background-image: url("/h/IMG/TETE/fleche1.gif");
  background-position: left center;
}

#barre_menu ul {
  list-style:none;
}

#barre_menu li{
  position:relative; 
  height: 26px;
  width: 80px;
  margin-left:1px; 
  float:right;
  color:white;
}

#barre_menu a:hover{
  color: #006699; 
  background-color: #CCFF99; 
  border:1px solid #9BC572; 
}

#barre_menu a{
  background-color:#6666CC;
  border:1px solid #333399;
  padding: 1px;
  padding-left:8px;
  padding-right:3px;
  color: #FFFFFF; 
  text-decoration: none; 
  height: 26px; 
  display: block; 
  line-height: 9pt;
}

#barre_menu li #menu_exploration, #barre_menu li #menu_bal {
  display: none;
  position: absolute;
}

#barre_menu li:hover #menu_exploration, #barre_menu li:hover #menu_bal {
  display: block;
  margin:0;
  padding:0;
}

#menu_exploration{
  display: none;
  position:absolute; 
  width: 195px; 
  height: 130px;
  background-color: #CCFF99;
  border:1px solid #9BC572; 
  padding:2px;
}

#menu_exploration a:hover, #menu_bal a:hover{
  background-color: #99FF00;
  background-image: url("/h/IMG/TETE/fleche3.gif"); 
  border-style:none;
}

#menu_exploration a{
  font-size: 12px; font-weight: bold; 
  color:#336699; 
  background: url("/h/IMG/TETE/fleche3.gif") no-repeat 2px 6px; 
  text-decoration: none; 
  height: 20px; 
  width:180px;
  padding: 2px 0 0px 15px;
  border-style:none;
  vertical-align:bottom;
}

#menu_bal{
  display: none;
  position:absolute; 
  width: 145px; 
  height: 90px;
  background-color: #CCFF99;
  border:1px solid #9BC572; 
  padding:2px;
}

#menu_bal a{
  font-size: 12px; font-weight: bold; 
  color:#336699; 
  background: url("/h/IMG/TETE/fleche3.gif") no-repeat 2px 6px; 
  text-decoration: none; 
  height: 20px; 
  width:130px;
  padding: 2px 0 0px 15px;
  border-style:none;
  vertical-align:bottom;
}

