@charset "utf-8";
/* CSS Document */
.table {
	color: #b12b27;
	background-color: #fff8ea;
	border: thin solid #b12b27;
}
.titre1 {
	font-family: "Maiandra GD";
	font-size: 22px;
	font-weight: bold;
	color: #b12b27;
}
.texte1 {
	font-family: "Maiandra GD";
	font-size: 18px;
	color: #743327;
}
.texte2 {
	font-family: "Maiandra GD";
	font-size: 16px;
	color: #743327;
	line-height: 25px;
	text-align: justify;
}
.texte3 {
	font-family: "Maiandra GD";
	font-size: 16px;
	color: #b12b27;
}
.boutons {
	font-family: "Maiandra GD";
	background-image:url(images/bckgrd.jpg);
	background-repeat:repeat;
	font-size: 14px;
	color: #b12b27;
	font-weight: bold;
	border-top:thin solid #b12b27;
	border-bottom:thin solid #b12b27;
}
.texte4 {
	font-family: "Maiandra GD";
	font-size: 12px;
	color: #b12b27;
}

