* {
	font-family: Arial, "Arial Narrow", Verdana, serif;
	line-height: 130%
}
body {
	width: 760px;
	margin: auto;
	background-color: #FFFFFF;
	background-image: url("../images/trame_v3.jpg");
	background-repeat: no-repeat;
	background-position: center 10px;
}
#chapeau {
	width: 760px;
	position: absolute;
	margin: 10 auto; 
}
#menu {
	width: 760px;
	position: absolute;
	top: 90px;
}
#menu p {
	text-decoration: none;
	text-align: center;
	color: white;
	font-family: "Arial Narrow", Arial, Verdana, serif;
	font-size: 1.4em;
}
#menu a {
	text-decoration: none;
	text-align: center;
	color: white;
	font-family: "Arial Narrow", Arial, Verdana, serif;
	font-size: 1em;
}
#titre {
	width: 700px;
	position: absolute;
	top: 160px;
	right: 30px;
}
#titre p {
	text-align: right;
	color: #6B512C;
	font-size: 0.9em;
}
#titre hr {
  height: 1px;
}
.slogan {
	text-align: right;
	color: #6B512C;
	font-size: 2em;
  line-height: 90%
}
#corps {
	width: 700px;
	height: 400px;
	position: absolute;
	top: 240px;
	left: 30px;
	text-align: justify;
	overflow: auto;
}
#corps h1 {
	text-align: center;
	font-size: 1em;
	color: #56462E;
}
#corps h2 {
	text-align: left;
	font-size: 0.8em;
	color: #000000;
}

#corps p {
	text-align: left;
	font-size: 0.8em;
	color: #000000;
}
#corps li {
	text-align: left;
	font-size: 0.8em;
	color: #000000;
}
#corps table {
	margin: auto;
	border: 2px outset black;
	border-collapse: collapse;
	font-size: 0.8em;
}
#corps table p {
	text-align: left;
	font-size: 1em;
  line-height: 0.5;
	color: #000000;
}
#corps table textarea {
	font-size: 1em;
	color: #000000;
}
#corps th {
	border: 1px solid black;
	text-align: center;
	padding: 5px;
}
#corps td {
	border: 1px solid black;
	text-align: center;
	padding: 5px;
}
#pied {
	width: 760px;
	position: absolute;
	top: 655px;
}
#pied p {
	text-align: center;
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
}

