

a:link {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    font-weight:normal;
    font-style: normal;
    line-height: normal;
    color: #061b00;
    border-style: none;
    text-decoration: none;
  }


a:visited {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    font-weight:normal;
    font-style: normal;
    color: #061b00;
    border-style: none;
    text-decoration: none;
  }


a:hover {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    font-weight:normal;
    font-style: normal;
    line-height: normal;
    color: #259408;
    border-style: none;
    text-decoration: none;
  }


a:active {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 15px;
    font-weight:normal;
    font-style: normal;
    line-height: normal;
    color: #90b586;
    border-style: none;
    text-decoration: none;
  }

/* Text  */

.text {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight:normal;
    font-style: normal;
    line-height: normal;
    color: #000000;
    text-decoration: none;
  }

/* Petit text  */

.ptext {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    font-weight:normal;
    font-style: normal;
    line-height: normal;
    color: #000000;
    text-decoration: none;
  }

/* Sous titre  */

.sousTitre {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
    font-weight:bold;
    font-style: normal;
    line-height:normal;
    color: #000000;
    vertical-align : top;
    text-decoration: none;
  }

/* Titre  */

.titre {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 22px;
    font-weight:bold;
    font-style: bold;
    line-height: normal;
    color: #000000;
    vertical-align : top;
    text-decoration: none;
  }


img {
 border: none;
  }

