#searchform_top{
	position:absolute;
	top:38px;
	right:7px;
	z-index:501;
	width:268px;
	height:30px;
	background-image:url(../images/structure/fond_search_box.gif);
	background-repeat:no-repeat;
}

#searchform_top input
{
		width: 150px;
		height: 21px;
		background: url(../images/structure/fond_loupe.gif) no-repeat;
		border: none;
		padding: 9px 8px 5px 27px;
		margin-right: 10px;
		float: left;
		font: normal 1em tahoma, arial, san-serif;
}

#searchform_top button
{
		width: 75px;
		height: 35px;
		background: url(../images/structure/fond_rechercher.gif) no-repeat;
		border: none;
		text-indent: -9999px;
		float: left;
		cursor: pointer;
}