body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #9C7122;
	margin-left: 120px;
}

img {
	border:none;
}
.clearfloat {
	clear:both;
	height:0px;
}
.message {
	color: #0C0;
	font-size: 12px;
}

#page {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bandeau {
	display: inline;
	float: left;
	width: 990px;
	height: 380px;
	background-image: url(../images/bg_bandeau.jpg);
	background-repeat: no-repeat;
}
#menu {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}
#menu li {
	display: inline;
	float: left;
	list-style-type: none;
}

#corps {
	display: inline;
	float: left;
	width: 990px;
	background-image: url(../images/bg_corps.jpg);
	background-repeat: repeat-y;
}
#corps p {
	margin-right: 120px;
	margin-left: 120px;
	font-family: Verdana, Geneva, sans-serif;
	color: #3D2D13;
	font-size: 14px;
}
#corps p a {
	color: #3D2D13;
	text-decoration: underline;
}
#corps p a:hover {
	text-decoration: none;
}

#contact {
	position: absolute;
	height: 334px;
	width: 506px;
	left: 395px;
	top: 374px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3D2D13;
	color: #3D2D13;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}


#pied {
	display: inline;
	float: left;
	width: 990px;
	height: 140px;
	background-image: url(../images/bg_pied.jpg);
	background-repeat: no-repeat;
}
#pied p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	margin-top: 100px;
}
#pied p a {
	color: #FFF;
	text-decoration: none;
}
#pied p a:hover {
	text-decoration: underline;
}

#gallery{
	margin: 0 40px;
}