@charset "UTF-8";
/* $Id: print.css,v 1.2 2011-09-07 12:07:40 mohamed Exp $ */

/* underline all links */
  a:link, a:visited
  {
    text-decoration: underline !important;
  }

  /* Don't underline header */
  h1 a:link,
  h1 a:visited,
  h2 a:link,
  h2 a:visited,
  h3 a:link,
  h3 a:visited,
  h4 a:link,
  h4 a:visited,
  h5 a:link,
  h5 a:visited
  {
    text-decoration: none !important;
  }
  
 

/* Un-float the content */
 .main,
 .left,
 .logo,
 .g4 .section_press h2
  {
    float: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .logo{ border-right: none;}

/* Turn off any background colors or images */
  body,
  .main,
  .left,
  #page, 
  #page #center,
  .section_list_diapo,
  .home .main .first_section,
  .wrap_mini_diapo,
  .section .frame,
  .book .content
  {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

/* Hide sidebars and nav elements */
 .pop_selection,
  fieldset.form_type_01_fieldset_02_inner_sub legend,
  #skip-nav,
  .nav,
  #header #search,
  #footer,
  .breadcrumb,
  .aside,
  .col_163,
  .section-top .page_tools,
  .section-bottom,
  .pub,
  .account,
  .full-paging,
  .section-searchfilter,
  .link-to-result,
  .control,
  .plus,
  .book_nav,
  .paging_book{
	visibility: hidden;
    display: none;
  }

  .pop { display: block; position: static;}

/* Otherwise, Firefox clips the content after the first page. */
  .main{
    overflow: visible;
  }
  
  .g4 .section_press h2{position: static;}
  
  .book .contents {width: 900px;}
