* {
	box-sizing:border-box;
}
body, html {
	margin:0;
	padding:0;
}
body {
	background-image:url("http://www.champagne-gilles-menu.com/wp-content/uploads/2015/06/Les-Champs-des-Dames.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto;
	font-family:"Montserrat",sans-serif;
	font-size:13px;
	color:#7a6860;
	line-height:19px;
}
a, input, a:hover, input:hover {	
	transition-duration:0.3s;
}
a {
	color:#cc6956;
	text-decoration:none;
}
a:hover {
	color:#b3503d;
}
h1, h2 {
	text-shadow:2px 2px 0 #FFF;
	font-size:60px;
	font-style:italic;
	font-family:"Libre Baskerville",sans-serif !important;
	font-weight:400;
	line-height:75px;
	text-align:center;
	display:inline-block;
	color:#96C210;
	width:100%;
}
h2 {
	color:#333;
	text-shadow:2px 2px 0 #FFF;
	font-size:35px;
	margin:0;
}
header {
	height:90px;
	background-color:rgba(43, 43, 43, 0.8);
	width:100%;
}
header .Logo {
	float:left;
	margin:10px 0 0 50px;
	width:120px;
}
header .Menu {
	float:left;
	margin:37px 0 0 50px;
}
header .Menu a {
	color:#FFF;
	text-decoration:underline;
	font-style:italic;
}
header .Menu a:hover {
	text-decoration:none;
}
.Content {
	background-color:rgba(250, 250, 250, 0.9);
	width:50%;
	margin:0 auto 140px;
	padding:30px;
	text-shadow:1px 1px 0 #FFF;
}
.Content form {
	width:90%;
	text-align:center;
	margin:0 auto;
}
div.hr {
	width:60%;
	height:1px;
	background-color:#FFF;
	display:block;
	margin:30px auto;
}
input[type="text"] {
	border:0;
	padding:5px 10px;
	height:30px;
	line-height:30px;
	color:#333;
	font-size:14px;
	font-family:"Montserrat",sans-serif;
	width:180px;
}
input[type="submit"] {
	border:0;
	color:#FFF;
	background-color:#96c211;
	font-size:14px;
	padding:12px 25px 11px;
	font-family:"Montserrat",sans-serif;
}
input[type="submit"]:hover {
	background-color:#7DA900;
}
footer {
	font-family:"Overlock",sans-serif;
	background:#FFF;
	width:100%;
	font-size:16px;
	line-height:32px;
	color:#b3aba6;
	text-align:center;
	position:fixed;
	bottom:0;
	padding:20px 0 15px;
}
footer div {
	margin:0 17px;
	display:inline;
	line-height:40px;
}
footer div img {
	vertical-align:top;
}
footer div a {
	color:#cc6956;
	text-decoration:none;
}
footer div a:hover {
	color:#b3503d;
}