/* menu.css */

#Menu {
  margin-left: 10px;
  height: 38px;
}

#Menu ul {
  width: 100%;
  list-style-type: none;
}

#Menu ul li {
  float: left;
  width: 117px;
  background: transparent url(/images/menu/bouton.png) no-repeat;
}

#Menu a {
  display: block;
  font-size: 12px;
  padding: 0 0px 0 0px;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 39px;
}

#Menu .important {
  background: transparent url(/images/menu/arrow-important.gif) no-repeat 8px;
  padding-left: 25px;
}

#Menu a:hover{
  background: transparent url(/images/menu/boutonHover.png) no-repeat bottom;
}
#Menu ul li .selected {
  color: black;
  background: transparent url(/images/menu/selectedBouton.png) no-repeat top;
}

#Menu .separator {
  display: block;
  height: 22px;
  margin: 5px 0;
  background: url(/images/menu/separator.gif) no-repeat;
  position: absolute;
}

#Menu .puceEtude {
  background: url(/images/menu/puce_rouge2.png) no-repeat 7px 13px;
  padding-left: 10px;
}
#Menu a.selected .puceEtude {
  background: transparent url(/images/menu/puce_rouge.png) no-repeat;
}