@charset "UTF-8";
/* CSS Document */

.credits {font-size: small}
.titre_blanc {
	font-size: x-large;
	color: #FFFFFF;
	font-weight: bold;
}
.texte {
	font-size: medium;
	color: #000000;
	text-align: justify;
}
.titre_noir {
	font-size: x-large;
	color: #000000;
	font-weight: bold;
}
.titre_noir_centre {
	font-size: x-large;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

