@charset "iso-8859-1";
body {	
background: url(design/fond.png);		  
    	font-family: Times New Roman;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #454545;
scrollbar-base-color: #FF0000;
   scrollbar-track-color: #FFCCCC;
   scrollbar-arrow-color: #FFFFFF;}
}

td {  font-family: Verdana, Arial; font-size: 9pt; font-weight: bold;color: #FFFFFF}
a:link {  font-family: Verdana, Arial; font-weight: bold; font-size:8pt; color: #FF0000; text-decoration: none}
a:visited {  font-family: Verdana, Arial; font-weight: bold; font-size: 8pt; color: #FFCCCC; text-decoration: none}
a:active {  font-family: Verdana, Arial; font-weight: bold; font-size: 8pt; color: #FF0000; text-decoration: none}
a:hover {color: #FFFFFF; font-size: 8pt; font-weight: bold; font-family: Verdana, Arial; text-decoration: none}
hr { color: #FF0000}
h3 { color: #FF0000}

input,textarea,option{font-size: 9pt;font-family: Times New Roman;COLOR: #FF0000;BACKGROUND-COLOR: #FFCCCC;font-weight: bold;}
P{font-size: 9pt;font-family: Times New Roman;font-weight: bold;}
a.info {
position: relative;
text-decoration: none;
color: black;
border-bottom: 1px gray dotted;
}
a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
}
a.info:hover span {
display: inline;
position: absolute;
z-index: 500;
top: 2em;
left: -150;
background: navy;
text-align: center;
color: #66CCFF;
padding: 2px;
}
