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

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.textcafe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3f1c02;
}
.textform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.textformcafe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3f1c02;
}
.textlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
}
.header {
	font-family: "Lucida Handwriting";
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	font-style: normal;
}
.textmaison {
	font-family: "Lucida Handwriting";
	font-size: 52px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}

