@charset "iso-8859-1";

A:link {
    text-decoration: none;
    color: darkblue
    }
A:visited {
    text-decoration: none; 
    color: #00008B
    }
A:hover {
    text-decoration: none; 
    color: #FF0000;
    background:#F5F5F5
    }  

BODY {
  background-image:url(./images/fond.gif);
  background-attachment: fixed;
  background-repeat: repeat;
  color: #000000;
  margin: 0px;
    scrollbar-face-color:#80a9e6; 
    scrollbar-shadow-color:#ad9c7b;
    scrollbar-highlight-color:#ad9C7b;
    scrollbar-3dlight-color:#ad9C7b;
    scrollbar-darkshadow-color:#200014;
    scrollbar-track-color:#ffffff; 
    scrollbar-arrow-color: #000000;
}

TD { 
    font-size: 10pt;
    font-family: verdana;
    color: #000022
	 	}
TD.bold {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
}
TR.bold {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
}