body {
   background: white;
   color: black;
   margin-left: 4%;
   margin-right: 2%;
}

/* note de bas de page */
.footer {
   font-family: Arial, sans-serif;
   font-size: 70%;
}

/* logos en haut des pages */
.biglogo {
   text-align: center;
}

/* DJ - sous titres */
.soustitre { text-align: center; } 

/* pour liste des adherents et ca qui sont des tables */
.liste { text-align: center; }

/* sommaires */
.toc {
   background: #efefff;
   border: solid thin white;
   margin: 0 0 0 0;
   padding: 1em;
}

/*
h1 {
   color: #515e4b;
   text-align: center;
   font-family: Helvetica, Arial, sans-serif
}

h2 {
   color: green;
   font-family: Helvetica, Arial, sans-serif
}
*/


h1 {
   padding: 0.25em 0.25em 0.125em;
   margin-left: 0;
   margin-top: 1em;
   background: #9CF;
   border-bottom: 0.125em solid #69C;
   font: 160% Helvetica, Arial, sans-serif;
}

h2 {
   padding: 0.25em 0 0.125em 0;
   font-family: Helvetica, Arial, sans-serif;
   border-bottom: 2px solid #69C; margin: 0 0 0 1em;   
}

h3 {
   padding: 0.25em 0 0.125em 0;
   font-family: Helvetica, Arial, sans-serif;
   border-bottom: 2px solid #69C; margin: 0 0 0 1em;
}

p {
   margin: 0.75em 0.5em 0.75em 1em;
}


/* titre de tableau */
.title { background: #ffda90; }

/* contenu de tableau */
.content { background: #faf0e6; }

/* ecm2000-09-19  Des tables de code source avec fond gris.
   Bidouilles pour contourner des bugs dans Netscape. */
.code {
   background-color: #cccccc;
   border: solid #faf0e6 1px;
   white-space: pre
}   

/* ecm1998-07-11  <blockquote> avec police particulière */
.blockquote { font-family: Helvetica, Arial; }

.navbar {
   background-color: #eeeeee;
   text-align: center;
   font-stretch: semi-condensed;
}

