html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/agrements/fond-accueil.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #2F1305;
	color: #663300;
	font-family: "trebuchet MS";
	font-size: 12px;
}
#conteneur {
	display: block;
	position: relative;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#conteneur img {
	margin: 0px;
	padding: 0px;
}
#menu {
	margin-top: 0px;
	height: 38px;
}
#footer {
	width: 992px;
	background-image: url(../Images/agrements/thibaut-footer-accueil.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 65px;
	margin-top: 0px;
	padding-top: 10px;
}
#footer p {
	margin-top: 2px;
}
#footer a:link {
	color: #663300;
	text-decoration: underline;
	font-weight: normal;
}
#footer a:visited {
	color: #663300;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC6600;
	text-decoration: none;
}
#copyright {
	margin-left: 80px;
	display: block;
	width: 300px;
	position: relative;
	font-size: 10px;
}
#adresse {
	float: right;
	text-align: right;
}
h3 {
	color: #993300;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
}
