
body {
  background-color: #F0F0F0;
  color: #000;
  font-family: Arial;
  font-size: 1.2em;
}

.petit {
  font-size: 0.75em;
  font-style: italic;
  color: blue;
}

table, tr, td, th {
  border: 2px solid #bbbebf;
  border-collapse: collapse;
  padding: 0.155em 0.250em 0.155em 0.250em;
}

.noborder {
  border: none;
}

.plain {
  text-decoration: none;
  color: black;
}

a.plain:link { text-decoration: none; color: #000; }
a.plain:visited{ text-decoration: none; color: #000; }
a.plain:hover { text-decoration: none; color: #000; }
a.plain:active { text-decoration: none; color: #000; }

.logotitle {
  font-family: Garamond, Georgia, serif;
  font-weight: bold;
  color: #000 !important;
  line-height: 100%;
  font-size: 1.5em;
  border: none;
  text-decoration: none;
}

.main {
  margin: auto;
  max-width: 75%;
}

.center {
  text-align: center;
  vertical-align: middle;
}

td.haut {
  vertical-align: top;
}

