
html,body
{
background-color : #C0C0C0;
font-size: 10pt;
font-family: sans-serif; 
color: #000000;
}

a:link {color: #FFFF00; text-decoration:underline; }
a:visited {color: #FFFFFF; text-decoration:underline ;}
a:hover {color: #FF0000; text-decoration:underline; }

h1 { font-size: 24pt; }
h2 { font-size: 18pt; }
h3 { font-size: 10pt; }

.chapo { width: 780px; text-align: center; color: #0030FF; }
.texte { text-align: justify; font-size: 10pt; }
.intertitre {  color: #0030FF; text-decoration:underline; }
.legende { font-size: 9pt; color: #700000; }
.legendeAV { font-size: 8pt; text-align: center; color: #700000; }
.baspage { text-align: right;font-size: 8pt; }
.lien_suivant { width: 100%; text-align: right; background-color: #0030FF; color: #FFFFFF; font-style: italic; }
.lien_prec { width: 100%; text-align: left; background-color: #0030FF; color: #FFFFFF; font-style: italic; }
.table { border-spacing: 10px; }

