/* CSS Document */

	.titre_rouges{
	color: #FFFFFF;
	}
	.texte_rouges{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #ff5959;
		text-decoration: none;
		margin-top: 12px;
		padding-bottom: 5px;
	}
	
	.texte_bleus{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #0059B7;
		text-decoration: none;
		margin-top: 12px;
		padding-bottom: 5px;
	}
	.fond_cellule
	{
		font-family: Arial,Helvetica,sans-serif;
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.ligne_grise{ background:url(../images/ligne_relief_gris.jpg); background-repeat:repeat-x; height:2px; margin:7px 7px;font-size:1px; width:165px;}