.tritre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	font-weight: bold;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.lientexte a:link {
	text-decoration: underline;
	color: #333333;
	}
.lientexte a:visited {
	text-decoration: underline;
	color: #999999;
	}
.lientexte a:hover {
	text-decoration: underline;
	color: #0000FF;
	background-color: #FFFFFF;
	}
.lientexte a:active {
	text-decoration: none;
	color: #0000FF;
	}
