html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.menu {
	padding-left: 15px;
	padding-right: 10px;
	font-size: 50px;
}

a {
	text-decoration: none;
	color: #5b7051;
	font-family: "Pragmatica Condensed";
	font-weight: bold;
	
}

.content {
	width: 100%;
	height: 100%;
	margin: none;
	padding: none;
}

.header {
	border: none;
	height: 20%;
}

.footer {
	height: 10%;
	border: none;
	
} 

.middle {
	border: 2px solid black;
	height: 70%;
}

.header-content {
	width: 100%;
	height: 100%;
	margin: none;
	padding: none;
	border: none;
}

.footer-content {
	vertical-align: baseline;
	text-align: right;
	font-size: 18px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	
}

.logo {
	vertical-align: sub;
	
}

.acces {
	padding-left: 50px;
	padding-top: 40px;
	font-size: 20px;
	text-align: left;
	vertical-align: top;
	
	
}

.champ {
	text-align: right;
	padding: none;
	margin: none;
	vertical-align: top;
	
}

.champ_text {
	margin: none;
	width: 95%;
	height: 100%;
	font-size: 16px;
	padding: 4px;
	vertical-align: top;
}

.champ_textarea {
	width: 97%;
	height: 100%;
	font-size: 16px;
	padding: 4px;
	font-size: 16px;
	resize: none;
	
}

.bouton {
	border: solid 1px black;
	font-size: 16px;
	padding: 8px;
	
}

.menu_title {
	text-align: left;
	padding: none;
	margin: none;
	vertical-align: top;
	font-size: bold;
	
}

.menu_item {
	text-align: right;	
}