/*********************************************/
/* Ce fichier est dans le domaine public.    */
/*********************************************/

body {
 background-color: white;
 font-family: Verdana, Charcoal, Geneva, "Luxi Sans", sans-serif; 
 font-size: 14px; 
 margin-left: auto;
 margin-right: auto;
 width: 500px;
 line-height: 150%;
}

.titre {
 font-family: Georgia, times, serif;
 margin-top: 20px;
 margin-bottom: 20px;
 font-weight: bold;
 font-size: 26px;
 text-align: center;
}

.auteur {
 font-family: Georgia, times, serif;
 margin-bottom: 20px;
 font-size: 22px;
 text-align: center;
}

.source {
 font-family: Georgia, times, serif;
 margin-bottom: 20px;
 font-size: 18px;
 text-align: center;
 padding-bottom: 10px;
 border-bottom: solid 1px #fa0;
}

.resume {
 margin-bottom: 30px;
 font-size: 15px;
 font-style:italic;
 text-align: justify;
 padding-bottom: 10px;
 border-bottom: solid 1px #fa0;
}

p {
 text-align: justify;
}

div.footnote {
 border-top: solid 1px #fa0;
 margin-top: 50px;
 margin-bottom: 50px;
 font-size: 11px;
}

a { text-decoration: none; }

a:link { color: #FF6600; }   /* lien non encore visité */

a:visited { color: #FF6600; } /* lien visité */

a:hover { text-decoration: underline; } /* lien survolé par le curseur de la souris */


h1 { 
  color: #fa0;
  font: normal 200% "Trebuchet MS", Verdana, sans-serif;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
} 

h2 { 
  color: #fa0;
  background-color: white;
  font: normal 140% "Trebuchet MS", Verdana, sans-serif;
  margin-left: 0;
  padding-left: 10px;
} 

h3 { 
  color: #fa0;
  font: bold 120% "Trebuchet MS", Verdana, sans-serif;
  padding-left: 10px;
}

h4 { 
  color: #fa0;
  font: normal 120% "Trebuchet MS", Verdana, sans-serif;
  padding-left: 10px;
}

h5 { 
  font: italic 110% "Trebuchet MS", Verdana, sans-serif;
  padding-left: 10px;
}

h6 { 
  font-variant: small-caps;
  padding-left: 10px;
}

ul {
padding-left: 20px;
}


blockquote p { 
 color: #cd853f;
 font-size: 90%;
}


/* Images */

img { 
 border-width: 0; /* pas de bordure sur les images */
}

/* Tableaux */

table { 
 border: solid 1px;
 border-collapse: collapse;
 margin-left: auto;
 margin-right: auto;
}

table td, table th {  
 border: solid 1px black;
 margin: 0;
 padding: 0.7em;
}

th {  
 font-weight: bold; 
}

caption { 
 font-size: 120%;
 font-weight: bold;
 margin-left: auto;
 margin-right: auto;
 padding-bottom: 1em;
}

/* Lexiques */

dt {   
   font-weight: bold;
   padding-bottom: .5em; 
}

dd {   
   padding-bottom: 1.5em; 
}

