body {
  margin: 0;
  padding: 0;
  overflow: scroll;
  background-repeat: no-repeat;
  background-position: right top;
  color: #2d4f91;
  background-color: #b8ddff;
  font-weight: normal;
  background-image: url(images/cigogne.png);
}
.tooltip {
  text-decoration: none;
  position: relative;
}
.tooltip img {
  vertical-align: middle;
}
.tooltip span {
  background-attachment: scroll;
  display: none;
  background-color: white;
}
.tooltip span img {
  margin-right: 5px;
  margin-left: 5px;
}
.tooltip:hover span {
  border: 2px solid #666666;
  padding: 0px;
  overflow: hidden;
  margin-left: 22px;
  height: 320px;
  margin-top: 12px;
  width: 320px;
  position: absolute;
  display: block;
  z-index: 1000;
}
#conteneur {
  border: 1px solid black;
  margin: 30px auto;
  padding: 5px;
  background-repeat: no-repeat;
  overflow-y: auto;
  font-size: 0.8em;
  background-color: white;
  width: 800px;
  font-family: Arial,Helvetica,sans-serif;
}
#menu {
  padding: 2px;
  margin-top: 10px;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
#menu a {
  border: 1px solid #666666;
  padding: 3px 5px;
  background-color: #cccccc;
  text-decoration: none;
  font-weight: inherit;
  color: #2d4f91;
}
#menu a:hover {
  border: 1px solid #666666;
  color: white;
  text-decoration: none;
  background-color: #2d4f91;
}
h1 {
  background-color: #2d4f91;
  color: white;
  text-align: center;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: "courier new",courier,monospace;
  font-weight: bold;
  font-size: xx-large;
  margin-bottom: 0px;
  text-transform: uppercase;
  clear: both;
}
h2 {
  font-weight: bold;
  font-family: "Courier New",Courier,monospace;
  clear: both;
  background-color: transparent;
  margin-bottom: 10px;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  font-size: large;
  margin-top: 0px;
  text-transform: uppercase;
}
h3 {
  padding: 3px 0px 3px 5px;
  margin-top: 2em;
  width: 793px;
  background-color: #2d4f91;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: bold;
  clear: both;
  color: white;
  font-family: "courier new",courier,monospace;
}
h4 {
  margin: 0px;
  padding: 2px;
  clear: both;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #cccccc;
}
h5 {
  margin-top: 0px;
  margin-left: 15px;
  font-style: italic;
  font-weight: normal;
  color: #777777;
  font-size: 1em;
  margin-bottom: 6px;
}
h6 {
  margin: 0;
  font-weight: normal;
  color: #999999;
  font-size: 1em;
}
hr {
  border-style: solid none none;
  border-top: 1px solid silver;
}
a {
  color: inherit;
  font-weight: inherit;
}
iframe {
  border-style: none;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.clignote {
  text-decoration: blink;
}
#liste {
  padding: 5px;
  height: 600px;
  width: 785px;
  background-color: white;
}
#presence {
  padding: 5px;
  width: 785px;
  height: 480px;
  background-color: white;
}
.colgauche {
  border-right: 1px solid silver;
  width: 395px;
  float: left;
  margin-bottom: 2em;
  padding-right: 5px;
}
.coldroite {
  float: right;
  margin-bottom: 2em;
  width: 395px;
}
.suppr {
  text-decoration: line-through;
  color: #999999;
}
grise {
  color: #999999;
  text-decoration: line-through;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
td {
  vertical-align: middle;
}
table {
  border-style: none;
}
tr {
  border-style: solid;
  border-width: 1px;
}
input {
  margin: 0px 3px 3px 0px;
}
