input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

input[type="image"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

input[type="button"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

#divcode {
    position: relative;
    float:left;
    width: 100%;
    clear:left;
    display:block;
	text-align: left;
	line-height : 20px;
	font-size:13px;
	background-color: #fff;
	font-family: 'Open Sans';
   background-image: none;
   -moz-box-shadow: 5px 5px 7px #696969;
   -webkit-box-shadow: 5px 5px 7px #696969;
   box-shadow: 5px 5px 7px #696969;
}

#divrecherche {
	box-sizing: border-box;
    position: relative;
    width : 80%;
    max-width: 590px;
    text-align:left;
    display:block;
	line-height : 20px;
	font-size:13px;
	background-color: transparent;
	color : #000;
	margin : 10px auto 10px auto;
	padding : 0 10px 0 10px;
 
}

#divrecherche p{
	margin : 0;
	line-height: 25px;
}

#divrecherche a{
	color : #0066CC;
	text-decoration: none;
}
#textnbrecherche {
	font-size : 14px;
	margin: 10px 0 0 20%;
}

#cont-debut {
	width : 100%;


}
#bout_recherche {
	opacity : 0.85;
}
#bout_recherche:hover {
	opacity : 1;
}


/*@media screen and (max-width: 660px)  {
	#formrecherche {
		height : 90px;

	}
	#zinput, #bout_recherche {
		margin : 0;
	}
	#divrecherche {
		line-height : 17px;
		font-size:12px;
		width : 92%;
	}
	
}*/