BODY {
  font-family: helvetica;
  font-size:14px; 
  margin: 0em;
  padding: 1em 2em 2em 2em;
  border: 7px solid #00008B;
  background-color: white;
  color: black; 
  scrollbar-arrow-color: #00008B;
  scrollbar-track-color: #00008B;
}
A:link {
  color: black;
  text-decoration: underline;
}
A:visited {
  color: gray;
  text-decoration: underline;
}
A:hover {
  color: red;
  text-decoration: none;
}
A:active {
  color: red;
  text-decoration: underline;
}
H1 {
  text-align: center;
  font-size:22px;
  background-color: white;
  color: #00008B; 
}
H2 {
  text-align: center;
  font-size:18px;
  background-color: #00008B;
  color: white; 
  margin-top: 2em;
}
H3 {
  font-size: 100%;
  border-bottom: 3px solid #00008B;
  margin-top: 2em;
}
H4 {
  font-size: 100%;
  border-bottom: 1px solid #00008B;
}
H2 A:link, H2 A:visited, H2 A:hover, H2 A:active {
  color: white;
  text-decoration: none;
}
H2 A:hover {
  color: #00008B;
  background-color: white;
}
H2 A:active {
  color: red;
  background-color: white;
}
DT {
  font-weight: bold;
}
DIV.corps {
  background-image: url("");
  background-attachment: scroll;
  background-position: 50% 10%;
  background-repeat: repeat-y;
/*  background-position: center; */
}
ADDRESS {
  font-size: 80%;
  color: gray;
  text-align: center;
}
TABLE.tableau { 
  background-color: #00008B;
  color: white;
  border: 4px solid #00008B;
}
TABLE.tableau TD, TABLE.tableau TH { 
  background-color: #00008B;
  color: white;
}
TABLE.tableau-avec-lignes { 
  background-color: #00008B;
  color: white;
  border: 4px solid white;
  border-collapse: collapse;
}
TABLE.tableau-avec-lignes TD, TABLE.tableau-avec-lignes TH { 
  background-color: #00008B;
  color: white;
  border: white solid 3px;
  padding: 0.2em;
}
TABLE.tableau-avec-lignes-blanc {
  background-color: #ffffff;
  color: #000000;
  border-collapse: collapse;
}
TABLE.tableau-avec-lignes-blanc TD, TABLE.tableau-avec-lignes-blanc TH { 
  background-color: #ffffff;
  color: #000000;
  border: 3px solid #00008B;
  padding: 0.2em;
}
HR { 
  color: #00008B;
  background-color: #00008B;
  height: 2px;
  border-width: 0px;
}
SPAN.deft { 
  color: #00008B;
  font-weight: bold;
  font-style: italic;
  font-variant: small-caps;
}
.menu {
  line-height: 2.2em;
}
.menu B {
  color: white;
  border: 1px solid #00008B;
  padding: 2px;
  background-color: #00008B;
  text-decoration: none;
  font-weight: normal;
}
.menu A:link {
  color: #00008B;
  border: 1px solid #00008B;
  padding: 2px;
  background-color: white;
  text-decoration: none;
}
.menu A:visited {
  color: #502020;
  border: 1px solid #00008B;
  padding: 2px;
  background-color: white;
  text-decoration: none;
}
.menu A:hover {
  color: white;
  border: 1px solid #00008B;
  padding: 2px;
  background-color: #00008B;
  text-decoration: none;
}
.menu A:active {
  color: red;
  border: 1px solid #00008B;
  padding: 2px;
  background-color: #00008B;
  text-decoration: none;
}

