/**
 * Les règles C.S.S. propres à la page Mentions légales.
 */
 
h1 {
  padding-bottom: 0 !important;
}

h2 {
  background-image: url("../images/corps/puce.gif");
  background-position: left center;
  background-repeat: no-repeat;
  color: #dc002e;
  font-size: 11pt;
  font-weight: bold;
  margin-top: 1em;
  padding-left: 10px;
}

.texte p {
  font-size: 10pt;
  line-height: 1.5em;
  margin-top: .5em;
}

.texte ul {
  font-size: 10pt;
  line-height: 1.5em;
  list-style-type: none;
  margin-left: 20px;
}
