/* Général */
html, body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background: #ba997c;
}

header {
	height: 150px;
	width: 100%;
	background: #846d5f;
}

banniere {
	display: block;
	height: 40%;
	width: 100%;
	background: url('../img/banniere.jpg');
	background-size: cover;
	background-position: center;
	filter: opacity(40%);
}

header a:not(menu a) {
	font-size: 70px;
    text-decoration: none;
}

header img {
	height: 100%;
	vertical-align: middle;
}

content {
	display: block;
	min-height: 30%;
}

footer {
	height: 100px;
	line-height: 100px;
	width: 100%;
	background: #846d5f;
	text-align: center;
}

/* Formulaires */
input, textarea {
	width:600px;
	padding:3px;
}
textarea {
	height:100px;
}

