A:link {color: #000; text-decoration: underline;}
A:visited {color: #000; text-decoration: underline;}
A:hover {color: #716f79; text-decoration: overline }
body {
  color : #fff;
  background-image: url('img/fond.gif');
  background-position: top center;
  background-attachment: fixed;
  background-repeat: repeat-x;
  background-color: #daf4fd;
}

table {
  background-color: #7d807a;
  filter : alpha(opacity=90); 
  -moz-opacity : 0.9; 
  opacity : 0.9;
}

img {
  filter : none; 
  -moz-opacity : none; 
  opacity : none;
}
