/* Styles pour le rendu des pages HTML destinées à l'impression. */

/*==========================*/
/*===== positionnement =====*/
/*==========================*/
#dEntete ,
#dNavigationBarre ,
#dMenu {
  display:none;
}
/*==============================*/
/*===== fin positionnement =====*/
/*==============================*/

/*-------------------*/
/*----- contenu -----*/
/*-------------------*/
#dContenu input{
  border: none;
}
#dContenu a,
#dContenu a:visited{
  text-decoration: none;
  color: black;
}
#dContenu p.confirmRemove ,
#dContenu p.submitPrecedent ,
#dContenu p.onglets ,
#dContenu p.pagination ,
#dContenu div.pagination ,
#dContenu ul.pagination ,
#dContenu table tr th a ,
#dContenu td.aideSaisie ,
#dContenu a.choixSurListe ,
#dContenu a.bouton {
  display:none;
}
#dContenu table {
  width: 99%;
}
#dContenu table caption {
  border: solid 2px;
}
#dContenu table tr th.imprDroite {
  text-align: right;
}
#dContenu table tr.sousListe1 td, #dContenu table tr.sousListe2 td {
  font-weight: bold;
}
#dContenu table tr td span.nom ,
#dContenu table tr td.donneeSaisie {
  font-weight: bold;
}
#dContenu table.stat tr.totalEtablissement ,
#dContenu table.stat tr.totalDepartement ,
#dContenu table.stat tr.totalAcademie {
  font-weight: bold;
}
.hiddenSubmit {
  display:none;
}

#dContenu .responsable .responsable-actions {
  display: none;
}

#dContenu div.flex{
  display: block;
}

#dContenu .flex div.evalTable {
  display: block;
}

/*-----------------------*/
/*----- fin contenu -----*/
/*-----------------------*/
