/*################## Arborescence ##################*/
#arborescence {
	padding: 5px;
	background-color: #AAA;
	width: 260px;
}

#arborescence ul#racine {
	margin: 0px;
	padding: 0px;
	/* margin-left: -20px; */
}

#arborescence ul, #arborescence li {
	text-align: left;
	list-style-type: none;
	list-style-image: none;
}

#arborescence li {
	position: relative;
	/* margin-left: -10px; */
}

#arborescence ul.niv1 ul {
	background: url("img/line.gif") repeat-y 0px 0px;
	/* display: none; */
}

#arborescence li ul.active {
	display: block;
}

#arborescence li ul.last {
	background: none;
}

#arborescence img {
	position: relative;
	width: 29px;
	height: 20px;
	margin-bottom: -4px;
	margin-right: 2px;
}

#arborescence img.clic {
	cursor: pointer;
}

#table {position:absolute; top:270px; left:50px;  border: 0px solid #ddd; z-index:97;}
#trait {left:50px;  width:1100px; z-index:97;}

body {
background: #AAA;
font: 13px 'lucida grande';
}

a {
color: blue;
}

a:hover { 
	font-weight: bold;
}

#s1 {color: black; text-decoration: underline;}
