@charset "utf-8";
/* CSS Document */

.search_arrow {
	display: inline-block;
	position: absolute;
	height: 103px;
	width: 955px;
	left: 0px;
	top: 300px;
	background-color: #e1edfe;
}


.arrow_search_fieldset {
	display: inline-block;
	position: absolute;
	left: 565px;
	top: 6px;
	height: 80px;
	width: 110px;

	
}
.keyword_field {
	display: inline-block;
	height: 20px;
	width: 110px;
	position: absolute;
	top: 5px;
	border: 0px;
	color: 003b79;
	left: 0px;
	
}
.budget_field {
	display: inline-block;
	position: absolute;
	height: 20px;
	width: 110px;
	top: 35px;
	border: 0px;
	color: 003b79;
	left: 0px;

}


.quantity_field {
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 110px;
	top: 63px;	
	border: 0px;
	color: 003b79;
	left: 0px;

}


.go_button {
	display: inline-block;
	position: absolute;
	left: 130px;
	top: 6px;
}

.search_field {
	display: inline-block;
	height: 20px;
	width: 110px;
	position: absolute;
	top: 5px;
	border: 0px;
	color: 000000;
}	

.horloge {
	display: inline-block;
	position: absolute;
	top: -5px;
	left: 235px;
} 



