html, body {
  width: auto!important;
  margin: auto!important;
  font-family: serif;
  font-size: 12pt;
  background-color: #fff!important;
  color: #000!important;
}
.no-print{display:block;}
p, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
  color: #000!important;
  margin: auto!important;
}
.print {
  display: block; /* affichage des éléments de classe print */
}
p, blockquote {
  orphans: 3; /* pas de ligne seule en bas */
  widows: 3; /* pas de ligne seule en haut */
}
blockquote, ul, ol {
  page-break-inside: avoid; /* pas de coupure dans ces élements */
}
h1 {
    display:none;
}
.logotop {
    position:relative;

}

h1, h2, h3, caption {
  page-break-after: avoid; /* pas de saut après ces éléments */
}
a {
  color: #000!important;
  text-decoration: underline!important;
}

#mainnav, #topnav, #footnav,.grid_sidebar, .pagination {
    display:none;
}

.grid_content {
    width:100%!important;
}

.grid_content h2 {
    background:none;
    width:100%;
    margin-left:0;
    padding-left:20px;
}

#contenu {
    -moz-box-shadow:0;
    -webkit-box-shadow:0;
    box-shadow:0;
}

#main.maincontent{
    background:none;
}

#bottomheader {
    background:none;
}