html
{
	font-size:100%;
}

body
{
	font-size:0.625em;
}
.texte-courant-bleu    {
	font-family         : "Trebuchet MS";
	/*font-size           : 1em;*/
	color               : #002e5c;
}
.titre-violet {
	font-family         : "Trebuchet MS";
	font-size           : 1.1em;
	color               : #77144B;
	font-weight: bold;
}

.chapeau-bleu {
	font-family         : "Trebuchet MS";
	/*font-size           : 0.7em;*/
	color               : #002e5c;
	font-weight: bold;
}
.texte-blanc {
	font-family         : "Trebuchet MS";
	font-size           : 1.1em;
	color               : #FFFFFF;
}

