.texte {
	font-family: "Century Gothic";
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
.titre {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
}
.gras {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: bolder;
}
.link {
	font-family: "Century Gothic";
	font-size: 13px;
	font-style: normal;
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	font-family: "Century Gothic";
	font-size: 13px;
	color: #FF00FF;
	text-decoration: none;
}
