/* CSS Document */
a.lien:link {
	color: #99CC66;
	text-decoration: none;
	font-weight: normal;
	font-family: Haettenschweiler, Arial;
	font-size: 16px;

}
a.lien:active {
	color: #99CC66;
	text-decoration: none;
	font-weight: normal;
	font-family: Haettenschweiler, Arial;
	font-size: 16px;

}
a.lien:visited {
	color: #99CC66;
	text-decoration: none;
	font-weight: normal;
	font-family: Haettenschweiler, Arial;
	font-size: 16px;

}
a.lien:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
	font-family: Haettenschweiler, Arial;
	font-size: 16px;

}
