html{
	min-width:300px;
	height:100%;
}
body{
	margin:0;
	padding:0;
	min-width:300px;
	font-family:"arial";
	height:100%;
  	position: relative;
}
#wrap{
	min-height:100%;
  	position: relative;
}
img{
	border:none;
}
p{
	margin:0;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
nav{
	background:#97bc65;
	border-bottom: solid 5px #f3a70c;
	border-top: solid 10px white;
	padding:3% 1% 2% 1%;
	position: relative;
	height:40px;
}
nav a.smallBtn{
	display:inline-block;
	height: 40px;
	max-width: 40px;
}
nav a.smallBtn img{
	width:100%;
	height:100%;
}
nav a:nth-child(2){
	float: right;
	margin-right:10px;
}
.contenant{
	clear:both;
	width:90%;
	max-width: 1280px;
	min-width:300px;
	margin:auto;
	position: relative;
}
nav .contenant a, nav .contenant a:visited{
	color:white;
	text-decoration:none;
}
nav .contenant a:hover{
	color:#f3a70c;
}
form, .conteneur{
	width:90%;
	max-width: 1280px;
	min-width:300px;
	margin:auto;
	padding: 3% 1%;
	position: relative;
	padding-bottom:30px;
}
.contenu{
	text-align: center;
}
.contenu img{
	width: 100%;
	max-width: 350px;
}
.btn{
	display:block;
	width:100%;
	max-width:450px;
	margin:auto;
	padding:2% 4%;
	border:solid 1px #97BC65;
	border-radius:20px;
	text-align:center;
	background: #97BC65;
	font-size:1.2em;
	font-weight:500;
	color:white;
}
.lien{
	display:block;
	color:white;
	font-size:1.2em;
	border:solid 1px #97BC65;
	padding:2%;
	border-radius:20px;
	text-align:center;
	margin: 20px auto;
	max-width:400px;
	background: #97BC65;
}
.lien:hover, .lien:active{
	background:#f3a70c;
}
footer{
	background:#f3a70c;
	text-align:center;
	color:white;
    position: absolute;
    width:100%;
   
 	bottom: 0;
}
