/* CSS for pages   */
/* HippoM©2005, October */

body
{
          margin: 10pt 10pt 10pt 10pt;
     font-family: "Arial CE";
       font-size: 10pt;
           color: black;
      background-image: URL(../pictures/fond.gif);

}

body.B
{
          margin: 10pt 10pt 10pt 10pt;
     font-family: "Arial CE";
       font-size: 10pt;
           color: black;
      background-image: URL(../pictures/back.jpg);
      background-style: fixed;
}  


h1, h2, h3, h4
{
          
     font-family: "Arial CE";
           color: rgb(0,0,0);

}


p
{
          margin: 10pt 10pt 10pt 10pt;
     font-family: "Tahoma";
       font-size: 10pt;
           color: rgb(216,203,142);
     font-weight: bold;
   

}

p.thin
{
          margin: 10pt 10pt 10pt 10pt;
     font-family: "Tahoma";
       font-size: 10pt;
           color: rgb(216,203,142);
   
}




hr
{
        rgb(79,120,79); 
        align: center; 
      

}



a:link, a:visited, a:active
{
          margin: 10pt 10pt 10pt 10pt;
     font-family: "Arial CE";
       font-size: 10pt;
           color: rgb(252,171,3);
 text-decoration: none;
 
      
}




a:hover
{
          margin: 10pt 10pt 10pt 10pt;
     font-family: "Arial CE";
       font-size: 10pt;
           color: rgb(255,255,200);
 text-decoration: none;
 
}










