@charset "utf-8";
body {
	
	background-size:auto; 
}

nav {
	position: absolute;
	left: 5%;
	top: 149px;
	height: 48px;
	z-index: 2;
	background-color: rgba(227,198,125,0.8);
	text-align: right;
	border-radius: 5px;
	width: 90%;
}
section {
	position: relative;
	top: 300px;
	width: 90%;
	z-index: 4;
	background-color: rgba(227,198,125,.8);
	padding: 8px;
	border-radius: 20px;
	float: none;
	right: 5%;
	left: 5%;
}
header {
	position: absolute;
	left: 5%;
	top: 178px;
	width: 90%;
	height: 53px;
	z-index: 3;
	text-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
h1 {
	color: rgba(56,39,24,1);
	font-size:18px;
	font-family: "Times New Roman", Times, serif;
}
.Fancy {
	font-family: "monsieurladoulaise regular";
	font-size: 36px;
	font-weight: bold;
	color: rgba(255,255,255,1);
}
h1 {
	color: rgba(255,255,255,1);
}
