/* block top search */
#header_right #search_block_top {
	float: right;
	/*
	CHANGED : par Damien le 15-11-2011
	*/
	position:absolute;
	top:145px;
	right:0px;
	
	background-color: #fff;
}

#header_right #search_block_top p { padding: 0.4em 0 0.4em 1em }
#header_right #search_block_top label, #header_right #search_block_top input { float: left }
#header_right #search_block_top label {
/*	background: transparent url('../../../img/icon/search.gif') no-repeat 0 2px;*/
	float: left;
	/*width: 19px;*/
	height: 32px;
	display: block;
	line-height:3em;
	font-size:13px;
	text-transform: uppercase;
	color:#828282;
}
#search_block_top input[type="submit"] {
	display:block !important;
	height:34px !important;
	background-color:#770d68 !important;
	background-image:none;
	color:#fff !important;
	margin:0;
	padding:0 10px;
	text-transform: uppercase;
	font-weight: normal;
	width:auto !important;
	text-shadow: none;
	text-indent: 0px;
	}

#header_right #search_block_top input[type="text"] {
	height:30px;
	width:373px;
	border: 1px solid #770d68;
	background:white;
}
#header_right #search_block_top input.search_query {/* width: 12em*/ }


/* block left column "Quick search" */
#search_block_left input { margin: 2px 0 0 0 }
#search_block_left .search_query { width: 11em }
#search_button { display: inline }