body {
 background-color:#fff;
 color:#000; 
}

div#entete, div#contenuGHaut, div#basPage, div#bandeGauche, div#contenuHD, .pasImprimer {
  display:none;
}
div#boiteContenu {
  width:790px;
}

#entetePrint{
  display:block;
  width:790px;
  margin:0 auto;
  text-align:center;
}

div#printBasDePage{
  display:block;
  width:790px;
  margin-top:10px;
  padding-top:10px;
  border-top:1px #000000 solid;
}

#blockGauche{
float:left;
}
#blockDroit{
float:right;
}

h1, h2, h3, h4, h5 {
 color:#000; 
}

h1#titrePrint {
 display:block;
 color:#000; 
}

div#printBasDePage.pasImprimer {
  display:none;
}
