@media print {
  /** NE PAS IMPRIMER LES URLs DES BALISES A **/
  a:after {
    content: none !important;
  }
  /** cacher le header */
  .nav-btn-container,
  .pre-header,
  header {
    display: none !important;
    visibility: hidden !important;
  }
  /** cacher breadcrumb et banner */
  .site-breadcrumbs,
  .banner {
    display: none !important;
    visibility: hidden !important;
  }
  /** cacher le footer */
  footer {
    display: none !important;
    visibility: hidden !important;
  }
  /** cacher la navigation de gauche */
  #main-content > .portlet-layout > .span3.portlet-column-first {
    display: none !important;
    visibility: hidden !important;
  }
}