.texte {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	letter-spacing: 2px;
}
.titre {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	font-variant: small-caps;
	letter-spacing: 5px;
}
.texte:hover {
	color: #333333;
}
.texte:visited {
	color: #333333;
}
.texte:link {
	color: #666666;
}
.texte:active {
	color: #999999;
}