<!--

/* Treeview 
   couleurs 
   tocmenu    #A50505; (rouge)
   toccontent #FBF8FD; (gris)
   header     #005294; {bleu EL} */

BODY
{	
	font-size:12px;
	font-family:Verdana, Arial, sans, helvetica;
}

body.tocContent
{
  background-color:#FBF8FD;
}

.tocMenu
{
  background-color:#A50505;
}

/* liens */
A:link
	{ color: black;
	  text-decoration: none; }

A:visited
	{ color: black;
    text-decoration: none; }

A:hover
  { color: #0033FF;
    text-decoration: underline; }


/* noeud de l'arbre */
.TreeNode
{
	font-size: 9pt;
	margin-left: 3px;
	border-width: 0px;
	cursor:pointer;
}

/* arbre en cours de chargement */
.NodeLoading
{
	font-size: 8pt;
	background-color: infobackground;
	border-width: 0px;
	border-color: black;
	border-style: solid;
	width:120px;
	margin:1px;
	cursor:pointer;
}

-->