/* links */
.Error{
  font-size: 150%;
  font-weight: bold;
  color: #FF7777;
}

BODY {
  margin: 5px;
  padding: 0;
  font-size: 0.8em;
  font-family:  Univers, Helvetica, Optima, "Bitstream Vera Sans", sans-serif;
  text-align: center; /* be nice to IE5 */
  background-color: #3f3f3f;
  color: #AAAAAA;
}

H2{
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  padding: 0;
  margin: 0.5em 0 1em 0;
  color: #FFF48E;
}

TD.bouton{
  background-image: url(tableh2_bg.png);
  background-repeat: repeat-x;
  background-position: center;
  border: 1px solid #000000;
  text-align: center;
}
TD{
  color: #AAAAAA;
}

IMG{
  border: 3px solid #101010;
}

A.titre{
  font-weight: bold;
  color: #FFF48E;
  font-size: 150%;
  text-decoration:none;
}

A.titre:hover {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 150%;
}


A{
  font-weight: bold;
  color: #FFFFFF;
  font-size: 100%;
  text-decoration:none;
}

A:hover {
  font-weight: bold;
  color: #FFF48E;
  font-size: 110%;
}

