
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
body a:hover{
	text-decoration: underline;
}
.erreur {
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}
.reussite {
	font-size: 10px;
	font-weight: bold;
	color: #669900;
}
.donnee {
	font-weight: bold;
	color: #FF9900;
	font-size: 16px;
}
.titre {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.tableaux {
	font-size: 10px;
	border: 1px dotted #000000;
	background-color: #eeeeee;
}
.tabscore {
	background-color: #EEE8AA;
	text-align: center;
}
.tabjour {
	text-align: center;
	font: italic small;
	color: #004080;
	font-size: smaller;
}
.mention {
	font-size: 10px;
	font-weight: bold;
	color: #669900;
	padding-top: 10%;
}