@charset "utf-8";

a.lien_menu:link {
	color: #FF9900;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 }
 
 a.lien_menu:visited {
	color: #FF9900;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 }

a.lien_menu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 }
 
 a.lien_menu:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 }
 
 a.lien_default:link {
	color: #003366;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 }
 
 a.lien_default:visited {
	color: #006699;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 }

a.lien_default:hover {
	color: #0099FF;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 }
 
a.lien_default:active {
	color: #0099FF;
	text-decoration: none;
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
 }

 a.lien_baspage:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }
 
 a.lien_baspage:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }

a.lien_baspage:hover {
	color: #FF9900;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }
 
a.lien_baspage:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
 }

