.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	letter-spacing: 0.05em;
}
/* Couleur et definition des liens */
a:active { 
	color: #579ED2; 
	text-decoration: none; 
}
a:link { 
	color: #579ED2; 
	text-decoration: none;  
}
a:visited { 
	color: #579ED2; 
	text-decoration: none;  
}
a:hover {  
	color: #FE712A;
	text-decoration: underline;
}
.texteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.texteOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FB7129;
}
ul {
	list-style-image: url(images/fleche.gif);
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #666666;
}
.texteComments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.texteBleuBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D2667;
	letter-spacing: 0.05em;
	font-weight: bold;
}

