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

.menu {color: #AEA79D; font-weight: bold; font-size: 14px; }
.credit {font-size: 12px}
.texte {
	color: #AEA79D;
	font-weight: normal;
	font-size: 14px;
	text-align: justify;
}
.titre {
	color: #AEA79D;
	font-weight: bold;
	font-size: 20px;
}
.titre_encadre {
	color: #2A231A;
	font-weight: bold;
	font-size: 20px;
	background-color: #aea79d;
}
.texte_encadre {
	color: #aea79d;
	font-weight: normal;
	font-size: 13px;
	background-color: #2A231A;
	margin: 10px;
	text-align: justify;
}

