body {
  background-image: url(../images/fond.jpg);
  background-position:  center center;
  font-family: Palatino Linotype;
}
h1 {
  font-weight: bold;
  font-family: Palatino Linotype;
  font-style: normal;
  font-size: x-large;
  text-align: center;
  color: #5e6e39;
  text-transform: none;
}
h2 {
  font-size: large;
  font-weight: bold;
  font-family: Palatino Linotype;
  color: #330099;
  list-style-type: disc;
  text-align: center;
}
h3 {
  font-size: large;
  color: #5e6e39;
  font-style: normal;
  font-family: Palatino Linotype;
  font-weight: bold;
  text-align: center;
}
h4 {
  font-family: Copperplate Gothic Bold;
  font-size: large;
  color: #5e6e39;
  font-weight: bold;
  text-align: center;
}
h5 {
  font-family: Copperplate Gothic Bold;
  text-align: center;
  font-size: medium;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}
h6 {
  text-align: center;
  font-weight: bold;
  font-family: Copperplate Gothic Light;
  font-size: medium;
  color: #e36c0a;
  margin-top: 0px;
  margin-bottom: 0px;
}
p {
  font-family: Palatino Linotype;
  font-size: medium;
  text-align: justify;
}
a {
  font-family: Palatino Linotype;
  color: #5d6e38;
  text-decoration: underline;
  font-weight: bold;
}
.img_gauche {
  font-family: Palatino Linotype;
  margin-right: 30px;
  margin-left: 30px;
  float: left;
  margin-bottom: 30px;
}
.img_droite {
  float: right;
  margin-right: 30px;
  font-family: Palatino Linotype;
  margin-left: 50px;
  margin-bottom: 30px;
}
.tableau {
  border-style: groove;
  border-color: #5e6e39;
  margin-right: auto;
  font-family: Palatino Linotype;
  margin-left: auto;
  font-size: medium;
  display: table;
  text-align: center;
  font-weight: bold;
}
#en-tete {
  border-bottom: thick groove #5e6e39;
  font-family: Palatino Linotype;
  color: #5e6e39;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  font-size: large;
  font-weight: bold;
  background-image: url(../images/fond.jpg);
  position: fixed;
  margin-top: -3px;
}
#menu {
  border-style: double;
  border-color: black;
  padding: 10px;
  font-size: medium;
  text-align: left;
  float: left;
  margin-right: 30px;
  width: 150px;
  font-family: Palatino Linotype;
  font-weight: inherit;
  background-color: #97a79d;
  margin-top: 50px;
}
#menu ul {
  padding-left: 0px;
  display: block;
}
#menu li {
  list-style-type: none;
  margin-bottom: 20px;
  display: block;
}
#menu a {
  font-weight: inherit;
  text-decoration: none;
  color: black;
  display: block;
}
#menu a:visited {
  font-weight: inherit;
  color: #cccccc;
  display: block;
}
#menu a:hover {
  background-color: #cccccc;
  color: black;
  font-weight: inherit;
  display: block;
}
#corps1 {
  margin: 10px 30px 10px 200px;
  list-style-type: disc;
  font-family: Palatino Linotype;
}
#corps2 {
  margin: 10px 30px 10px 250px;
  list-style-type: disc;
  font-family: Palatino Linotype;
}
#corps3 {
  margin: 10px 30px 10px 250px;
  font-family: Palatino Linotype;
  list-style-type: disc;
}
#apt {
  height: 500px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#aeroport-apt {
  height: 500px;
  margin-right: auto;
  margin-left: auto;
}
#gare-apt {
  margin-right: auto;
  height: 500px;
  margin-left: auto;
}
#pied_de_page {
  font-family: Palatino Linotype;
  font-size: large;
  color: #5e6e39;
  font-weight: bold;
  text-align: center;
  background-image: url(../images/fond.jpg);
  background-position: right bottom;
  border-top-style: groove;
  border-top-color: #5e6e39;
  clear: both;
  width: 100%;
  padding-top: 10px;
  margin-top: 50px;
}

