﻿/* Exemple de feuille de syle spare "basique" */
body {background-color: rgb(240,250,240); font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 14pt;}
.result {color: rgb(5,20,5); font-weight: bold; }
h1 {color: rgb(150,50,50); font-weight: bold; font-size: 18pt; line-height: 20pt;}
h2 {color: rgb(50,50,150); font-weight: bold; font-size: 15pt; line-height: 18pt;}
courier {font-family: Courier;}
h3 {color: rgb(50,150,50); font-weight: bold; font-size: 13pt; line-height: 16pt;}
p {color: rgb(5,20,5); font-size: 11pt; line-height: 11pt;}
strong {font-size: 12pt; color: rgb(150,50,50);}
td {font-size: 11pt;}
tt {font-size: 11pt;}
hr.light {border-top: 1px none; border-bottom: 1px dashed #7a7; height: 1px;}
hr.strong {border-top: 1px solid #7a7;border-bottom: 2px solid #9b9; height: 4px;}
table.light {color: rgb(0,15,0);}
.E {color: rgb(255,0,0); font-weight: bold;}
.INF {color: rgb(200,25,25);}
.P {color: rgb(50,50,50);}
.AB {color: rgb(0,50,150);}
.B {color: rgb(50,150,50);}
.TB {color: rgb(30,200,30);}
.erreur {color: rgb(255,0,0);}

img.illustration200px {
  margin:0.2em auto;
  height:200px;
  border:1px solid #202020;
}