/**
 * Les règles C.S.S. propres à la page La table des sommeliers.
 */
 
.retour {
  float: right;
  margin-top: 17px;
}

  .retour a {
    color: #dc002e;
    font-size: 10pt;
    font-weight: bold;
    /*text-decoration: none;*/
  }
   
h1 {
  text-transform: none !important;
}
  
.evenement {
  position: relative;
  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;*/
    position: absolute;
    top: 0;
    right: 0;
  }
  
  h2 {
    color: #908885
    font-size: 20pt;
    font-weight: normal;
  }
  
    h2 span {
      display: block;
      font-size: 30pt;
      font-weight: bold;
      /*margin-left: 20px;*/
    }
  
  .texte {
    font-size: 10pt;
    line-height: 1.5em;
    width: 365px;
  }
    
    .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;
    }
    
    .lien {
      background-image: url("../images/corps/puce.gif");
      background-position: left;
      background-repeat: no-repeat;
      margin-top: .5em;
      padding-left: 10px;
    }
    
      .lien a {
        color: #000;
        font-size: 10pt;
        text-decoration: none;
      }

      .texte ol {
        padding-left: 20px;
      }
      
      .texte small {
        line-height: 1em;
      }