<html>
  <head>
    <meta content="text/html; charset=windows-1252" http-equiv="content-type">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Retour � la ligne automatique">
  </head>
  <body>
    <pre>* {
  margin: 0px;
  padding: 0px;
}

body {
  background: #ffffff none repeat scroll 0% 0%;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
h1 {
font-size: 30px;
  padding: 17px 0px 0px 10px;
  font-weight: bold;
  color: black; 
text-align: center;
 }
h3 {
font-size: 20px;
  
  font-weight: bolt;
  color: blue; 
text-align: center;
 }

@font-face {
  
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}


a {
  display: block;
  text-decoration: underline; ;
  color: blue;
  }

a:hover {
  text-decoration: none;
  color: red;
}

table
{
width: 50%;
line-height : 2em;
table-layout: auto
vertical-align: middle;
 margin-left: auto; 
 margin-right: auto;
 border: 3px solid #c1437a;
}

td {
  background-color: #ffffcc;
 border-width:1px;
 border-style:solid; 
 border-color:red;
 vertical-align: middle;
 text-align: center;
 empty-cells: show;
 color: black;
 table-layout: auto;
  }
th {
  background-color: #33ff33;
  border-spacing: 5px;
  
  border:1px solid black;
  empty-cells: show;
  text-align: center;
  color: black;
  table-layout: auto;
  }


</pre></body></html>