body {  
  background-color:#eed9a4;
  color:black;
  line-height:1.25;
  font-family: Arial, sans-serif;  
  font-size: 16px;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
}

nav { 
  min-width:500px;
  width:840px;
  height:20px;
  margin-left:auto;
  margin-right:auto;
  background-color:#e1cb93;
  color:black;
  font-size:14px;
  z-index:999;
  text-align:center;
} 
  
div.contenu {
 min-width:500px;
 width:840px;
 margin-left:auto;
 margin-right:auto;
}

h1 {  
  font-family: Times, serif;  
  font-style: normal;  
  font-weight: normal;  
  font-size: 36px;
  /*text-align:center;*/
  margin-top:0px;
  margin-bottom:8px;
  color:black;
}

h2 {  
  font-family: Times, serif;  
  font-style: normal;  
  font-weight: normal;  
  font-size: 20px;
  /*text-align:center;*/
  margin-top:0px;
  margin-bottom:30px;
  color:black;
}


p {  
  margin-top: 1ex;
}

a {
 text-decoration:none;
 background-color:#e1cb93;
 color:black;
 border-bottom:solid white 1px;
 border-right:solid white 1px;
 display:inline-block;
 padding:1px 10px;
}

a:hover {
	background-color:#fbf1d8;
}

nav > a  {
 border-bottom:solid white 0px;
}
nav > a:first-child  {
 border-left:solid white 1px;
}

.galleria{ 
 width: 800px;
 min-height: 200px;
 height: 620px;
 max-height: 800px;
 margin:auto; ! important}
