/*
 * Styles CSS pour le Tableau de Bord de l'Environnement
 *
 */

.tbe {
  font-family: Arial, Helvetica, sans-serif;
}
.icone {
  background-color: #CCCCCC
}



.tbe h2{
  font-size:medium;
}
.tbe h3{
  font-size:small;
}
.tbe h4{
  font-size:x-small;
}




a:link {

  text-decoration: none
}

a:visited {
  text-decoration: none

}

a:active {
   text-decoration: none

}


a.lien  { 
/*text-decoration: bold; */
color: #80ACD0; font-size: 9pt;  }



a.lien:link  { 
/*text-decoration: bold;*/
 color: #80ACD0; font-size: 9pt;  }

a.lien:active  { 
/*text-decoration: bold;*/
 color: #80ACD0; font-size: 9pt;  }

a.lien:visited { 
/*text-decoration: bold;*/
 color: #80ACD0; font-size: 9pt;  }



.texte11 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #000000
}

.texte11Gris {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #000000
}

.texte11Gras {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #000000
}

.texte11Gras:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #000000
}


.texte11GrasGris {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #CCCCCC
}

.texte11GrasGris:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #000000
}

.texte11GrasBlanc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF
}

.texte11GrasBlanc:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF
}

.titreRubrique {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
}

.cadreContenu {
  border: 1px solid #222222;
  background-color :#E0E0E0;
  padding:5px 5px 5px 5px;
  margin:5px;
  font-style:italic;
 }

.paraNotion {
  margin-left:50px;
}
