/* $Id: print.css $ */
 

body { 
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size:11pt;
  color:#4C4C4C;
}


a, a:link, a:visited { text-decoration:none; color:#a92618; }
a:focus, a:hover, a:active { text-decoration:underline; }

img { border:0; }

h2 { color:#a92618; }
h3 { color:#245d85; }
h4 { color:#245D85; } 
h5 { color:#245D85; }

.home h2 { color:#2070A9; } 
h3 span /* soustitre */{
  display:block;
  padding:2px 0;
}
 
#menu,
.logo,
#skip-links,
#back-top,
#menu-bottom {display:none;}
 
/* Un-float the content */
  #content,
  #content-inner
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
 
/* Turn off any background colors or images */
  body,
  #page, #page-inner,
  #main, #main-inner,
  #content, #content-inner
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }
 
/* Hide sidebars and nav elements */
  #skip-to-nav, #sidebar-left, #sidebar-right, #footer,
  .breadcrumb, div.tabs, .links, .taxonomy,
  .book-navigation, .forum-topic-navigation, .pager, .feed-icons
  {
    visibility: hidden;
    display: none;
  }
 
  #navbar-inner {float:none; width:auto; margin:1em 0;}
 
 
/* Otherwise, Firefox clips the content after the first page. */
  #page
  {
    overflow-y: visible;
  }