a:link {
	font-family: Arial;
	font-size: 12px;
	color: #B12C2D;
	text-decoration : none;
}
a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #B12C2D;
	text-decoration : none;
}
a:active {
	font-family: Arial;
	font-size: 12px;
	color: #B12C2D;
	text-decoration : none;
}
a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #B12C2D;
	text-decoration : underline;
}
#titre {
	font-family: Arial;
	font-size: 16px;
	color: Black;
	font-weight : bold;
}
#titremauve {
	font-family: Arial;
	font-size: 16px;
	color: #B12C2D;
	font-weight : bold;
}
#normal {
	font-family: Arial;
	font-size: 12px;
	color: #111111;
}
#normalblanc {
	font-family: Arial;
	font-size: 12px;
	color: White;
}
#baspage {
	font-family: Arial;
	font-size: 10px;
	color: #111111;
	text-transform : capitalize;
}