/* CSS Document */

/* Ebauche site nedved nouvelle mouture */
/* Alain Marois - 2005 */

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#FFFFFF;
	text-align: center;
}
#footer a:link { color:#FFFFFF; text-decoration:none; }    /* cibles non encore visitées */
#footer a:visited { color:#FFFFFF; text-decoration:none; } /* cibles visitées */
#footer a:hover { color:#00F6FF; text-decoration:none; }   /* Liens pour "MouseOver" */
#footer a:active { color:#FFFFFF; text-decoration:none; }  /* Liens cliqués */
