/* menu.css */

#Menu {
  height: 30px;
  background: transparent url(/images/menu/background-menu.gif) no-repeat;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
}
#Menu ul li {
  float: left;
}
#Menu .separator {
  color: white;
  font-size: 14px;
  display: block;
  margin-top: 6px;
}
#Menu a {
  display: block;
  font-family: Verdana;
  font-size: 14px;
  padding: 0 29px;
  color: white;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}
#Menu a:hover {
  background: transparent url(/images/menu/arrow-menu.png) no-repeat 15px center; 
}
#Menu .selected {
  font-weight: bold;
  background: transparent url(/images/menu/arrow-menu.png) no-repeat 15px center; 
}
.puceEtude {
  padding-left: 18px;
  margin-left: -18px;
  background: transparent url(/images/menu/arrow.jpg) no-repeat 0px 1px;
}
.puceEtude:hover {
  background: transparent url(/images/menu/arrow.jpg) no-repeat 0px -15px;
}