.ac_results {
	border: 1px solid #666;

	padding: 0px;
	background-color: #F7F7EF; /* provisoire */
	overflow: visible;
	z-index: 99999;	
	font-size: 12px;
	font-family: arial;
}

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

.ac_results strong {
	color: black;
}


.ac_results li {
    border-bottom: 0px solid #B5DEAD;
    padding: 3px;
	margin: 0px;
	overflow: visible;
}

.ac_loading {
	background: white url('../../images/ajax1.gif')center center no-repeat;
	z-index: 99999;	

}

.ac_odd {
	background-color: #F7F7EF;
}

.ac_over {
	background-color: #5B7755;
	color: #FFFFFF;
}
