.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404042;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #404042;
	text-decoration: underline;
}

.rubrique {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404042;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	filter: Glow(Color=f2E5f2, Strength=5);
}

.titreparole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {
	text-decoration: none;
	font-weight: bold;
	color: #2b9aec;
}
A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #2b9aec;
}
A:active {
	text-decoration: none;
	font-weight: bold;
	color: #2b9aec;
}
A:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}

