.Menu1 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  width: 205px;
  background-image: url("Images/background-menu1.jpg");
  background-position: top right;
  background-repeat: repeat-y;
  padding: 5px 2px 15px 10px;
  font-size: 11pt;
  margin: 0;
}

.Menu1 h1 {
  font-size: 120%;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid white;
  text-shadow: white 3px 3px 3px;
}

.Menu1 a {
  display: block;
  border: none;
  text-decoration: none;
  text-shadow: 3px 3px 3px white;
  /*text-shadow: white 1px 2px;*/ 
  margin: 2px 0 0 0;
  color: rgb(17,159,64);
  padding: 1px 3px;
  font-weight: bold;
}

.Menu1 a:hover {
  color: white;
  background-color: rgb(37,159,84);
  text-shadow: 2px 2px 2px black;
  /*text-shadow: none;*/   
}

.Menu1 a.MenuChocolat {
  color: rgb(105,40,8);
}

.Menu1 a.MenuChocolat:hover {
  background-color: rgb(105,40,8);
  color: white;
}

.Menu2 {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid white;
  font-size: 80%;
}

.Menu2 a {
  color: black;
  padding: 0;
  margin: 0;
}

.SiteUpdate {
  font-size: 8pt;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: rgb(17,159,64);
}

