/* CSS Document */
/* --------------------------------------------------------------------------------------------- Paragraphes */
/* ------------------------------------------------------------------------- Introduction */
	#main #contenu p.introduction {border-left-color:#007cc6}
	#main #contenu p.introduction:first-letter {color:#007cc6}
/* ------------------------------------------------------------------------- Mise en avant */
	#main #contenu p.mis_en_avant {background:#b5e3ff}
/* --------------------------------------------------------------------------------------------- Liens */
	#main #contenu a {color:#007cc6}
/* --------------------------------------------------------------------------------------------- Images */
	#main #contenu img {border-color:#007cc6}
/* --------------------------------------------------------------------------------------------- Tableaux */
	#main #contenu table.tableau_donnees tr th {background-color:#b5e3ff}