@charset "utf-8";
/* CSS Document */

a.lienbleu {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
a.lienbleu:hover {
	text-decoration: underline;
}
a.lienorange {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
a.lienorange:hover {
	text-decoration: underline;
}
a.liengris {
	color: #333333;
	text-decoration: underline;
}
a.liengris:hover {
	text-decoration: none;

}
a.lienmaron {
	color: #8A5E00;
	text-decoration: none;
	font-weight: bold;
}

a.lienmaron:hover {
	text-decoration: underline;

}

