/* CSS Document */

.Gros_titre_times_bleu {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1F009C;
	font-weight:bold;
	margin-bottom:15px;
}

.ss_titre_times_bleu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1F009C;
	font-weight:bold;
}

.inter_titre_times_bleu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1F009C;
	font-weight:bold;
	margin:5px 0px 5px 0px;

}

.inter_arial_gras {
	margin:5px 0px 5px 0px;
	font-weight:bold;
}

.ssmenu_arial_bleu {
	color: #1F009C;
	margin-bottom:20px;
}

a.bleu {
	color: #1F009C;
}
a:hover.bleu {
	color: #1F009C;
	text-decoration:underline;
}

a.blog  {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:hover.blog  {
	color: #1F009C;
	text-decoration: none;
	font-weight:bold;
}