
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;

}

.texte a:hover {
	color: #0022FF;
	text-decoration: underline;
}

.textegros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;

}