/**
 * Les règles C.S.S. propres à la page Nos opérations événementielles
 */

.retour {
  float: right;
  margin-top: 17px;
}

  .retour a {
    color: #dc002e;
    font-size: 10pt;
    font-weight: bold;
    /*text-decoration: none;*/
  }
 
h1 {
  text-transform: none !important;
}

#slogan1 {
  font-size: 16pt;
  margin-left: 20px;
}

#slogan2 {
  font-size: 20pt;
  font-weight: bold;
  margin-left: 20px;
}
  
.illustration {
  float: right;
  margin-left: 20px;
}

.illustration.suivante {
  margin-top: 20px;
}

.lien {
  background-image: url("../images/corps/puce.gif");
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-top: 1em;
  padding-left: 10px;
}

  .lien a {
    color: #000;
    font-size: 10pt;
    text-decoration: none;
  }

.texte {
  font-size: 10pt;
  line-height: 1.5em;
  margin-left: 20px;
}

  .texte p {
    margin-top: 1em;
  }
.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;
  }

