

body {
 width: 100%;
min-width: 480px;
  background-color: #f7e8d2;
  font-family: Helvetica, Arial, sans-serif;
  color: #321710;

}

li,h1,h2,h3,footer {
text-align: center;
}


#imageD {
  float: right;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.6);
}

#imageG {
  float: left;
  border-radius: 10px;
  margin-right: 10px;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.6);
}



/*-- --------------------------------------boutons --------------------- */

nav a {
  display: inline;
  margin-bottom: 5px;
  padding: 5px 0px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #330000;
}

nav li {
  display: inline-block;
  margin-right: 20px;
  color: #330000;
}


#barrebouton {
  display: block;
  margin: auto;
  text-align: center;
  line-height: 2.5;
}

.buttonactif {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #999999;
  padding: 4px 10px;
  color: #330000;
  font-family: arial, serif;
text-shadow: 1px 1px 5px white;
  font-size: 16px;
  border-radius: 5px;
box-shadow: 1px 1px 4px #003300 inset;
 
  background-image: linear-gradient(-90deg, rgba(255, 255, 204, 0.75), rgba(204, 204, 204, 0.75));
}

.button {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #999999;
  padding: 4px 10px;
  color: #0B173B;
  font-family: arial, serif;
text-shadow: 2px 2px 5px white;
  font-size: 16px;
  border-radius: 5px;
box-shadow: 2px 2px 3px #003300;

  background-image:linear-gradient(-90deg, rgba(51, 0, 0, 0.2), rgba(255, 255, 204, 0.75));
}

.button:hover {
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #999999;
  padding: 4px 10px;
  color: #330033;
  font-family: arial, serif;
text-shadow: 0px 0px 5px white;
  font-size: 16px;
  border-radius: 5px;
box-shadow: 2px 2px 7px #003300;

  background-image: linear-gradient(-90deg, rgba(255, 255, 204, 0.75), rgba(204, 204, 204, 0.75));
}


        /*---------------------------------------------boutons----------------*/

