@charset "UTF-8";
.Titre {
	font-size: 24px;
	font-weight: bold;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
}
.Text {
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
} 
a:hover {
	color: blue;
	text-decoration: underline
}

