/* CSS du site by LMPC */

/* 666666 = gris foncé  background */
/* 333333 = gris clair */
/* 333333 = gris clair écriture */

body,td,th,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-color: #666666;
}

.fond {
	color: #333333;
}

.copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#cccccc;
	text-align:center;
}

a:link {
	color: #C9C9C9;
	text-decoration:none;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #FF0000;
}



