#recherche{
	width:400px;
	margin:auto;
	margin-top:-43px;
}
#recherche input[type="text"]{
	-moz-box-shadow: 0 0 2px #DDDDDD;
	-webkit-box-shadow: 0 0 2px #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 7px;
	border: 1px solid #DDDDDD;
	text-align: center;
	width:400px;
}
.ac_results {
	padding: 0px;
	-moz-box-shadow: 0 0 2px #DDDDDD;
	-webkit-box-shadow: 0 0 2px #DDDDDD;
	box-shadow: 0 0 2px #DDDDDD;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #DDDDDD;	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color:#646464;
}

.ac_results ul {
	width:400px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 5px 8px;
	cursor: default;
	display: block;
	width:400px;
	font: menu;
	line-height: 16px;
	overflow: hidden;
	font-size:14px;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f8f8f8;
}

.ac_over {
	background-color: #4cadbb;
	color: white;
}
