@CHARSET "ISO-8859-1";
.zoneSuggestion {
	border: 1px outset #000000;
	background-color: #ffffff; 
	
	position: absolute;
	/*filter: Shadow(color=#000000, direction=135);*/
	width: 300px;
	z-index: 5;
	height: 200px;
	overflow-y: auto;
	padding: 5px;
	text-align: left;
	
}
/*
*+ html .zoneSuggestion {
	top: 24px;
	left: 0px;
	
}
* html .zoneSuggestion {
	top: 24px;
	left: 0px;
	
	
}
*/
.zoneSuggestion dt {
	padding: 2px;
	cursor: pointer;
	overflow-x: hidden;
	border-top: 1px solid #000000;
}
.zoneSuggestion dt:hover{
	background-color: #00ffff;
	color: #ff0000;
}
.zoneSuggestion .trouve {
	font-weight: bold;
}

.champsSaisieSuggestion {
	background-color: #00ffff;
	font-style: italic;
	height: 16px;
}