BODY {
   background-color : white;
}

CODE {
  color: blue;
}

H1 {
  text-align      : center;
  color           : white;
  background-color: #3366CC;
  width           : 100%;
}

H2 {
  border-bottom: inset;
}


A {
   text-decoration : none;
   color     : #0000A0;
}

A.menu {
   font-family : "Arial, Helvetica, sans-serif";
   font-size   : 13;
}

A:hover {
   text-decoration : none;
   color     : #5757FF;
}

P {
  text-align : justify;
}

P.center{
  text-align : center;
}

table.tableau {
   background-color : #C2D8F8;
}

table.fond {
   background-color : white;
   width            : 100%
}

td.titre {
   text-align : center;
   color      : #3366CC;
   font-size  : 110%;
}
