A.lien {
	COLOR: Blue;
	FONT-WEIGHT: normal;
	font-size : smaller;
	text-decoration : none;
}
A.lien:visited {
	COLOR: Blue;
	FONT-WEIGHT: normal;
	text-decoration : none;
}
A.lien:hover {
	COLOR: red;
	FONT-WEIGHT: normal;
	text-decoration : none;
}
A.liens {
	COLOR: Blue;
	FONT-WEIGHT: bold;
	font-size : smaller;
	text-decoration : none;
}
A.liens:visited {
	COLOR: Blue;
	FONT-WEIGHT: bold;
	text-decoration : none;
}
A.liens:hover {
	COLOR: red;
	FONT-WEIGHT: bold;
	text-decoration : none;
}