/**
 * Les règles C.S.S. propres à la page Nos marques
 */
 
h1 {
  text-transform: none !important;
}

h2 {
    margin-top: 30px;
}

.sommaire.accueil li {
  text-align: center;
}

.sommaire.interne {
  position: absolute;
  right: 13px;
  top: 0;
}

  .sommaire.interne a {
    font-size: 9pt;
    text-decoration: underline !important;
  }

.illustrations {
  float: left;
  width: 97%;
}

  .illustration {
  }


.logo {
  text-align: center;
}

.texte {
    padding-right: 20px;
}

.texte a {
  background-image: url("../images/corps/puce.gif");
  background-position: left center;
  background-repeat: no-repeat;
  color: #000;
  font-size: 10pt;
  padding-left: 10px;
  text-decoration: none;
}

.video {
  clear: both;
  margin-bottom: 15px;
  padding-top: 15px;
  text-align: center;
}

  .legendeDeLaVideo {
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
  }
