#menu_haut ul li#searchbot{
	float: right;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 180px;
	vertical-align: top;
}

#menu_haut form {
vertical-align: top;
margin: 0px;
padding: 0px;
height: 30px;
}

#menu_haut form input {
margin: 0px;
padding: 0px;   
height: 30px;
}

#searchbot input#searchbotphrase {
background-image: url("/images/interface/barre_recherche.gif");
background-attachement: fixed;
width: 129px;
padding-left: 10px;
color: #888;
display: block;
float: left;
padding-top: 6px;
height: 24px;
}
#searchbot input#searchbot_ok {
	width: 32px;
display: block;
float: left;
}

div#menu_haut div#searchbotphrase_auto_complete ul {
	width: 200px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: small;
	float: right;
}

div#menu_haut div#searchbotphrase_auto_complete ul li {
	padding: 0px;
	margin: 0px;
	border: 1px solid #555;
	border-top: 0px;
	background-color: #fff;
	line-height: 25px;
	height: auto;
}

div#menu_haut div#searchbotphrase_auto_complete ul li.selected {
	background-color: #48E;
	color: #fff;
	cursor: pointer;
}
div#menu_haut div#searchbotphrase_auto_complete ul li.selected a{
	color: #fff;
}

div#menu_haut div#searchbotphrase_auto_complete ul li table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	cellpadding: 0px;
	cellspacing: 0px;
}

div#menu_haut div#searchbotphrase_auto_complete ul li table td {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: transparent;
}

div#menu_haut div#searchbotphrase_auto_complete ul li table tr td.image
	{
	width: 25px;
}