/* Cascading Style Sheet */
body {
  background-color: #97cb66; /* Fond de page */
  margin: 0; /* Supprimer toute marge à la page : le texte colle les bordures */
  }
#corps {
  background-color: #f8f8f8; /* Fond de page */
  margin: 0; /* Supprimer toute marge à la page : le texte colle les bordures */
  }
#titre {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15pt;
    color: #535250;
    text-decoration: underline;
    text-align: left;
    border-style: none;
    line-height: 40pt;
  }
#titre-color {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15pt;
    color: #97cb66;
    text-decoration: underline;
    text-align: left;
    border-style: none;
    line-height: 40pt;
  }
#titrepetit {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13pt;
    color: #535250;
    text-decoration: none;
    text-align: left;
    border-style: none;
    line-height: 25pt;
  }
#titrepetit-color {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: none;
    font-size: 13pt;
    color: #97cb66;
    text-decoration: underline;
    text-align: left;
    border-style: none;
    line-height: 25pt;
  }
#txtnormal {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    color: #535250;
    text-decoration: none;
    text-align: left;
    border-style: none;
    line-height: 15pt;
    text-align: justify;
}
#txtnormalrouge {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    color: #FF0000;
    text-decoration: none;
    text-align: left;
    border-style: none;
    line-height: 15pt;
    text-align: justify;
}
#txtgras {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    color: #535250;
    text-decoration: none;
    text-align: none;
    border-style: none;
    line-height: 15pt;
    text-align: justify;
}
#txtgrasrouge {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    color: #FF0000;
    text-decoration: none;
    text-align: none;
    border-style: none;
    line-height: 15pt;
    text-align: justify;
}
#txtsouligne {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
    color: #535250;
    text-decoration: underline;
    text-align: left;
    border-style: none;
    line-height: 15pt;
    text-align: justify;
}
#txtpetit {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 7pt;
    color: #535250;
    text-decoration: none;
    text-align: left;
    border-style: none;
    line-height: 15pt;
    text-align: justify;
}
#lien {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    color: #97cb66;
    text-decoration: none;
    text-align: left;
    border-style: none;
    line-height: 15pt;
}
#liengras {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12pt;
    color: #97cb66;
    text-decoration: none;
    text-align: left;
    border-style: none;
    line-height: 15pt;
}
#lien-large {
    font-family: spranq_eco_sans_regular, Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13pt;
    color: #97cb66;
    text-decoration: underline;
    text-align: left;
    border-style: none;
    line-height: 20pt;
}
img {
    border-style: none;
}
