.ls_cont{
	background-color: #FFF;
	z-index: 999;
	margin: 0;
	padding: 0;
	position: absolute;	
	width: 230px;	
	/*display: none;*/
	border: 1px solid #E1E1E1;
}

.ls_pad{
	padding: 5px;
}

.ls_pad ul {
	list-style-type: none;
	margin: 0;
	padding:0 4px 0 0;
}

.ls_pad li {
	border-bottom: 1px solid #ACC9D9;
	border-top: 1px solid white;
	color: #35628C;
	font-weight: bold;
	height: auto;
	list-style-type: none;
	margin: 0;
	padding: 3px 0 3px 10px;
	cursor: pointer;
}	
.ls_pad li span{
	font-weight: normal;
	cursor: pointer;
	display:inline;
	float:none;
}

.ls_odd {
	background: #FFF;
}

.ls_even {
	background: #CFEAFB;
}

.over{
	background: rgb(244, 246, 186);
}


.ls_input_loading {
	background: white url('/img/chargement.gif') right center no-repeat;
}

.ls_indicateur_chargement {
	margin-top:-16px;
	padding-left:164px;
	position:absolute;
}

.selected { background: rgb(244, 246, 186);}

