BODY {
   background-color : white;
   scrollbar-face-color: #3366CC;
   scrollbar-highlight-color: #E1EBFB;
   scrollbar-shadow-color: #3366CC;
   scrollbar-3dlight-color: #3366CC;
   scrollbar-arrow-color: #E1EBFB;
   scrollbar-track-color: #B0CBF4;
   scrollbar-darkshadow-color: black;
}

/* #E1EBFB #B0CBF4 #3366CC */

CODE {
  color: blue;
}

H1 {
  margin:0;
  padding:0;
  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%;
   background-color : #C2D8F8;
}

ul.triangle {
   list-style-image: url(../images/bullet.gif);
}

blockquote {
  text-align : justify;
}
