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

#searchbot form {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

#searchbot input#searchbotphrase {
	border: 1px solid #555;
	color: #555;
	height: 22px;
	width: 150px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	vertical-align: top;
	margin-top: 8px;
}

#searchbot input:focus {
	background-color: #FC0;
}

#searchbot input#searchbot_ok {
	border: 0px;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 8px;
}

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: #FC0;
	cursor: pointer;
}

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;
}