/* les liens */
a:link {
	color: #A00000 ;
	text-decoration: underline ;
	}
	
a:active {
	color: #A00000 ;
	text-decoration: underline ;
	}

a:visited {
	color: #A00000 ;
	text-decoration: underline ;
	}

a:hover {
	text-decoration: underline ;
	}
	

/* lien centre texte + barre outils */
a.lien_orange:link {
	color: #E66400;
	text-decoration: none ;
	}

a.lien_orange:active {
	color: #E66400;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	}

a.lien_orange:visited {
	color: #E66400;
	text-decoration: none; ;
	}

a.lien_orange:hover {
	color: #E66400;
	text-decoration: underline ;
	}

/* les textes - polices */

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E66400; font-weight: bold; display:inline;}

	.texte_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-variant: normal;
}

	.texte_12_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

	.texte_12_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

	.texte_14_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

	.texte_18_violet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A00000;
	text-align: left;
	font-weight: bold;
}


.texte_11_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.footerCentré {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
