body
{
  background-color : white;
}

a
{
  font-family:"Verdana, Arial, Helvetica, sans-serif";
  font-style : normal;
  font-size : 14px;
  color:#993300;
}

a:visited
{
  color:#993300;
}

a:hover
{
color: #FFFFCC;
background:#558055; 
}
/* Système de bloc pour le titre*/

a.sommaire
{
  font-size:20px;
}
.b_titre
{
  background-color : none;
  height : 100px;

}

.b_texte_gris
{
  font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
  color : rgb(95,95,95);
  font-size: 54px;
  position : absolute;
  text-align:center;
}

.b_texte_couleur
{
  font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
  color : rgb(153,204,51);
  font-size: 54px;
  text-align:center;
  top : 100px;
}

.b_fiche
{
  background-color : none;
  height : 250px;
}


/*********************************/

.titre_CT
{
  font-family:"Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 18px;
  font-weight : bold;
  color : rgb(204,51,153);

}

.l_n1
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:20px;
  font-weight : bold;
  color : rgb(0,102,51);

}

.l_n2
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-style : italic;
  font-weight:normal;
  color : rgb(0,0,0);

}

.l_n3
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:16px;
  font-style : normal;
  font-weight:normal;
  color : rgb(0,0,0);

}

.texte
{
  font-family:"Verdana", "Arial", "Helvetica", sans-serif;
  font-size: 14px;
  font-style:normal;
  font-weight:normal;
  text-align : justify;
  color : rgb(0,0,0);
}

.App_num
{
  font-family:"Arial","Verdana", "Helvetica", sans-serif;
  font-size : 18 px;
  font-weight: bold;
  font-style : normal;
  text-decoration : underline;
  color : rgb(0,102,51);
}

.App_nom
{
  font-family:"Arial","Verdana", "Helvetica", sans-serif;
  font-size : 18 px;
  font-weight: bold;
  font-style : normal;
  text-decoration : underline;
  color : rgb(0,0,0);
}

.App_desc
{
  font-family:"Comic Sans MS","Verdana", "Helvetica", sans-serif;
  font-size : 14 px;
  font-weight: none;
  font-style : normal;
  text-decoration : none;
  color : rgb(0,0,0);
}

