/* Typographie */
body
  {
    font-size:16px;
    font-family: Helvetica, arial, sans;
    line-height: 1.5em;
    font-size:14px;
    background: none;
  }
  

  
#content h1
  {
    font-size:24px;
    margin-bottom: 12px;
    line-height: 1.2em;
  }  
  
#content h2
  {
    font-size:18px;
    margin-bottom: 12px;
  }  
  
#content h3
  {
    font-weight: bold
  }  
  

#content ,#content p
  {
    font-size:14px;
    line-height: 1em;
  }  
  
p
  {
    margin-bottom: 6px;
  }  
  
ul
  {
    list-style-type: circle;
    list-style-position: inside;
  }  
  
li
  {
    margin-bottom: 3px;
  }  
  
#content a
  {
    color:#990302;
    border-bottom:1px dotted silver;
    text-decoration: none;
  } 
  
#content a:hover
  {
    color:#990302;
    border-bottom:1px solid #990302;
  }    
  
.fontSize1 { font-size:10px;}
.fontSize2 { font-size:12px;}
.fontSize3 { font-size:14px;}
.fontSize4 { font-size:16px;}
.fontSize5 { font-size:20px;}
.fontSize6 { font-size:24px;}
.fontSize7   { font-size:32px;}