
a, a:visited {
	font-weight: bold;
	color: #c50278;
	text-decoration: none;
}
a:hover {
	color: #6e6e6e;
}

/* style lien rappel navigation) */
a.rappel_navigation, a.rappel_navigation:visited {
	font-size:9px;
	color: #6e6e6e;
}
a.rappel_navigation:hover {
	color: #c50278;
}

/* style balise h1 et h2 */
h1 {
	font-size:18px;
	font-weight:bold;
	color: #c50278;
	text-transform:uppercase;
	margin-bottom:0;
}


