  /* Document body */
  @import url(/ROOT/APF/ressources/css/tables.css);
  @import url(/ROOT/APF/ressources/css/news.css);
  body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: transparent;
	text-align:center;
	margin-left: 20 px;
	margin-right: 20 px;
  }

  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align:justify;
	margin-left: 20 px;
	margin-right: 20 px;
  }
  
  div.preface p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	text-align: justify;
	color: #000000;
	margin-left: 20 px;
	margin-right: 20 px;
  }

  p.empty {
    margin-top: 0pt;
    margin-bottom: 0pt;
    height: 4pt;
  }

  p.copyright {
    color: #000000;
    margin-top: 20pt;
    font-size: 8pt;
    text-align:justify;
  }
  
  div.toc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:justify;
	margin-left: 20 px;
	margin-right: 20 px;
  }

  div.doctitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding : 2px;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	background-color: #3665A8;
	border-top: 1px solid #3665A8;
	border-bottom: 1px solid #3665A8;
	margin-top: 20px;
	margin-bottom : 20px;
	margin-left: 20px;
	margin-right: 20px;	
  }
  div.doctitle a {
      color: #C8C8C8;
  }

  div.doctitle a:hover {
      color: #B8001B;
  }

  div.doctitle a:visited {
       color: #C8C8C8;
  }
  
  /* Section titles */
  h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-left: 20 px;
	margin-right: 20 px;
  }

  h1 a {
    color: #0000FF;
  }

  h2 {
	font-size: 18px;
	font-weight: bold;
	color: #3665A8;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-left: 20 px;
	margin-right: 20 px;
  }

  h2 a {
    color: #0000FF;
  }

  h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-left: 20 px;
	margin-right: 20 px;	
  }

  h3 a {
    color: #0000FF;
  }

  h4 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-left: 20 px;
	margin-right: 20 px;	
  }

  h4 a {
    color: #0000FF;
  }

  h5 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-left: 20 px;
	margin-right: 20 px;	
  }

  h5 a {
    color: #0000FF;
  }
  
  h6 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-left: 20 px;
	margin-right: 20 px;	
  }

  h6 a {
    color: #0000FF;
  }
  

  /* Text style */

  em {
    font-style: italic;
    font-weight: bold;
  }

  em.literal {
    font-family: Courier, monospace;
    font-style:normal;
  }

  strong {
    text-transform: uppercase;
    font-weight: bold;
  }

  pre {
    font-family: Courier, monospace;
  }

  sup {
  }

  caption {
    text-decoration: underline;
    margin-top: 1em;
  }

  blockquote {
    color: #003366;
    font-style:italic;
  }

  /* Links */
  a {
      color: #0000FF;
  }

  a:hover {
      color: #B8001B;
  }

  a:visited {
       color: #0000FF;
  }
  
  a.gotop 
  {
	color:Gray;
  }
  
  a.gotop:hover {
      color:Gray;
  }

  a.gotop:visited {
       color:Gray;
  }

  /* Lists */
  ul {
    font-size: 10pt;
	text-align:justify;
  }

  ol {
    text-align: justify;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10pt;	
  }

  li {
    font-size: 10pt;
	text-align:justify;
	line-height : 15px;	
  }
