/**
 * Les règles C.S.S. propres à la page Actualité.
 */

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

  .retour a {
    color: #dc002e;
    font-size: 10pt;
    font-weight: bold;
    /*text-decoration: none;*/
  }
   
h1 {
  text-transform: none !important;
}
 
 
.introAnims {
    font-size: 10pt;
    line-height: 1.5em;
    padding-bottom: 30px;
    text-align: justify; 
}

.introAnimsTitre {
    display: block;
    color: #908885;
    font-size: 20pt;
    font-weight: bold;
}
 
.evenement {
  background-image: none !important;
  margin-left: 20px;
  margin-top: 20px;
}

.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 {
    background-image: url("../images/corps/puce.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #dc002e;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 10px;
  }
  
  .texte {
    font-size: 10pt;
    line-height: 1.5em;
  }
    
    .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 p {
      margin-top: 1em;
    }

    .texte strong {
      color: #7f716c;
    }
    
    .texte ul {
      list-style-position: inside;
    }
    
  .lien {
    background-image: url("../images/corps/puce.gif");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-bottom: 30px;
  }
  
    .lien a {
      color: #000;
      font-size: 10pt;
      text-decoration: none;
    }
