/* CSS Document */
A:visited {
	COLOR: #999999;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
	font-size: 12px;
}
A:link {
	COLOR: #CCCCCC;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
	font-size: 12px;
}
A:hover {
	COLOR: #CC0000;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
	font-size: 12px;
}
.liens {
	COLOR: #CCCCCC;
	FONT-FAMILY: arial;
	TEXT-DECORATION: none;
	font-size: 12px;
}
.normal {
	font-family: Arial;
	font-size: 12px;
	color: #000066;
}
.rougepetit {
	font-family: Arial;
	font-size: 10px;
	color: #CC0000;
}

.rouge {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
}
.petitblanc {
	font-family: Arial;
	font-size: 9px;
	color: #FFFFFF;
}

.normalpetit {
	font-family: Arial;
	font-size: 9px;
	color: #000066;
}

.normalGROS {
	font-family: Arial;
	font-size: 16px;
	color: #000066;
	font-weight: bold;
}
.rougeGROS {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.orange {
	font-family: Arial;
	font-size: 12px;
	color: #FFCC33;
}
.blanc {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
}

