/* CSS Document */
#header2 {
	height: 188px;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-left: 0px;
}
#page2 {
	background-position: center top;
	background-image: url(images/fondpage.png);
	background-repeat: repeat-y;
	margin-left: -1px;
}
#footer2 {
	width: 781px;
	height: 43px;
	text-align: center;
	margin: auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}
#footer2 p {
	color: #a3732f;
	font-size: 14px;
	margin: 0;
	padding-top: 15px;
}
#footer2 a {
	color: #a3732f;
	text-decoration: none;
}

h1
{
	font-size: 24px;
	color: #E3451A;
	margin: 0px;
	padding: 0px;
}

