html, body {
	margin:0 auto;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}

header {
	height:110px;
	padding:5px;
}
#Logo {
	display: inline-block;
	position:absolute;
	top:10px;
	left:30px;
}
#Slogon {
	display: inline-block ;
	position:absolute;
	width:calc(100% - 80px);
	right:50px;
	text-align: right;
	font-family:'Berlin Sans FB', Verdana;
	font-size: 24pt;
	color: #DA9F43;
}

#DivMarge {
	height:320px;
}
#Salut {
	display: block;
	position:relative;
	width:58%;
	text-align: right;
	font-family:'Berlin Sans FB', Verdana;
	font-size: 36pt;
	color: white;
}

#iSlogon {
	display: block;
	position:relative;
	width:58%;
	text-align: right;
	font-family:'Berlin Sans FB', Verdana;
	font-size: 30pt;
	color: black;
}
#MonCV {
	display: inline-block;
	position:relative;
	right:-28%;
	top:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:24px;
	padding-right:24px;
	text-align: center;
	font-family:'Berlin Sans FB', Verdana;
	font-size:16pt;
	background-color:white;
	color: black;
	border: 1px solid white;
	border-radius: 5px;
	cursor:pointer;
}
#Contact {
	display: inline-block;
	position:relative;
	right:-30%;
	top:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:24px;
	padding-right:24px;
	text-align: center;
	font-family:'Berlin Sans FB', Verdana;
	font-size:16pt;
	background-color:black;
	color:white;
	border: 1px solid black;
	border-radius: 5px;
	cursor:pointer;
}
.ClFlag {
	display: inline-block;
	width:40px;
	padding-left:10px;
}
nav {
	display: inline-block;
	position: absolute;
	top: 50px;
	right:50px;
	background-color: white;
}
#MenuList {
	display: inline-block;
	width:calc(100% - 10px);
	display:none;
	position:absolute;
	top:100px;
	z-index:1;
}

.Menu {
	display: inline-block;
	font-family:'Berlin Sans FB', Verdana;
	font-size: 14pt;
	height:34px;
	line-height:34px;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}
.Menu:hover {
	color:#DA9F43;
}
section {
	background-image:url('../images/Bg_Accueil.jpg'); 
	background-size: contain; 
	background-repeat:no-repeat; 
	background-color:#DA9F43; 
	min-height:calc(100% - 178px); 
	background-position: top right;
	padding: 4px;
}
footer {
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	font-family:'Berlin Sans FB', Verdana;
	font-size: 12pt;
}
.label_admin {
	display:inline-block;
	width:200px;
	height:28px;
	text-align: right;
}
.input_admin {
	width:500px;
}

@media screen and (max-height:768px) {
	#DivMarge {
		height:240px;
	}
}

@media screen and (max-width:1366px){
	#MonCV {
		right:-24%;
	}
	#Contact {
		right:-28%;
	}
}

@media screen and (max-width:1150px){
	nav {
		right:20px;
	}
	.Menu {
		font-size: 12pt;
		padding-left:10px;
		padding-right:10px;
	}
	
}

@media screen and (max-width:930px){
	#MonCV {
		right:-16%;
	}
	#Contact {
		right:-20%;
	}
	#Slogon {
		width:calc(100% - 200px);
		height:90px;
		right:14px;
		font-size: 16pt;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	nav {
		width:100%;
		top: 136px;
		right:0px;
	}
	#MenuList {
		display:inline-block;
		box-shadow: 0 4px 2px -2px gray;
	}
	.Menu {
		width:calc(100% - 24px);
		height:30px;
		line-height:30px;
	}
	section {
		position:relative;
		top:20px;
		min-height:450px;
	}
	footer {
		position:relative;
		top:20px;
		font-size: 11pt;
	}
	#Salut {
		font-size: 24pt;
	}
	#iSlogon {
		font-size: 20pt;
	}
	#DivMarge {
		height:200px;
	}
}