body {
  font-family:Arial, Times, sans-serif;
  color:#000000
}
h1 {
  color:#CC9900;
  font-size: 220%;
  line-height:28px;
}
h2 {
  color:#CC9900;
  font-size: 140%;
}
h3 {
  color:blue;
  font-size: 110%;
}
h4 {
  font-size: 100%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 70%;
}
small {
  font-size: 70%;
}
OL.lowerroman { list-style-type: lower-roman }
OL.upperroman { list-style-type: upper-roman }

table {
  font-family:Arial, Times, sans-serif;
  font-size:0.9em;
  width:95%;
  /*border:outset 2pt;*/
  /*border: inset 2pt;*/
  margin-top:0.4em;
  empty-cells:show;  /* non supporté par IE */
  border-color:#CC9900;
}
td {
  padding:0.2em;
}
th {
  text-align: center;
  font-weight: bold;
  font-size:1.1em;
  font-family: Verdana, Arial, Times, sans-serif;
  padding:0.3em;
}
tr { /*text-align: right*/ }

p {
  text-align:justify;
}
/* Style des hyperliens */
a:link    {color:#000000; text-decoration: underline}
a:hover   {color:#ff9900; text-decoration: underline}

