#cssMenuDLA ul {
  background: transparent url(../Images/Menu/Menu.gif) repeat scroll 0%;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 95%;
  height: 20px;
  padding-left: 5%;
  margin-left: 0px;
}
#cssMenuDLA ul li {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #7f7f7f;
  display: block;
  float: left;
  height: 20px;
}
#cssMenuDLA ul li a {
  display: block;
  float: left;
  color: #ffffff;
  width: 125px;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  font-family: "Times New Roman",Times,serif;
}
#cssMenuDLA ul li.cssMenuActif {
  background-image: url(../Images/Menu/MenuActif.gif);
  height: 20px;
  color: #000000;
}
#cssMenuDLA ul li.cssMenu a:hover {
  background-image: url(../Images/Menu/MenuHover.gif);
  height: 20px;
  color: #000000;
}


#cssMenuRealisation * td {
  height: 20px;
  text-align: center;
  vertical-align: middle;
  font-family: "Times New Roman",Times,serif;
}
#cssMenuRealisation *.cssSMenuActif a {
  color: #000000;
  font-weight:bold;
  text-decoration: none;
}
#cssMenuRealisation *.cssSMenu a {
  color: #c0c0c0;
  text-decoration: none;
}
#cssMenuRealisation *.cssSMenu a:hover {
  color: #0000ff;
  text-decoration: none;
}

