.Style1 {
	font-family: Verdana;
	font-size: 12px;
}
.Titre {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #D1405F;
}
a:link {
	color: #D1405F;
}
a:visited {
	color: #D1405F;
}
a:hover {
	color: #003366;
}
a:active {
	color: #D1405F;
}
.Style2 {
	font-family: Verdana;
	font-size: 10px;
	color: #D1405F;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}