/* -------------------------------------------------- Lien général -------------------------------------------------- */
a:link {
	text-decoration:none;
	font-weight:bold;
	color:#012692;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#a15fc3;
}

a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#012692;
}
/* -------------------------------------------------- Lien Titre -------------------------------------------------- */
a.titre:link {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

a.titre:visited {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}

 a.titre:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}
