.titre {
	font-family: "Trebuchet MS";
	font-size: 36px;
	font-weight: bold;
	color: #FF3535;
}
.titre2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FF3535;
	font-weight: bold;
}
.titre3 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
}
.texte {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FF3535;
	text-decoration: underline;
}
a:active {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #EF5942;
	text-decoration: underline;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

