dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
}

dl#menu dt {
cursor: pointer;
margin: 0px 0;
height: 60px;
text-align: center;
width: 157px;
}
dl#menu dd {
border: 0px solid gray;
+margin-bottom: -11px;
+margin-top:-6px;
}

#menu li {
border:0px red solid;
}

li.entete {
  background-image: url(../img/menu_h.gif);
  background-repeat: no-repeat;
  color: #FFCC00;
  text-align: center;
  height: 13px;
  line-height:  6px;
  display:table;
  width:156px;
  margin-left:0px;
}

li.conteneur1 {
  background-image: url(../img/cellule.gif);
  background-repeat: repeat-y;
  color: #FFCC00;
  text-align: center;
  height: 25px;
  line-height: 24px;
  display:table;
  width:156px;
  margin-left:0px;
}

.conteneur1 img, span {
vertical-align: middle;
display:inline_block;
height: 24px;
margin-bottom:4px; }

li.pied {
  background-image: url(../img/menu_b.gif);
  background-repeat: repeat-y;
  color: #FFCC00;
  text-align: center;
  height: 14px;
  line-height: 6px;
  display:table;
  width:156px;
  margin-left:0px;
}

li.pied2 {
  background-image: url(../img/menu_b2.gif);
  background-repeat: no-repeat;
  color: #FFCC00;
  text-align: center;
  height: 18px;
  line-height: 6px;
  display:table;
  width:156px;
  margin-left:0px;
}

