	
	.ac_results {
		border: 1px solid gray;
		background-color: white;
		padding: 0;
		margin: 0;
		list-style: none;
		position: absolute;
		z-index: 10000;
		display: none;
	}
	
	.ac_results li {
		padding: 2px 5px;
		white-space: nowrap;
		color: #101010;
		text-align: left;
	}
	
	.ac_over {
		cursor: pointer;
		background-color: #F0F0B8;
	}
	
	.ac_match {
		text-decoration: underline;
		color: black;
	}
	
	.ac_ok{
		background-color:#00FF99; 
		height:16px;
		margin-left:2px;
		border:1px outset #999999;
		display:none;
	}
	
	.ac_ko{
		background-color:#FF0000; 
		height:16px;
		margin-left:2px;
		border:1px outset #999999;
		display:none;
	}
	.suggest_contener{
		background-color:#F00;
		padding:0px;
		margin:0px;
	}