body {
  background-attachment: fixed; 
     }
A:LINK { color: #000000; text-decoration: none }
A:VISITED { color: #000000; text-decoration: none }
A:HOVER { color: GREEN; text-decoration: none }

h1 { /** gros titre */
  font-family:rage italic;  
  color: green;              
  padding: 0.3em;           
  text-align: center;         
  letter-spacing: 0.3em;    
}
h2 { 
  text-decoration: underline;
  font-variant : small-caps  
  color: #000077;            
}

p {
        color: green;
    letter-spacing: 0.3em;
    padding: 0.3em;
  }
table {  
  border-style: solid ;border-left-width: 1mm;border-right-width:1mm ;border-top-width:1mm;border-bottom-width:1mm; border-color: #780732 ;
}
td {
  border-style: solid ;border-left-width: 0.5mm;border-right-width:0.5mm ;border-top-width:0.5 mm;border-bottom-width:0.5 mm; border-color: #780732 ;
}
