#menu, #sub-menu, #logo, #logo-left, #footer, #nav, #red, #b-back, #toc, .b-top
  {
	display: none;
  }
  
.dont_print { display:none;}  
  
body
  {	font-size: 10px;}  
  
#wrapper
  {
	width: 670px;
    margin: 0 auto 0 60px;

  }  
  
#header
  {
	text-align: center;
	height: 100px;
	border-bottom: 1px solid silver;
	margin: 0 0 20px 0;
  }  
  
#header h1
  {
	font-size: 64px;
	color: #990c3a;
	font-weight: bold;
	margin: 20px 0 0 0;
  }  
  
.title
  {
	font-size: 18px;
	color: gray;

  margin: 24px 0 24px 0;
  }


a
  {
	color: black;
    text-decoration: none;
  }
  
#header h2
  {
	font-size: 24px;
	font-weight: normal;
	color: black;
  }  
  
#content
  {
	line-height: 1.3em;
  }  
  
#print-footer
  {
	font-size: 12px;
	border-top: 1px solid silver;
	margin:  20px 0 20px 0;
    text-align: center;
    padding: 10px 0 0 0;
  }  
  
/* PAGE INVENTAIRE */
#fonds_archives #header, #fonds_archives h1
  {
	display: none;
  }  
  
#fonds_archives
  {
	color: black;
  }  
  
#fonds_archives .title
  {
	font-weight: bold;
	color: black;
	font-size: 16px;
	padding: 24px 0 6px 0;

		border-bottom:  1px solid silver;
  }
  
#fonds_archives .subtitle
  {
	font-weight: bold;
	font-size: 14px;
  }  

#fonds_archives .data
  {
	margin-bottom: 10px;
  }

#fonds_archives td
  {
	font-size: 12px;
  }
   