/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 janv. 2020, 16:18:53
    Author     : MostafaXP
*/

.RefNode{
   font-size: 0.8em;
}
.NodeFiche{font-weight:bold;padding-left: 15px;font-size: 1em;}
.ReferNodeSpan:hover{
   background-color: yellow;
}
.ReferNodeSpan
{
   font-size: 0.8em;
}
.ReferSelected{
   background-color: #05E1DE;
   color : black;
}
.RefNodeNiv0{
   font-weight: bold;
}
.RefNodeNiv1{
   font-weight: normal;
}
.ReferNbExo{
   font-style: italic;
   color:#009bff;
}

.SkillSelParent{
   font-weight: bold;
.SkillSel{
   font-family: 'Book Antiqua'; text-transform: uppercase;
}