/* --- STYLES MODIFIÉ POUR LCDH --- */

/* Page */ 
html, body
	{ 
	padding: 0px;  /* supprime les marges autour du site */
	font-family: arial,verdana,sans-serif; 
	font-size: 11px; 
	color: #656265; 
	text-decoration: none; 
	margin-top: 25%;
	text-align: center; 
	background: #ECEBE6;
	}

/* Liens */ 
	a, a:link, a:hover, a:focus, a:active, a:visited
		{
		/* La zone de description standard de police (font-size, family...) n'est pas reprise car elle est héritée */
		text-decoration: underline;
		color: #656265; /* reprise pour corriger un bug */
		}
	a:hover
		{
		color: #000000;
		}
	a img 	
		{
		border: none; 
		}


