/* print stylesheet */

@import "typographie.css";

#header          { border: 1px solid black; height: auto; text-align: center; margin-bottom: 4px; padding: 2px 0px; min-width: auto; }

#header h1       { background: inherit; text-indent: 0px; width: auto; height: auto; margin: 2px; display: block; }
#header h2       { display: block; margin: 2px; width: auto; height:
auto;}

/* avoid having the footer alone */
#footer          { page-break-before: avoid; }

.breadcrumb, .mainmenu, #pager, #blocks, .nodelinks { display: none; }

#main {
  width: 100%;
}

#blocks {
  width: 0%;
  height: 0%;
}
