@import url(http://fonts.googleapis.com/css?family=Pacifico|Ubuntu);

body{
    background-image: url(images/nature-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center fixed;
    font-family: "Ubuntu";
    margin:2em 0;
    font-size: 0.9em;
}
div#contenu{
	width: 96%;
      max-width:1200px;
	  min-width:480px;
	text-align:left;
	margin: auto;
	border: 6px solid #ab4 ;
	background-color: rgba(255, 255, 255, 0.8);
}
header{
    width:100%;
	height:275px;
	background: url(images/pomme.jpg) no-repeat left top;
	background-color:white;
	text-align:right;
    
}
.head{
	font-family: 'Pacifico', cursive;
	font-weight:bolder;
	color:#ab4;
	padding-right:1em;
	padding-top:0.6em;
    
}
.bann{
    padding-top:3em;
	padding-right:3em;
	background-image: url(images/pommier.png);
	
    
}
nav{
	font-family: 'Pacifico', cursive;
	font-weight:bolder;
	border-top: 1px solid #ab4;
	border-bottom: 1px solid #ab4;
}
nav li{
	padding:1em 2em;
	border-right: 1px solid #ab4;
	list-style-type: none;
	display: inline-block;
}
nav ul li a{
	text-decoration:none;
	font-size:1.6em;
	color:#ab4;
}
main{
	padding: 2em 4em 7em 100px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left 1em top 8em;
    background-color:white;
}
main h2{
	padding-left: 50px;
	font-size: 2em;
	background-image: url(images/little_apple.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: rgb(94, 116, 16);

}
main h3{
	padding-left: 5px;
	border-bottom: 1px solid rgb(94, 116, 16);
	font-size: 1.3em;
	color: rgb(94, 116, 16);
}
main p{
	text-align: justify;
	line-height: 1.8em;
}
footer{
	height:100px;
	line-height:100px;
	text-align: center;
	color:rgb(94, 116, 16);
}
main form{
	padding:2em;
	margin:auto;
}
form input{
	margin-top:0.2em;
	margin-bottom:0.2em;
}
input:required{
	background-image: url(images/asterisk.png);
	background-position: 97% center;
	background-repeat: no-repeat;
}
form label{
	width: 100px;
	display:inline-block;
}
form legend{
   font-size:1.7em;
   font-family: 'Pacifico';
   color:rgb(94, 116, 16);
}
form fieldset{
	border:1px solid rgb(94, 116, 16);
	border-radius:20px 0 20px 0;
	padding:0.9em;
}
   button[type=submit]{
   border-radius:20px;
   margin-top:10px;
   padding: 10px;
   font-size: 15px;
   color:rgb(94, 116, 16);
   text-transform:uppercase;
   background: linear-gradient(45deg, rgb(62, 134, 92),rgb(101, 189, 138) 40%);
}