
/*LocalisationSheet*/

.LocalisationSheet {
  text-align: center;
  margin: 0;
}

.LocalisationSheet div {
  margin: 0;
}

.LocalisationSheet p {
  margin: 0;
}

.LocalisationSheet a {
  font-weight: bold;
  text-decoration: none;
}
.LocalisationSheet a:hover {
  text-decoration: underline;
}

.LocalisationSheet iframe {
  display: block;
  width: 90%;
  height: 600px;
  border: solid 1px black;
  margin: 2em auto;
}

/*DrivingdirectionsSheet*/

.DrivingdirectionsSheet {
  text-align: center;
  margin: 0;
}

.DrivingdirectionsSheet div {
  margin: 0;
}

.DrivingdirectionsSheet p {
  margin: 0;
}


.DrivingdirectionsSheet a {
  font-weight: bold;
  text-decoration: none;
}
.DrivingdirectionsSheet a:hover {
  text-decoration: underline;
}

.DrivingdirectionsSheet iframe {
  display: block;
  width: 90%;
  height: 600px;
  border: solid 1px black;
  margin: 2em auto;
}

/* vim600: set ts=2 sw=2 et foldenable foldmethod=marker foldmarker={,} foldlevel=1 fcl=all : */
