.textecourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #414142;
}
.textecourantpetit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #414142;
}
.textecourant_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #414142;
}
.titre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #414142;
}
.texteturquoise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #bf1e2e;
}
.textebleu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #78797d;
}
/* LINK = apspect du lien */
A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #bf1e2e; 
	text-decoration: underline
}
/* LINK = apspect du lien lorsque MouseOver */
A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #78797d; 
	text-decoration: underline
}
/* ACTIVE = apspect du lien lorsque sélectionné */
A:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #78797d; 
	text-decoration: none
}
/* VISITED = aspect du lien lorsque visité */
A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #414142; 
	text-decoration: underline
}

