.Matched {
	font-weight: bold;
}
.AFSSuggestPopup table { 
table-layout: auto; 
} 
/**
 * This class is affected to the popup
 */
.AFSSuggestPopup {
	z-index: 10;
	background: white;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	z-index:10000;
}

/**
 * The list of suggestion is tagged by AFSSuggestItems. The class is not used
 * for the Custom Suggest.
 */
.AFSSuggestItems {
}

/**
 * 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: #003483;
	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;
}

/**
 * Custom
 */

.es_model {
	background: white;
	border: 1px solid black;
}

.es_model table th {
	width: 50%;
}

.es_model table tr td {
	vertical-align: top;
}

.es_model table tr td + td {
	border-left: 1px solid black;
}

.PoweredBy {
	font-size: 70%;
	color: #555555;
	text-align: right;
}

.PoweredBy a {
	color: #000099;
}
	.ctl00_wpz_0 { border-color:Black;border-width:1px;border-style:Solid; }
/* Debut test fond */
#maxFlash{
	position:fixed;
	top:0;
	z-index:-999;
	width:3000px;
	height:100%;
	text-align:center;
}
#fitFlash{
	margin-left:auto;
	margin-right:auto;
	/*display:inline-block;*/
}