/* 
================================================
autosuggest, inquisitor style
================================================
*/


div.autosuggest{} 

div.autosuggest ul
{
	font-size:11px;
	list-style: none;
	margin: 0;
	position:fixed;
	bottom:0px;
	margin-bottom:34px;
	margin-left:54px;
	padding:5px;
	background:url(/membres/im/images/back_info.png);
	overflow: auto;
	width:170px;
	z-index:20000;
}

div.autosuggest ul li
{
	padding: 0;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #FFF;
	text-decoration: none;
	width: 100%;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
	color:#999;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #0071BC;
	font-weight: bold;
}
