/**
 * Les règles C.S.S. propres à la page La formation.
 */
 
h1 {
  text-transform: none !important;
}
  
.evenement {
  background-image: url("../images/corps/evenements/separateur.png");
  background-position: top center;
  background-repeat: no-repeat;
  /*border-top: 1px #908885 solid;*/
  margin-left: 20px;
  margin-top: 20px;
  padding-top: 57px
}

.evenement.premier {
  background-image: none;
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

  .evenement .nettoyeur {
    clear: both;
    height: 10px;
  }

  .illustration {
    clear: right;
    float: right;
    margin-left: 20px;
  }
  
  h2 {
    color: #908885;
    font-size: 20pt;
    font-weight: normal;
  }
  
    h2 span {
      display: block;
      font-size: 28pt;
      font-weight: bold;
      /*margin-left: 20px;*/
    }
  
  h3 {
    color: #DC002E;
    font-size: 14pt;
    font-weight: normal;
  }
  
  .texte {
    font-size: 10pt;
    line-height: 1.5em;
    width: 490px;
  }
    
    .texte a {
      background-image: url("../images/corps/puce.gif");
      background-position: left center;
      background-repeat: no-repeat;
      color: #000;
      font-size: 10pt;
      margin-bottom: 25px;
      margin-top: 1em;
      padding-left: 10px;
      text-decoration: none;
    }
    
    .texte a.inline {
        background: none;
        padding-left: 0;
    }
  
    .texte p {
      margin-top: 1em;
    }
    
    .texte li {
        margin-top: 1em;
    }
    
    .lien {
      background-image: url("../images/corps/puce.gif");
      background-position: left;
      background-repeat: no-repeat;
      margin-top: 1em;
      padding-left: 10px;
    }
    
      .lien a {
        color: #000;
        font-size: 10pt;
        text-decoration: none;
      }

