/*################## Arborescence ##################*/
#arborescence {	
	width: 350px;
	float:left;
	height:100%;
}
 a  {   color:#9999ff;   text-decoration:none;  }  a:hover  {   color:#3ea240;   text-decoration:underline;  } a:active  {   color:#3ea240;   text-decoration:underline;  }
#contenu {
float:left;
font-size:6px;
font-family:Arial narrow;
}
#arborescence ul#racine {
	margin: 0px;
	padding: 0px;
	
}

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

#arborescence li {
	position: relative;	
	color:#dedede;
}

#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: 19px;
	height: 20px;
	margin-bottom: -4px;
	margin-right: 2px;
}

#arborescence img.clic {
	cursor: pointer;
}

#titre_fiche {
color:#767891;
font-weight:bold;
font-size:1.1em;
}
#titre{
font-size:0.8em;
color:#FF9900;
text-transform: uppercase;
}
#titre_menu{
vertical-align : bottom;

}


#charger-animation-liste
{
	list-style	: none;
}
#charger-animation-liste li
{
/*
	display		: inline;
*/
	float		: left;
	cursor		: pointer;
}
#animation-liste
{
	overflow	: hidden;
	clear		: both;
}
