@CHARSET "ISO-8859-1";
body {color: #393939;    background-color: #ffffff; margin:5px;font-size:12px;font-family: Verdana, Arial, Helvetica, sans-serif;}

table {width: 100%;  font-size: x-small}
table td {
	padding: 0;  vertical-align: top; }


a {  text-decoration: none; color:#393939;  background-color:transparent;}
a:hover { text-decoration: none; color: #00FF33;}

hr {
clear: both;
width: 95%;
border: 1; /* enleve toute bordure */
border-bottom: 1px lightgrey solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}
h1{
  text-align: center;
  border: 1px;
  border-style: solid;
  border-color: #bbbbbb;
  background-color: #ffffff;
  color:#393939;
  font-family: arial, comic sans ms,  ms sans serif;
  font-size:16px;
  font-weight: bold;
}


h2 {background-color: #ffffff; text-align: center; color: #cccccc; font-weight: bold; font-size:13px; }
h3 {background-color: #ffffff; color: #333333;    text-align: left; text-decoration: underline; font-size:11px;  }