.normal {
	font-family: "Courier New", Courier, mono;
	font-size:12px;
	color: #666666;
}
a.normal:hover {
	font-family: "Courier New", Courier, mono;
	font-size:12px;
	color: #666666;
	
}
.normalGros {

	font-family: "Courier New", Courier, mono;
	font-size:12px;
	font-weight:bold;
	color: #666666;
}
a.normalGros:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #666666;
	
}

.normalGrosRouge {

	font-family: "Courier New", Courier, mono;
	font-size:12px;
	font-weight:bold;
	color: #993300;
}
a.normalGrosRouge:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #993300;
	
}.normalSmall {

	font-family: "Courier New", Courier, mono;
	font-size:11px;
	color: #666666;
}
