@charset "iso-8859-1";

body {
  margin: 0px;
  padding: 0px;
  background-image: url('images/Menu_Fond.gif');
  background-repeat: repeat-y;
}

#sigle {
  width: 174px;
  height: 68px;
  background-image: url('images/Menu_Gauche_Haut.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

#menu {
  width: 174px;
  background-image: url('images/Menu_Centre.gif');
  background-repeat: repeat-y;
  padding-top: 15px;
  padding-bottom: 15px;
}

#basmenu {
  width: 174px;
  height:21px;
  background-image: url('images/Menu_Gauche_Bas.gif');
  background-repeat: no-repeat;
}

.Style2 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: white;
  margin: 0;
  padding-right: 0;
  padding-left: 5px;
  padding-top: 46px;
  padding-bottom: 0px;
}

.Style2 A:link{color: white; text-decoration : none;}
.Style2 A:active {color: white; text-decoration : underline;}
.Style2 A:active:hover {color: white; text-decoration : underline;}
.Style2 A:hover {color: white; text-decoration : underline;}
.Style2 A:visited {color: white; text-decoration : none;}
.Style2 A:visited:hover {color: white; text-decoration : underline;}	

ul {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0px;
  padding-right:0px;
  margin: 0;
  width: 170px;
  border-style: none;
}

ul ul {
  padding-left: 10px;
  margin-left: 10px;
  width: 145px;
}

ul li {
  list-style: none;
  background-color: #EBEDF0;
  text-align: left;
  margin: 0;
  color: #56607B;
  padding: 1px;
}

ul li a {
  display: block;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  color: #56607B;
}

ul li a:hover {
  color: #EBEDF0; 
  /* background-color: #56607B; */
  background-color: #b1521b;
}