/* ******************************************** */
/* ******************* STUFF ****************** */
/* ******************************************** */


/* ******************* TREE ****************** */
#tree{
	
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 20px;
	}

#tree .line{
	background: url(../images/dottedline_nav.gif) repeat-x;
	margin: 0px 0px 10px;
	height: 3px;
	}
	
#tree ul{
	margin-left:0px;
	list-style: none;
	}


#tree li.actif > a{
	color:#339999;
	font-weight: bold;
	background: url(../images/tree/icon_levelactif.gif) no-repeat 0px 0px;
	padding-left: 20px;
	}

#tree li{
	background: url(../images/dottedline_nav.gif) repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;	
	
	}

/* ******************* LEVEL 1 ********************* */

.level1{
	margin:0px;
	padding:0px;
	display:block;
	text-transform: uppercase;
}
j


.level1 li {
	padding:0px;
	margin: 0px;
	text-indent: 0px;
	font: bold 1.0em/1.4em Arial, Helvetica, sans-serif;
	list-style: none;
	
}



.level1 li a{
	color: #587b85;
	text-decoration:none;
	background: url(../images/tree/icon_level1.gif) no-repeat 0px 0px;
	padding-left: 20px;
	}



.level1 li a:hover{
	color:#339999;
	text-decoration: none;
	background: url(../images/tree/icon_level1.gif) no-repeat 0px 0px;
	padding-left: 20px;
	}

	

	
/* ******************* LEVEL 2 ********************* */

.level2{
	margin:0px;
	padding:0px 0px 0px 15px;
	display:block;
	text-transform: none;
}



.level2 li {
	padding:0px;
	margin: 0px;
	text-indent: 0px;
	font: normal 1.0em/1.4em Arial, Helvetica, sans-serif;
}



.level2 li a{
	color: #587b85;
	text-decoration:none;
	background: url(../images/tree/icon_level2.gif) no-repeat 0px 0px;	
	}



.level2 li a:hover{
	color:#339999;
	text-decoration: none;
	background: url(../images/tree/icon_level2.gif) no-repeat 0px 0px;	
	}

/* ******************* LEVEL 3 ********************* */

.level3{
	margin:0px;
	padding:0px 0px 0px 15px;
	display:block;
	text-transform: none;
}



.level3 li {
	padding:0px;
	margin: 0px;
	text-indent: 0px;
	font: normal 1.0em/1.4em Arial, Helvetica, sans-serif;
	
}



.level3 li a{
	color: #587b85;
	text-decoration:none;
	background: url(../images/tree/icon_level3.gif) no-repeat 0px 0px;	
	}



.level3 li a:hover{
	color:#339999;
	text-decoration: none;
	background: url(../images/tree/icon_level3.gif) no-repeat 0px 0px;	
	}

/* ******************* LEVEL 4 ********************* */

.level4{
	margin:0px;
	padding:0px 0px 0px 15px;
	display:block;
	text-transform: none;
}



.level4 li {
	padding:0px;
	margin: 0px;
	text-indent: 0px;
	font: normal 1.0em/1.4em Arial, Helvetica, sans-serif;
	
}



.level4 li a{
	color: #587b85;
	text-decoration:none;
	background: url(../images/tree/icon_level4.gif) no-repeat 0px 0px;	
	}



.level4 li a:hover{
	color:#339999;
	text-decoration: none;
	background: url(../images/tree/icon_level.gif) no-repeat 0px 0px;	
	}

/* ******************* LEVEL 5 ********************* */

.level5{
	margin:0px;
	padding:0px 0px 0px 15px;
	display:block;
	text-transform: none;
}



.level5 li {
	padding:0px;
	margin: 0px;
	text-indent: 0px;
	font: normal 1.0em/1.4em Arial, Helvetica, sans-serif;
	
}



.level5 li a{
	color: #587b85;
	text-decoration:none;
	background: url(../images/tree/icon_level5.gif) no-repeat 0px 0px;	
	}



.level5 li a:hover{
	color:#339999;
	text-decoration: none;
	background: url(../images/tree/icon_level5.gif) no-repeat 0px 0px;	
	}

