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

.illustration {
  clear: right;
  float: right;
  margin-left: 20px;
}

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

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

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

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