/* les liens */
a:link {
	color: #0000FF ;
	text-decoration: none ;
	}
	
a:active {
	color: #6633CC ;
	text-decoration: none ;
	}

a:visited {
	color: #0000FF ;
	text-decoration: none ;
	}

a:hover {
	text-decoration: underline ;
	}
	
/* lien news */
a.lien_news:link {
	color: #AA0000 ;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a.lien_news:active {
	color: #AA0000;
	text-decoration: none;
	}

a.lien_news:visited {
	color: #AA0000 ;
	text-decoration: none ;
	}

a.lien_news:hover {
	color: #AA0000 ;
	text-decoration: underline ;
	}

/* lien footer */
a.lien_footer:link {
	color: #FFFFFF;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

a.lien_footer:active {
	color: #FFFFFF;
	text-decoration: none;
	}

a.lien_footer:visited {
	color: #FFFFFF;
	text-decoration: none ;
	}

a.lien_footer:hover {
	color: #FFFFFF;
	text-decoration: underline ;
	}

/* les textes - polices */
	.texte_courant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

	.texte_rouge_petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AA0000;
}

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

	.texte_home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

.texte_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	font-weight: normal;
}

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