#liste {
	font-size: x-small;
	font-style: normal;
	text-align: justify;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
	padding: 2px;
	width: auto;
}

#liste li{
	font-size: x-small;
	font-style: normal;
	text-align: justify;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 2px;
	margin: 3px 2px 2px 3px;
	background: transparent;
	border: 1px dashed #FD8553;
	width: auto;
}

#liste .subliste li{
	font-size: x-small;
	font-style: normal;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent url(../bg/ccc.gif);
	color: Black;
	list-style: none;
	padding: 2px;
	margin: 1px 0 3px 3px;
	border: 1px solid #E73809;
	width: auto;
}

#liste .ul{
	background: transparent url(../bg/ccc.gif);
}