/* search*/

#search { 
	position: relative;
	padding-left: 30px;
    padding-top: 20px;
}

div.search:hover input {
	color: #000000;
}

div.search input:focus {
	color: #000000;
}

div.search  {
	width: 160px;
	height: 22px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
	color: #646464;
	font-size: 11px;
	background: url(../images/recherche.png)  0 0 no-repeat;
}

div.search:hover  {
	width: 160px;
	height: 22px;
	padding:0px;
	border: none;
	outline: none;
	background: none;
	color: #646464;
	font-size: 11px;
	background: url(../images/recherche.png)  0 -22px no-repeat;
}

div.search input.inputbox{
	width: 140px;
	height: 18px;
	padding: 3px 0px 0px 0px;
	border: none;
	outline: none;
	background: none;
	color: #646464;
	font-size: 11px;
}

div.search input.button{
	width: 20px;
	height: 20px;
	padding: 0px ;
	border: none;
	outline: none;
	background: none;
	float: left;
	font-size: 0px;
	background: url(../images/icon_search.png)   no-repeat;
}

