/* flash.css : css du texte dans le fichier swf */
h1, .titre1{
	font-size: 18px;
	font-weight: bold;
}
h2, .titre2{
	font-size: 16px;
	font-weight: bold;
}
h3, .titre3{
	font-size: 14px;
	font-weight: bold;
}
h4, .titre4{
	font-size: 12px;
	font-weight: bold;
}
h5, .titre5{
	font-size: 11px;
	font-weight: bold;
}

/*jaune*/
.couleur1{ color: #FFD400;}
/*rose*/
.couleur2{ color: #E00057;}
/*gris foncé*/
.couleur3{ color: #333333;}
/*gris moyen*/
.couleur4{ color: #666666;}
/*gris clair*/
.couleur5{ color: #DADADA;}
/*orange*/
.couleur6{ color: #F07F0A;}
/*bleu*/
.couleur7{ color: #0094AA;}
/*vert*/
.couleur8{ color: #7BA019;}

