body {
  width: 750px;
  background-color: #effeff;
  margin: auto;
  margin-top: 0px;
  font-family: arial;
  margin-bottom: 0px;
  padding: 0px;
  font-size: 0.9em;
}
#page {
  width: 750px;
  border: grey 2px groove;
  background: white;
  margin: auto;
}
#header {
  height: 382px;
  margin: 0px;
  display: block;
}
#menu {
  width: 750px;
  height: 30px;
  background: url("imgs/speedbar.png") repeat-x;
  position: relative;
  text-align: center;
  font-weight: bold;
  color: white;
  line-height: 30px;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#menu li {
  display: inline;
  width: 150px;
  float: left;
}
#menu li:hover {
  background-image: url("imgs/hover2.png");
}
#menu li ul {
  position: absolute;
  left: -3000px;
  float: left;
  z-index: 1;
  list-style: none;
  width: 150px;
}
#menu li ul li {
  background: url("imgs/speedbar.png") repeat-x;
  position: relative;
  left: -40px;
}
#menu li:hover ul,
#menu li.sfhover ul {
  left: auto;
  min-height: 0;
}
#menu a {
  font-weight: bold;
  color: white;
}
#sommaire {
  font-variant: small-caps;
  background-color: #effeff;
  border: solid 3px #16869f;
  border-radius: 10px;
  float: right;
  padding-right: 8px;
  margin: 5px;
  margin-left: 30px;
  box-shadow: 4px 4px 8px #aaa;
}
#corps {
  padding: 15px;
  padding-top: 28px;
  z-index: 2;
}
#footer {
  color: grey;
  height: 50px;
  text-align: center;
  margin: 20px;
}
h1 {
  text-align: center;
  color: #330d15;
  font-size: 1.3em;
  margin-top: 0px;
  position: relative;
  top: -20px;
}
h2 {
  text-align: left;
  color: #333333;
  font-size: 1.1em;
  margin-left: 20px;
}
h3 {
  margin-left: 40px;
  font-size: 0.9em;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #09bce5;
}
a:active {
  color: #235863;
}
table {
  padding: 10px;
  margin: auto;
}
th {
  height: 30px;
  background: url("imgs/speedbar.png") repeat-x;
}
td {
  padding: 15px;
  max-width: 430px;
}
hr {
  color: #16869f;
  background-color: #16869f;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 400px;
}
img {
  margin: 20px;
}
td img {
  margin: 0;
}
