/* Textes et liens*/
.txt_apartir {
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: normal;
	color: #1E394C;
}
a.orange_gros:link {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FF4400;
	text-decoration:underline;
	}
a.orange_gros:hover {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FF4400;
	text-decoration:none;
	}
a.orange_gros:active {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FF4400;
	text-decoration:none;
	}
a.orange_gros:visited {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FF4400;
	text-decoration:none;
	}
	
a.orange_petit:link {
	font-family: Arial;
	font-size: 8.5ptpt;
	color: #FF4400;
	text-decoration:underline;
	}
a.orange_petit:hover {
	font-family: Arial;
	font-size: 8.5ptpt;
	color: #FF4400;
	text-decoration:none;
	}
a.orange_petit:active {
	font-family: Arial;
	font-size: 8.5ptpt;
	color: #FF4400;
	text-decoration:none;
	}
a.orange_petit:visited {
	font-family: Arial;
	font-size: 8.5ptpt;
	color: #FF4400;
	text-decoration:none;
	}


