/*   reset */
* {
	margin:0px;
	padding:0px;
	font-family:sans-recif;
	text-decoration:none;
	list-style:none;
	font-color:#0e1001;
}
body {
	
	min-height:833px;
	background-image: url("img/fleur1.jpg");
	background-repeat:no-repeat;
	
	background-size:auto
	
}
.wrapper{
	width:990px;
	height:700px;
	background-color: hsla(358,28%,97%,0.50);
	margin-left:125px;
	
}
header{
	margin-right:auto;
	margin-left:auto;
	padding-top:40px;
	text-align:center;
	font-size:80px;
	border: solid 3px #b0f2b6 
		
}

main {
	font-size: 40px;
	color: #0492c2;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

body {
	
	min-height:833px;
	background-image: url("img/fleur2.jpg");
	background-repeat:no-repeat;
	background-size:auto
	
}

a: hover {
	color:#d86c0c;
}
a {color:#b32
}
/* pied de page */
#pied {float:right;
		
		
}
footer {
	border-top: solid 3px #b0f2b6;
	margin:40px 0px 20px 0px;
	padding:20px 20px 20px;
	color: #2F4F4F
		
}
	
