body {
background-color: #bce8ba;
margin:0;

}
.menu 
{
 
  top: 4em;
}
.contenu
{

  margin-top: 4em;
margin-left: 100px;
margin-right: 100px;
padding: 5px 15px;
border: black 1px solid;
background: #fffff0;
}

p { 
	font: 13pt   URW Bookman L, Sans, Arial; 
	color: #140d06;
	margin-top: 0px; 
	text-align: justify;
	}
ul { 
	font: 13pt georgia, Garamond, Arial; 
	color: #140d12;
	margin-top: 0px; 
	text-align: justify;
	}
H1  { 
	font: italic normal 20pt Garamond, Arial, georgia; 
	text-align: center;
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #760000;
	}
H2  { 
	font: italic normal 17pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #660000;
	}
H3  { 
	font: italic normal 15pt Garamond, Arial, georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #550012;
	}
H4  { 
	font: italic normal 14pt Garamond, Arial, georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #550012;
	}
a:link 
  {color: #c93; 
  text-decoration: none; 
  background-color: transparent }
a:visited 
  { color: #100699; 
  text-decoration: none; 
  background-color: transparent }
a:hover 
  { color: #c93; 
  text-decoration: underline; 
  background-color: transparent }
a:active 
  { color: #900; 
  text-decoration: underline; 
  background-color: transparent }
a.bouton {
  color: white;
  background-color: #95856b;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
}
a.bouton:hover {
  background-color: #5b2d00;
  border: 2px inset #c0c0c0;
}
