
.textecourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4D4D4D;
}
.textecourantblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
}
.soustitrevert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ABCD35;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4D4D4D;
}
/* LINK = apspect du lien */
A:link {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #4D4D4D;
	text-decoration: none
}
/* LINK = apspect du lien lorsque MouseOver */
A:hover {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #acce36; 
	text-decoration: none	
}
/* ACTIVE = apspect du lien lorsque sélectionné */
A:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #acce36; 
	text-decoration: underline
}
/* VISITED = aspect du lien lorsque visité */
A:visited {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #4D4D4D;
	text-decoration: none
}
