DIV, UL, LI, A, IMG, DL, DT, DD {
  border: 0;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
UL, LI {
  list-style: none outside;
}

HTML, BODY {
  height : 100%;
}
BODY {
  padding: 0;
  margin: 0;
  background: #d5dee5 url(images/fond_body.jpg) center top no-repeat;
  color: #000;
  font: 13px Verdana, Arial;
}
A {  
  color: #000;
  font-weight: bold;
}
A:hover {
  background-color: transparent; 
  position: relative; 
  top: 1.5px; 
  left: 1.5px;
}
A:visited {
  text-decoration: none;
}

TABLE {
  border-collapse: collapse;
}
TD, TH, TR {
  border-spacing: 0px;
  text-align: left;
  margin: 0;
  padding: 0;
}

H1 {
 font-size : 20px;
 border-bottom : dotted 1px #bf8804;
 color : #bf8804;
 margin-bottom : 2em; 
 margin-top : 1em; 
}
H2 {
 font-size : 15px;
 border-bottom : dotted 1px #5d67f4;
 padding-left : 10px;
 color : #5d67f4;
 margin-top: 2em; 
 margin-bottom: 2em; 
}

INPUT {
  color: #000000; 
  border-width: 1px; 
  border-color: #000000;
}

INPUT.submit,
A.submit { /* Pour qu'un lien simule un bouton */
  color: #000000; 
  border: 1px outset black; 
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
  background-color: #ccc;
  font: 13px Verdana, Arial;
}

.spacer {
  clear: both;
}

