/*---------------------------------------------------------------------
				bloc recherche
----------------------------------------------------------------------*/


#blocRecherche {
	position:absolute;

		top:62px;
		left:305px;

		overflow:hidden;
		z-index:100;
		width:393px;
		height:30px;
		border:1px solid #bbbbbb;

}
#blocRecherche form {
		vertical-align:middle;		
		color:#605f5f;
		font-size:12px;
		font-weight:bolder;

}

#blocRecherche form label {
	
		vertical-align:middle; text-indent:-2000px;
		display:none;
	
}
#blocRecherche form input {
	width:351px;
	height:28px;
	border:1px solid #383838;
	vertical-align:middle;
	background-image:url(../../images/ico_loupe.png);
	background-repeat:no-repeat;
	background-position:10px top;
	padding-left:40px;
	background-color:#323232;
	color:#d8d8d8;
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	left:0px;
	top:0px;
	line-height:28px;
}
#blocRecherche form input:hover {
		color:#323232;
	background-color:#d8d8d8;
}

#blocRecherche form button {
		border:0px;
	color:#fff;
	font-size:11px;
	background-color:transparent;
	background-image:url(../../images/sprite_btn_ok.png);
	background-position:top;
	padding:0px;
	margin:0px;	
	vertical-align:middle;
	float:none;
	display:block;
	position:absolute;
	height:24px;
	margin-left:5px;
	width:34px;
	right:3px;
	top:3px;
	line-height:normal;
	
	text-indent:-2000px;
}
#blocRecherche form button span {
	background-image:none;
	float:none;
	padding:0px;
}
#blocRecherche form button:hover {
	background-position:0px bottom;
}
