.valeur {
	display: none;
	padding-left: 20px;
	background-image: url(/images/page.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	white-space: nowrap;
	list-style: none;
	
	clear: both;
}
.avaleur {
	display: inline;
	padding-left: 20px;
	background-image: url(/images/page.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	white-space: nowrap;
}
.cle {
	display: none;
	cursor: hand;
	background-image: url(/images/folder.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 6px;
	height: auto;
	width: 800px;
	white-space: nowrap;
	list-style: none;
	float: left;
	clear: none;
}
.inputcle {
	border: solid 1px red;
}
.acle {
	display: inline;
	cursor: hand;
	background-image: url(/images/folder.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 6px;
	height: auto;
	white-space: nowrap;
}
.racine {
	display: block;
	cursor: hand;
}
