@charset "utf-8";
.Txt-Ordinaire {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
}
.Txt-Ordinaire-Bleu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	color: #002d62;
}
.Titre-Bleu-Pale {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #62bbe5;
}
.Titre-Majuscule {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12.5px;
	font-weight: bold;
	color: #002d62;
	text-transform: uppercase;
}
.Txt-italic-petit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #002d62;
	font-style: italic;
}
.Titre-Majuscule2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	color: #002d62;
	text-transform: uppercase;
}
