@charset "UTF-8";
.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #fef5e6;
	text-decoration: none;
}
.copyrightLien {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #fef5e6;
	text-decoration: none;
}
.copyrightLien:link {text-decoration: none;}
.copyrightLien:hover {text-decoration: underline;}
.copyrightLien:visited {text-decoration: underline;}

.menuTxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #72665e;
	text-decoration: none;
}
.menuTxtActif {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
.menuTxtLien {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #72665e;
	text-decoration: none;
}
.menuTxtLien:link {text-decoration: none;}
.menuTxtLien:hover {color:#000000; text-decoration: none;}
.menuTxtLien:visited {color: #72665e; text-decoration: none;}

.TxtCourant {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #38302b;
	text-decoration: none;
}
.TxtCourantLien {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #38302b;
	text-decoration: none;
}
.TxtCourantLien:link {text-decoration: none;}
.TxtCourantLien:hover {color:#000000; text-decoration: underline;}
.TxtCourantLien:visited {color: #38302b; text-decoration: underline;}

.TxtCourantBlanc {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.TxtCourantBlancLien {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.TxtCourantBlancLien:link {text-decoration: underline;}
.TxtCourantBlancLien:hover {color:#FFFFFF; text-decoration: underline;}
.TxtCourantBlancLien:visited {color: #FFFFFF; text-decoration: underline;}

.Legende {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #38302b;
	text-decoration: none;
}
