a {
  text-decoration: none;
  color: white;
}
h1, h2, h3, h4, h5, h6, p, div, span, ul, ol, dl, li, hr {
  margin: 0;
  padding: 0;
}
body {
  background-color: black;
  font-family: Arial,Helvetica,sans-serif;
  color: #dddddd;
}
#page {
  margin-right: auto;
  background-color: black;
  width: 780px;
  margin-left: auto;
  margin-bottom: 50px;
}
#tete {
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #000000;
  margin-bottom: 8px;
  height: 20px;
}
#tete p:first-child {
  float: left;
  font-size: 0.7em;
}
.credit {
  font-size: 0.7em;
  margin-left: 4px;
  float: right;
}
#corps {
  background-color: black;
  background-image: url(hab/css2-fond-accueil.jpg);
  background-position:  center center;
  background-repeat: no-repeat;
  width: 780px;
  height: 416px;
}
.services {
  padding: 4px;
  background-color: #222222;
  margin-top: 20px;
  margin-bottom: 20px;
}
.services h2 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 4px;
  padding-left: 4px;
}
.services p {
  text-indent: 10px;
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.filetg {
  width: 390px;
  background-image: url(hab/css2-filetg.png);
  float: left;
  background-repeat: repeat-y;
  background-position: right top;
  height: 1px;
}
.filetd {
  float: right;
  width: 390px;
  background-image: url(hab/css2-filetd.png);
  background-repeat: repeat-y;
  height: 1px;
}
#nav1 {
  font-size: 0.8em;
  height: 32px;
  background-color: black;
}
#nav1 p:first-child {
  float: left;
  margin-left: 8px;
  margin-top: 8px;
}
#nav1 p:last-child {
  margin-top: 8px;
  float: right;
  margin-right: 8px;
}
#actu {
  padding-top: 40px;
  margin-bottom: 20px;
}
#actu a {
  color: #ffee00;
}
#actu a:visited {
  color: #d07200;
}
#actu h1 {
  font-size: 1em;
  font-style: italic;
  border-bottom-style: dotted;
  border-bottom-color: #888888;
  background-color: #222222;
}
#actu h2 {
  margin-top: 14px;
  font-size: 0.8em;
}
#actu p {
  margin-left: 6px;
  font-size: 0.8em;
}
#actu p:first-letter {
  color: black;
  background-color: #bbbbbb;
  padding-right: 2px;
  padding-left: 2px;
  margin-right: 2px;
  background-position: right top;
  background-repeat: repeat-y;
}
#pied {
  border: 1px solid white;
  text-align: center;
  font-size: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
