/**
 * Les règles C.S.S. propres à la page Nos services +
 */

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

  .retour a {
    color: #dc002e;
    font-size: 10pt;
    font-weight: bold;
    /*text-decoration: none;*/
  }
  
.illustration {
  clear: right;
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.texte {
  font-size: 10pt;
  line-height: 1.5em;
  margin-left: 20px;
}

  .texte p {
    margin-top: 1em;
  }

.liens {
  margin-top: 1em;
}

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