body {
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 10pt;
}

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}

h3 {
  font-size: 10pt;
}

p {
  font-size: 10pt;
}

li {
  font-size: 10pt;
}

img {
  border: 0;
}

#logo {
  font-size: 12.4px;
  height: 5em;
}

td, th {
  text-align: center;
  font-size: 10pt;
/* pour Netscape 4.x */
  font-family: Arial, sans-serif;
}

a {
  text-decoration: none;
/* pour Netscape 4.x */
  font-family: Arial, sans-serif;
}

a:link {
  color: #35a;
}

a:visited {
  color: #35a;
}

a:hover {
  color: #c66;
}

th {
  font-weight: bold;
}

h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, h2, h3 {
  font-weight: bold;
}

.background {
  position: absolute;
  z-index: 1;
}

.main {
  position: relative;
  z-index: 2;
  color: #000;
/* pour Netscape 4.x */
  font-family: Arial, sans-serif;
}

.entry {
  position: absolute;
  z-index: 3;
  top: 10px;
  width: 188px;
  height: 100px;
  border-left: 2px solid black;
  border-right: 2px solid black;
  text-align: center;
  color: #000;
  font-weight: bold;
/* pour Netscape 4.x */
  font-family: Arial, sans-serif;
}

.expansion {
  position: absolute;
  visibility: hidden;
  z-index: 4;
  top: 110px;
  width: 188px;
  background-color: white;
  border: black;
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  color: #35a;
  font-weight: bold;
/* pour Netscape 4.x */
  font-family: Arial, sans-serif;
}

#entry1 {
  left: 20px;
}

#expansion1 {
  left: 20px;
}

#entry2 {
  left: 210px;
}

#expansion2 {
  left: 210px;
}

#entry3 {
  left: 400px;
}

#expansion3 {
  left: 400px;
}

#entry4 {
  left: 590px;
}

#expansion4 {
  left: 590px;
}

