﻿BODY {
color : #7ea0f3;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : normal;
font-style : normal;
background-color: #B1CACB;
/*background : #ffffff url(fond.jpg) repeat-y scroll left;*/
text-indent : 0;
margin-left : 25px;
/*background-image : url(fond.jpg);*/
}
A {
color : #0000ff;
text-decoration : none;
}
A:hover {
color : #660066;
text-decoration : none;
background : transparent none;
}
H1 {
font-family : Verdana, Arial, Helvetica, serif;
font-size : x-large;
font-style : normal;
color : #990000;
font-weight : normal;
margin-left : 25px;
background : transparent none scroll left;
text-align : center;
}
H2 {
font-family : "Times New Roman", Times, serif;
font-size : large;
font-style : normal;
font-weight : normal;
margin-left : 25px;
color : #663300;
background : transparent none scroll left;
}
H3 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : medium;
font-style : normal;
font-weight : normal;
margin-left : 25px;
color : #663300;
background : transparent none scroll left;
}
H4 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : small;
font-style : normal;
font-weight : normal;
margin-left : 25px;
color : #660000;
background : transparent none scroll left;
}
H5 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : small;
font-style : normal;
font-weight : normal;
margin-left : 25px;
color : #330000;
background : transparent none scroll left;
}
H6 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : xx-small;
font-style : italic;
font-weight : bolder;
margin-left : 25px;
color : #FF0099;
background : transparent none scroll left;
}

.treeDiv
{
   font-family: verdana;
   font-size: x-small;
   font-weight: normal;
   background-color: transparent;
   color: Black;
   overflow: auto;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   white-space: normal
}

.treeNode
{
   white-space: wrap;
   text-indent: -16px;
   margin: 5px 2px 5px 16px;
}
A.treeUnselected:hover, A.treeSelected:hover
{
    text-decoration: underline;
    background-color: #ffcc00;
    border: solid 0px #999999;
    text-decoration: none;
}
A.treeUnselected, A.treeSelected
{
	color: Black;
	padding: 1px 3px 1px 3px;
    text-decoration: none;
}
A.treeSelected
{
	background-color: #ffff00;
    border: solid 0px #999999;
}
A.treeUnselected
{
	border: solid 0px f0f0f0;
    background-color: transparent;
}
.treeSubnodes
{
	display: block;
}
.treeSubnodesHidden
{
	display: none;
}
.treeNode IMG.treeNoLinkImage, .treeNode IMG.treeLinkImage
{
	width: 14px;
	height: 14px;
	margin-left: 2px;
	margin-right: 0px;
}
.treeNode IMG.treeLinkImage
{
    cursor: pointer;
}