/*liens du sommaire latéral*/
h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #AD2118;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: bold;
  margin-left: 10px;
  }
h1 a:link {
  text-decoration: none;
  color: #AD2118;
  }
h1 a:visited {
  text-decoration: none;
  color: #AD2118;
  }
h1 a:hover {
  text-decoration: none;
  color: #EDE7D7;
  background-color: #AD2118;
  }
h1 a:active {
  text-decoration: none;
  color: #EDE7D7;
  background-color: #AD2118;
  }

/*liens du sommaire horizontal sur fond rouge*/
h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #EDE7D7;
  margin-bottom: 4px;
  margin-top: 4px;
  font-weight: bold;
  }
h2 a:link {
  text-decoration: none;
  color: #EDE7D7;
  }
h2 a:visited {
  text-decoration: none;
  color: #EDE7D7;
  }
h2 a:hover {
  text-decoration: none;
  color: #AD2118;
  background-color: #EDE7D7;
  }
h2 a:active {
  text-decoration: none;
  color: #AD2118;
  background-color: #EDE7D7;
  }

/*titres des rubriques Actu et Agenda*/
h3 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #EDE7D7;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 15px;
  }

/*titres de rubrique en page intérieure / titres de paragraphes en page d'accueil*/
h4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #AD2118;
  }

/*titres de paragraphe en page intérieure*/
h5 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #AD2118;
; margin-top: 0px; margin-bottom: 0px
  }

/*liens du sommaire horizontal sur fond beige*/
h6 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #AD2118;
  margin-bottom: 4px;
  margin-top: 4px;
  font-weight: bold;
  }
h6 a:link {
  text-decoration: none;
  color: #AD2118;
  }
h6 a:visited {
  text-decoration: none;
  color: #AD2118;
  }
h6 a:hover {
  text-decoration: none;
  color: #EDE7D7;
  background-color: #AD2118;
  }
h6 a:active {
  text-decoration: none;
  color: #EDE7D7;
  background-color: #AD2118;
  }



/*listes de définition*/
dt {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px
  }
dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-left: 25px
  }



/*classe pour le corps de texte principal*/
.main {
  padding-right: 15px;
  padding-left: 15px;
  text-align: justify;
  }