﻿body
{
	color:black;
	font-family:"Trebuchet MS";
	font-size:12px;
}

/*Corps du TreeView*/
.BodyTreeView
{
	/*background-color:#C6E1FF;
	*/width:100%;
	margin-left:-60px;
}

.bulletList
{
	list-style: none;/*Retire la bullet*/
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:30px;
	font-size:13px;
	font-family:"Trebuchet MS";
}

/*Noeud root*/
/*Invisible pour la fiche Corome*/
.LevelNodeRoot
{
}

/*Node de niveau 1*/
.LevelNode1
{
	color:#9E1E52;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:14px;
	padding-top:20px;
}

/*Node de niveau 2*/
.LevelNode2
{
	font-weight:bold;
	color:Black;
	
	text-align:justify;
	text-indent:20px;
	font-family:"Trebuchet MS";
	font-size:13px;

}

/*Node de niveau 3*/
.LevelNode3
{
	color:Black;
	padding-left:50px;
	background-image:url(../../images/fleche_prof.gif);
	background-position:35px 6px;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS";
	font-size:13px;

}

/*Style de tous les noeuds*/
.LevelAllNode
{
	/*background-color:#C6E1FF;*/
	color:Black;
	
	cursor: default;
	text-decoration: none;
}

.labeltext
{
	color:Black;
	font-size:12px;
	font-family:Trebuchet MS;
}

.labelCategorie
{
	color:#9E1E52;
	font-weight:bold;
	font-size:14px;
	font-family:Trebuchet MS;}

.labelTitreCorome
{
	font-size:15pt;
	font-weight:bold;
	color:#0077d4;
	text-decoration:underline;
}

.labelBold
{
	font-weight:bold;
}

.contenu
{
	padding-top:10px;
	padding-bottom:10px;
	color:black;
	font-family:"Trebuchet MS";
	font-size:13px;
	padding-left:15px;
}