/**
 * Les règles C.S.S. propres à la page Animation du mois.
 */
 
#corps {
  background-image: url("../images/corps/evenements/nosAnimationsCommerciales/animationDuMois/page_arrierePlan.png") !important;
}
 
.retour {
  float: right;
  margin-top: 17px;
}

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

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

.lien {
  background-image: url("../images/corps/puce.gif");
  background-position: left;
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-top: 2em;
  padding-left: 10px;
}

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