/* les liens */
a:link {
	color: #000000 ;
	text-decoration: none ;
	}
	
a:active {
	color: #000000 ;
	text-decoration: none ;
	}

a:visited {
	color: #000000 ;
	text-decoration: none ;
	}

a:hover {
	text-decoration: underline ;
	}
	

/* lien centre texte + barre outils */
a.lien_blanc:link {
	color: #FFFFFF ;
	text-decoration: none ;
	}

a.lien_blanc:active {
	color: #FFFFFF ;
	text-decoration: none ;
	}

a.lien_blanc:visited {
	color: #FFFFFF ;
	text-decoration: none ;
	}

a.lien_blanc:hover {
	color: #FFFFFF ;
	text-decoration: underline ;
	}
	
a.lien_bleu:link {
	color: #0085DF ;
	text-decoration: none ;
	}

a.lien_bleu:active {
	color: #0085DF ;
	text-decoration: none ;
	}

a.lien_bleu:visited {
	color: #0085DF ;
	text-decoration: none ;
	}

a.lien_bleu:hover {
	color: #0085DF ;
	text-decoration: underline ;
	}

/* les textes - polices */
	.texte_12_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

	.texte_14_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

	.texte_14_noir_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

	.texte_14_bleu_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0085DF;
	font-weight: bold;
}


	.texte_12_noir_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

	.texte_11_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

	.texte_12_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

	.texte_12_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}

	.texte_12_blanc_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

	.texte_12_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0085DF;
	font-weight: bold;
}

	.cellule_bleue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #0085df;
}

	.cellule_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	background-color: #CC0000;
}

	.texte_18_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #004E84;
	font-weight: bold;
}

	.texte_11_bleu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0085DF;
}
