@charset "utf-8";

.pave_recherche_home_title {
	    width: 100%;
}
	
.pave_recherche_home {
	    width: 90%;
	    padding: 20px 5%;
}

.footer {
	text-align: justify;
	left: 0px;
	position: absolute !important;
}


/************contact.php************/
.label_1{
	color: #673434;
	float: left;
	width: 150px;
	font-family: "CreteRound-Regular";
	margin-bottom: 20px;
	font-size: 18px;
}

input[type="text"]{
	padding: 4px 5px 9px;
	margin: 0;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	color: #888;
	width: 150%;	
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 1px solid #B9BDC1;	
}

#msg_content{
	padding: 4px 5px 9px;
	margin: 0;
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ffffff;
	color: #888;
	width: 150%;
	height: 200px;	
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border: 1px solid #B9BDC1;	
}

#form_contact input[type="submit"]{
	width: 220px;
	background-color: #292529;
	border-radius: 0;
	border: none;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #ffffff;
	cursor: pointer;	
	padding: 10px;
	float: left;	
}

#form_contact input[type="submit"]:hover{
	background-color: #828082;
	float: left;
	opacity: 1;	 
}



