body {
  font-family: Arial,Helvetica,sans-serif;
  color: #333333;
  line-height: 1.5em;
}
h1 {
  border-style: none;
  margin: 10px auto 20px;
  text-align: center;
  font-size: x-large;
  padding-bottom: 5px;
  background-color: #cccccc;
  font-weight: bold;
  clear: both;
  padding-top: 5px;
  color: black;
  text-transform: uppercase;
  width: 50%;
}
h2 {
  margin: 5px;
  text-align: center;
  text-decoration: underline;
  font-weight: inherit;
  font-size: 1.2em;
}
h3 {
  border-bottom: 2px solid #333333;
  text-align: left;
  font-size: medium;
  clear: left;
  padding-top: 2em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  color: black;
  font-weight: bold;
}
h4 {
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 0;
  color: black;
}
h6 {
  margin: 0px;
  font-style: italic;
  font-size: small;
  text-align: center;
  font-weight: inherit;
}
a {
  color: #455daa;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  background-color: #e1e1e1;
}
#title a {
  color: black;
  font-size: xx-large;
  text-decoration: none;
  font-weight: bold;
}
#menu a {
  text-decoration: none;
  color: black;
}
#menu ul {
  display: inline;
}
.chiffres {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  margin-right: auto;
  font-size: small;
  text-align: left;
  margin-left: auto;
  clear: both;
  border-collapse: collapse;
}
.chiffres td {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 0px 10px;
  text-align: left;
}
.chiffres th {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #cccccc;
  font-weight: bold;
  text-align: center;
}
li {
  list-style-type: square;
  line-height: 1.2em;
}
lh {
  font-weight: bold;
  text-decoration: underline;
  margin-left: -0.5em;
  display: block;
  margin-bottom: 0.5em;
}
p {
  border-style: none solid;
  border-left: 2px solid #999999;
  border-right: 2px solid #999999;
  margin: 10px auto;
  padding: 3px 5px 5px;
  background-color: #e1e0de;
  width: 600px;
  font-size: 0.8em;
}
.floatL {
  margin-right: 10px;
  margin-left: 5px;
  margin-bottom: 3px;
  float: left;
}
.floatC {
  margin: 1em auto;
  display: block;
}
.floatR {
  margin-right: 5px;
  margin-left: 10px;
  float: right;
}
.clignotant {
  text-decoration: blink;
  color: #cc0000;
}
.cellspacezero {
}
