.Matched {
	font-weight: bold;
}

.AFSSuggestPopup table { 
	table-layout: auto;
	/*font-size: 120%;*/
	color: #433F36;
	background: white;	
}

/**
 * This class is affected to the popup
 */
.AFSSuggestPopup {
	z-index: 100000;
	background: white;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

/**
 * The list of suggestion is tagged by AFSSuggestItems. The class is not used
 * for the Custom Suggest.
 */
.AFSSuggestItems {
	background: white;
	color: #433F36;
}

/**
 * Each suggestion has the following class
 */
.AFSSuggestItem {
	padding: 1pt;
	text-align: left ;
}

/**
 * When a suggestion is "selected" in the list, it has this class. A suggestion
 * is "selected" when the mouse move over it or when the user use the arrow
 * key to choose one.
 */
.AFSSuggestItem-selected {
	background: #433F36; /* initial --> #003483 */
	color: white;
}

.entreprise #es_model1 .AFSSuggestItem-selected {
	background: #FC5A00;
	color: white;
}

.lafpa #es_model1 .AFSSuggestItem-selected {
	background: #62BF19;
	color: white;
}


/**
 * When you use the Multi-Feed Suggest, the suggestions of each feed are
 * separated be a element with the class AFSSuggestFeedSeparator
 */ 
.AFSSuggestFeedSeparator {
	background: #DDDDDD;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
}

/* AJOUT AFPA */ 
.AFSSuggest {
	width :200px;
}
/*************/