@charset "iso-8859-1";
/*                           Liens             */
a.blanc1 {
	color: white;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
a.blanc1:visited {
	color: silver;
	text-decoration: underline;
}
a.blanc1:hover {
	color: white;
	text-decoration: none;
}
a.or1 {
	color: #E8B415;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
a.or1:visited {
	color: silver;
	text-decoration: underline;
}
a.or1:hover {
	color: #E8B415;
	text-decoration: none;
}
a.titre1 {
	color: yellow;
	font-size: large;
	font-weight: bolder;
	font-style: italic;
}
a.titre1:hover {
	text-decoration: none;
}

