/* block top search */
#search_block_top {
	float: left;
	background: url('../../../img/fondRecherche.jpg') 0 0 no-repeat;
	width: 653px;
	height: 34px;
	margin: 3px 0 3px 8px;
}
#search_block_top #searchbox {
	padding: 4px 0 4px 40px;
	overflow: hidden;
}
#search_block_top #search_query_top {
	border: none;
	background-color: transparent;
	width: 503px;
	height: 26px;
	line-height: 26px;
	color: #686868;
	font-style: italic;
	margin-right: 3px;
	float: left;
}
#search_block_top .send_search {
	border: none;
	background-color: transparent;
	text-shadow: 0 1px 1px #000000;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
	height: 26px;
	padding-bottom: 1px;
	line-height: 26px;
	width: 103px;
}
#search_block_top .send_search:hover {
	background-color: #711a00;
}