.TitrePage {
	font-size: 24px;
	font-weight: bold;
	color: #0033FF;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
.EnTete {	color: #0066CC;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.Gras {
	color: #333333;
	font-weight: bold;
}
.Italique {
	color: #333333;
	font-style: italic;
}

