ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.update{
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}

ul.liste  {
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
}

ul.liste li.selected { background-color: #ffb; cursor: pointer; }

li.item {
	list-style-type: none;
	display:block;
	margin:0;
	padding:2px;
	height:15px;
}