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

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

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

#sommaire {
  list-style-type: none;
  margin: 35px auto 0;
  /*padding-right: 20px;*/
  width: 855px;
}

  #sommaire li {
    float: left;
    width: 285px;
  }
  
    /*#sommaire .boutonTournant {
      background: url("../images/corps/boutonTournant_arrierePlan.png");
      height: 63px;
      padding: 13px;
      width: 259px;
    }*/
    #sommaire .boutonTournant {
      /*background: url("../images/corps/boutonTournant_arrierePlan.png");*/
      position: relative; 
      height: 195px; /*195*/
      width: 261px; /*261*/
    }
    
      #sommaire .boutonTournant a {
        position: absolute;
      }
      
      #sommaire .boutonTournant .cache {
        display: none;
      }
  
    #sommaire .libelle {
      background-image: url("../images/corps/evenements/nosAnimationsCommerciales/separateur.png");
      background-position: top left;
      background-repeat: no-repeat;
      color: #8c8380;
      display: block;
      font-size: 12pt;
      padding-top: 24px;
      text-align: center;
      text-decoration: none;
    }
    
      #sommaire .libelle strong {
        color: #8c8380;
      }
    
    #sommaire .libelle:hover {
      background-position: top right;
      color: #dc002e !important;
    }
    
      #sommaire .libelle:hover strong {
        color: #dc002e;
      }
  
.illustration {
  clear: right;
}

.lien {
  margin-top: 1em;
}

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