body, div, span, a, p, li, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: Black;
}

a:after {
  /*content: " (" attr(href) ") ";*/
  /*affichage du chemin du lien*/
}

@page { 
  size: landscape;
  /* mise en page ou size:portrait; */
  /* marche pas avec IE */
  
  /*margin: 2cm;
  marges d'impression - ne donne pas l'impression de marcher*/
}


#bloc1 {
  display: none;
}

#haut {
  display: none;
}

#bloc2 {
  display: block;
  width: 100%;
  padding-left: 0px;
  margin-right: 0px;
}

#fil {
  border-bottom: 1px solid Black;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 5px;
  font-weight: 700;
}

.graph {
  width: 100%;
  display: block;
  visibility: visible;
  border-right: #000 1px solid;
  border-top: #000 1px none;
  border-left: #000 1px solid;
  border-bottom: #000 1px solid;
}


.profil a {
  text-decoration: none;
  font-weight: 700;
}

.profil {
  width: 100%;
  display: block;
  border: #000 1px solid;
  background-color: #CCCCCC;
  font-weight: 700;
}

.print {
  display: none;
}