@import url(https://fonts.googleapis.com/css?family=Life+Savers&text=Atelier%20d%27%c3%89veil%20%c3%a0%20la%20Nature|Poiret+One|Raleway:400,100,200,300);

body, ul {
	margin: 0;
	padding: 0;
	border-width: 0;
	/*border: 1px solid red;*/
	text-align: justify;
}
	
body {
	min-width: 700px;
	background-image: url(bg-mousse.jpg);
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.logo1 {
	z-index: 9;
	position: fixed;
	top: 25px;
	right: 0%;
	min-width: 70px;
	width:15%
}

.logo1 img {
	width: 100%
}
	
.logo2 {
	z-index: 8;
	position: fixed;
	bottom: 3%;
	left: 5%;
	min-width: 70px;
	width: 20%;
}
	.logo2 img {
		width: 50%
	}
	
header {
	min-width: 540px; 
	width: 70%;
	margin: 0 auto;
	height: 120px; 
	padding-top: 1px;
	padding-left: 5%;
	padding-right: 5%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	margin-top: 2%;
	margin-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: darkgreen;
	background-color: rgba(255,250,240,0.80); /*  #FFFAF0;*/
	background-attachment: scroll;	
}
	header h1 {
		width: 35%;
	}
		header h1 img {
			width: 90%;
			float: left;
			clear: right;
		}
	
	header h2 {
		z-index: 7;
		white-space: nowrap;
		overflow: hidden;
		background-attachment: scroll;	
		font-family: 'Life Savers', cursive;
		color: orangered;
		font-size: 30px;
		position: absolute;
		top: 10%;
		left: 40%;
		float: left;
		clear: right;
	}

	header h3 {
		z-index: 10;
		background-attachment: scroll;	
		width: 10%;
		position: absolute;
		left: 75%;
		top: 3%;
	}

	header h3 img {
		width: 50%;
	}

#menu {
	margin: 0 auto;
	margin-bottom: 3px;
	height: 32px;
	border-style: solid;
	border-width: 1px;
	border-color: darkgreen;
	background-color: rgba(255,250,240,0.90);
	min-width: 540px; 
	width: 70%;
	padding-left: 5%;
	padding-right: 5%;
	justify-content: space-between; 
	display: flex;
}

#menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	overflow: hidden;
}

#menu li a, #menu li a:visited {
	line-height: 35px;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-decoration: none;
	color: darkgreen;
}

#menu li a:hover {
	color: deepskyblue;
}
	
.contenu {
	min-width: 540px; 
	width: 70%;
	margin: 0 auto;
	margin-top: 10%;
	margin-bottom: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: darkgreen;
	background-color: rgba(255,250,240,0.95); /*  #FFFAF0;*/
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 200;
	text-decoration: none;
	color: darkslate;
	padding: 15px 5% 5% 5%;
}

	article h1 {
		font-family: 'Raleway', sans-serif;
		font-size: 35px;
		font-weight: 100;
		text-align: center;
		padding: 0px;
		color: maroon;
	}

	article h2 {
		padding-right: 3%;
		font-family: 'Raleway', sans-serif;
		font-size: 30px;
		font-weight: 100;
		text-align: left;
		color: darkgreen;
	}
	
	article h3 {
		text-align: center;
		font-family: 'Raleway', sans-serif;
		font-size: 25px;
		font-weight: 100;
		color: orangered;
	}

article {
	padding-top: 0px;
	padding-left: 0px;
	width: 100%;
}

	article img {
		width: 15%;
		padding: 2px;
	}

	.imagegauche {
		float: right;
	}

	.imagedroite {
		width: 15%
		float: left;
		clear: right;
		border-style: solid;
		border-width: 1px;
		border-color: floralwhite;
	}

	article a, article a:visited {
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		text-decoration: none;
		color: darkgreen;
	}
	article a:hover {
		color: deepskyblue;
	}
	
footer {
	padding-top: 10px;
 	padding-left: 5%;
 	padding-right: 5%;
 	padding-bottom: 2%;
	min-width: 540px; 
	width: 70%;
	height: 120px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 2%;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: darkgreen;
	background-color: rgba(255,250,240,0.90);
}
	footer p {
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		font-weight: 100;
	}
	footer h4 {
	font-family: 'Raleway', sans-serif;
	color: darkturquoise;
	font-size: 12px;
	font-weight: 100;
	text-align: right;
	padding-left: 12px;
	}
	footer h5 {
	font-family: 'Raleway', sans-serif;
	color: maroon;
	font-size: 15px;
	font-weight: 100;
	padding: 0px;
	}
	