html {
  height: 100%;
}
body {
  font-style: italic;
  background-color: #dcf5ff;
  font-family: "Segoe UI",Arial,Verdana,Helvetica,sans-serif;
  font-size: 1.2em;
}
h1 {
  font-size: 20px;
  font-style: italic;
  font-weight: inherit;
  margin-left: 10px;
  text-align: left;
  text-decoration: underline;
}
h2 {
  font-size: 16px;
  font-style: italic;
  font-weight: inherit;
  text-transform: uppercase;
  margin-left: 10px;
}
h3 {
  font-size: 14px;
  font-style: italic;
  font-weight: inherit;
  text-transform: uppercase;
  margin-left: 10px;
}
p {
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.5em;
}
img {
  border:  none;
}
th {
  color: #004080;
}
ul {
  margin: 0 0 12px 40px;
  padding: 0;
  color: #4e4e4e;
  list-style-type: square;
  font-size: 12px;
  list-style-image: url(images/puce-rouge.png);
}
ul ul {
  list-style-type: square;
  list-style-image: url(images/puce-rouge-petite.png);
}
ul p {
  margin: 0;
  padding: 0;
}
ul li p {
  padding: 3px;
  line-height: 1.5em;
}
a:link {
  font-size: 12px;
  color: #005a88;
  text-decoration: none;
}
a:hover {
  color: #138cdd;
  text-decoration: underline;
}
a:visited {
  font-size: 12px;
  color: #005a88;
  text-decoration: none;
}
a:visited:hover {
  color: #138cdd;
  text-decoration: underline;
}
a:active {
  font-size: 12px;
  color: #f58220;
}
#base {
  margin: 25px auto auto;
  width: 984px;
  background-color: #ffffff;
}
#header {
  margin: auto;
  overflow: hidden;
  width: 984px;
  background-repeat: no-repeat;
  height: 100px;
  background-image: url(images/header.png);
  z-index: 1000;
}
#logo {
  z-index: 1000;
  float: left;
}
#titre a, #titre h1 {
  font-size: 20px;
  text-align: center;
  font-style: italic;
  font-weight: inherit;
  text-decoration: none;
  color: #005a88;
}
#titre a:link {
  font-size: 20px;
  color: #005a88;
  text-decoration: none;
}
#titre a:hover {
  color: #138cdd;
  text-decoration: underline;
}
#titre a:visited {
  font-size: 20px;
  color: #005a88;
  text-decoration: none;
}
#titre a:visited:hover {
  color: #138cdd;
  text-decoration: underline;
}
#titre a:active {
  font-size: 20px;
  color: #f58220;
}
#content {
  margin: auto;
  height: 100%;
  width: 984px;
  background-image: url(images/content.png);
  background-repeat: repeat-y;
  background-position: left top;
  z-index: 1000;
}
#footer {
  margin: auto;
  overflow: hidden;
  width: 984px;
  background-repeat: no-repeat;
  height: 100px;
  background-image: url(images/footer.png);
  z-index: 1000;
}
