/**
 * Les règles C.S.S. propres à la page Produits du mois.
 */

h1 {
  background: url("../images/corps/evenements/nosAnimationsCommerciales/produitsDuMois/titre_arrierePlan.png") no-repeat;
  height: 71px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: 25px;
  width: 852px;
  z-index: -1;
}

  h1 span {
    visibility: hidden;
  }
 
.retour {
  float: right;
  margin-top: 17px;
}

  .retour a {
    color: #dc002e;
    font-size: 10pt;
    font-weight: bold;
    /*text-decoration: none;*/
  }
  
.produitDuMois {
  margin: 95px 0 0 20px;
}

.texte {
  font-size: 10pt;
  margin-left: 20px;
}

.liens {
  margin-top: 2em;
}

  .lien {
    background-image: url("../images/corps/puce.gif");
    background-position: left;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: .5em;
    padding-left: 10px;
  }
  
  .lien.premier {
    margin-top: 0;
  }
  
    .lien a {
      color: #000;
      font-size: 10pt;
      text-decoration: none;
    }
