/* menu.css */

#Menu {
  height: 36px;
  width: 930px;
  margin: 15px auto 0 auto;
}
#Menu ul {
  width: 100%;
  list-style-type: none;
}
#Menu ul li {
  float: left;
}
#Menu a {
  background: transparent url(/images/menu/btn-menu.gif) no-repeat;
  display: block;
  margin-right: 3px;
  padding: 0 0 0 10px;
  color: black;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  text-transform: uppercase;
}
#Menu a .arrondi {
  background: transparent url(/images/menu/btn-menu-right.gif) no-repeat right 0;
  display: block;
  padding: 0px 10px 0 0;
}
#Menu a:hover,
#Menu .selected  {
  color: #BD0926;
  background: transparent url(/images/menu/btn-menu-hover.gif) no-repeat;
}
#Menu a:hover .arrondi,
#Menu .selected .arrondi {
  background: transparent url(/images/menu/btn-menu-right-hover.gif) no-repeat right 0;
}