/* menu.css */

#Menu {
  height: 27px;
  padding-bottom: 2px;
  width: 925px;
  margin: auto;
}
* html #Menu {
  padding-bottom: 0px;
}
#Menu ul {
  list-style-type: none;
}
#Menu ul li {
  float: left;
}
#Menu ul li a {
  font-size: 13px;
  font-weight: bold;
  line-height: 29px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  margin: 0 5px 0 0;
  padding: 0 0 0 8px;
  display: block;
  background: url(/images/menu/menu-left.gif) no-repeat left;
}
#Menu a .arrondi {
  background: url(/images/menu/menu-right.gif) no-repeat right;
  display: block;
  padding: 0 8px 0 0;
  margin-right: -2px;
}
#Menu a:hover {
  background: url(/images/menu/menu-hover-left.gif) no-repeat left;
  color: #C7C7FF;
}
#Menu a:hover .arrondi {
  background: url(/images/menu/menu-hover-right.gif) no-repeat right;
}
#Menu a.selected {
  background: url(/images/menu/selected-left.gif) no-repeat left;
  color: #050287;
}
#Menu a.selected .arrondi {
  background: url(/images/menu/selected-right.gif) no-repeat right;
}
#Menu .first {
  margin-left: 0;
}
#Menu .last {
  margin-right: 0;
}
