/**
 * Les règles C.S.S. propres à la page Contacts > Coordonnées.
 */
 
.informations {
  float: left;
  font-size: 10pt;
  margin: 75px 0 0 100px;
}

  .entreprise {
    color: #dc002e;
    font-size: 25pt;
    font-weight: bold;
  }
  
  .localisation {
    margin-top: 1em;
  }
  
    .localisation p {
    }
    
  .communicationADistance {
    margin-top: 1em;
  }
  
    .communicationADistance .moyen {
      font-weight: bold;
    }
  
.carte {
  background-image: url("../images/corps/contacts/coordonnees/carte_arrierePlan.png");
  float: left;
  height: 307px;
  margin-left: 100px;
  width: 362px;
}

  .carte iframe {
    border: 2px #fff solid;
    margin: 15px 0 0 13px;
  }
