html, body {
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	width: 100%;
	color: #999999;
	text-decoration: none;
	background-color: #D8DCE2;
} 

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}


/*Paramétrage de l'affichage des liens*/

a:link { /*Defines the style for normal unvisited links.*/
	color: #999999; 
	text-decoration: none;
	}
a:visited { /*Defines the style for visited links*/
	color: #999999; 
	text-decoration: none;
	}

a:active { /*Defines the style for active links. A link becomes active once you click on it.*/
	color: #999999; 
	text-decoration: none;
	}

a:hover { /*Defines the style for hovered links. A link is hovered when the mouse moves over it. Note: Not supported by Netscape browsers prior to version 6.*/
	color: #666666; 
	text-decoration: underline;
	}
