/* CSS Document */

#tree {background-color:#DBE1EA;
		text-align: left; 
		color: black; 
		height: 290px; 
		overflow: auto;
		
	}


#tree.ul { list-style-type: none; 
			list-style-position: outside} 
#tree.ul { list-style-type: none; 
			list-style-position: outside;
			clear: both;
			} 
li.folder { 
	 	
 	list-style-type: none;
 	background-image: url(images/iconbook.gif);
	background-repeat: no-repeat;
 	padding-left : 20px;
	padding-bottom: 0px;
	padding-top: 0px; 
	margin: 0px;
	border-bottom: 1px solid #06F;
	font-size: 3.6mm;
	height: 26px;
	cursor: pointer;
	float: left;
	clear: both;
	z-index : 100;
}


li.file { 
 	list-style-type: none;
	width: 96%;	
	background-image: url(images/carte3.gif);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	text-indent: 1em;	
	padding:1px; 
	margin: 0;
	height: 4.8mm;
	min-height: 4.6mm;
	font-size: 3.2mm;
	z-index : 1000;
}
.tbtree
{
	float: left; 
	border-collapse: collapse; 
	padding:0; 
	margin: 0; 
	padding-left: 2mm; 
}