@charset "iso-8859-1";
/* auteur: JV */
html, body {
	background-color : white;
	font-family: Verdana; 
	font-size : 10pt; 
	color : black;
	}
	
a:link {color: blue; 
			font-size : 11pt;
			font-family: Times New Roman; 
			text-decoration: none; }
			
a:visited {color: blue; 
			font-size : 11pt;
			font-family: Times New Roman;
			text-decoration: none;}	
			
a:hover {color: red; 
			font-size : 11pt;
			font-family: Times New Roman;
			text-decoration: none; 
			background-color: SkyBlue}
			
h3{
    font-size : 105%;                            
	color: black;
  }