.text_blanc {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;	
	color: #ffffff;
	letter-spacing: 4px;
	text-decoration: none;
}

.text_orange {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 24px;	
	color: #FD7D00;
	letter-spacing: 4px;
	text-decoration: none;
}

.lien_menu {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 24px;
	color: #ffffff;
	letter-spacing: 4px;
	text-decoration: none;

}
.lien_menu:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.lien_menu:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.lien_menu:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.lien_menu:hover {
	color: #2f4364;
	text-decoration: underline;
}
