body {
 font-family: Arial;
 font-size: 12;
 text-align: left;
 color: white;
}
table {
 font-family: Arial;
 text-align: center;
 color: #000000;
 bordercolor: #C04000;
 bordercolorlight: #00E090;
 bordercolordark: #0070C0;
 font-size: x-small;
}
p {
 font-family: Arial;
 text-align: left;
 padding-left: 40pt;
}
h4 {
 font-family: Arial;
 font-size: 60pt;
 text-align: center;
 color: #FFFF00;
 background: #009090;
}
a:link {
 color: yellow;
 text-decoration:none;
}
a,a:visited  {
 color: yellow;
 text-decoration:none;
}
a:active {
 color: #00009F;
 text-decoration:none;
}
a:hover {
 color:white;
 background:darkred;
}
.Titre {
 background: indigo;
 font-size:40;
 color:white;
 text-align: left;
 padding-left: 40pt;
}
.Block {
 padding-left: 40pt;
 text-align: left;
}