p
{
  margin-top: 4px;
  margin-bottom: 8px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 85%;

  text-align: justify;
}
p.byline 
{
  text-align: center;
  font-size: 80%;
  font-style: italic;
  border-bottom-style: outset;
  border-bottom-width: 1px;
  margin-bottom: 5px;
  margin-top: 5px;
}
div.texte {
  padding: 15px;
  /*fond de texte vert pâle*/
  background-color: rgb(204, 255, 255);
  margin-bottom: 15px;
}
h1 {
  font-family: Garamond,Verdana,Georgia,serif; 
  /*fond de titre vert pâle*/
  background-color: #00FFFF;
  padding: 35px;
  border-style: none;
  border-width: 1px;
  text-align: center;
  font-size: 170%;
  letter-spacing: 3px;
  word-spacing: 9px;
  /*titre vert*/
  color: green;
  margin-bottom: 15px;
}
h2 {
  margin-top: 20px;
  font-size: 100%;
  color: red;
  margin-bottom: 0px;
  padding-left: 30px;
}
h3 {
  margin-top: 20px;
  font-size: 100%;
  color: red;
  margin-bottom: 0px;
  padding-left: 30px;
  }
h4 {
  margin-top: 20px;
  font-size: 100%;
  color: red;
  margin-bottom: 0px;
  padding-left: 30px;
}
body {
  /*ajouter Garamond conduit à de petits caractères 
  en classe texte! */
  font-family: Garamond,Verdana,Georgia,serif;
  /*fond  bleu-vert*/
  background-color: rgb(204, 255, 255);
}

