td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-color: #E10000;
}

.rouge {
	font-size: 12px;
	font-weight: bold;
	color: #E10000;
	text-decoration: none;
}
.gris {
	font-weight: bold;
	color: #999999;
}
.blanc {
	color: #FFFFFF;
}
.titreblanc {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
}
a.rouge:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a.titreblanc:hover {
	font-size: 12px;
	font-weight: bold;
	color: #FFE88C;
	text-decoration: underline;
}
.titlebig {
	font-size: 16px;
	font-weight: bold;
	color: #E10000;
    text-decoration: none;
}

a.titlebig:hover {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.grisbig {
	font-size: 18px;
	color: #999999;
}
.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
.small {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
