body {
	margin: 0; padding: 0;

	background-color: #5e5032;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;

	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #897E54;

	text-align: center;
}

td {
	font-family: Arial, Verdana, Helvetica;
	font-size: 14px;
	color: #897E54;
}

a {
	color: #897E54;
}

h1 {
	font-family: Arial, Verdana, Helvetica;
	font-size: 20px;
	color: #897E54;
	font-weight: bold;
}

div#entete {
	margin: 0 auto;
	background-image: url(/images/background-entete.png);
	background-repeat: no-repeat;
	width: 980px;
	height: 483px;
	text-align: left;
	position: relative;
}

div#logo {
	position: absolute;
	left: 50px;
	top: 8px;
}
div#logo_titre {
	position: absolute;
	left: 240px;
	top: 38px;
}
div#slogan {
	position: absolute;
	left: 11px;
	top: 247px;
	z-index: 2;
}
div#photo {
	position: absolute;
	left: 287px;
	top: 47px;
	z-index: 1;
}

div#menu {
	margin: 0 auto;
	width: 980px;
	height: 53px;
	background-image: url(/images/background-main.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

div#menu ul {
	width: 945px;
	height: 53px;
	list-style-type: none;
	margin: 0 0 0 11px; padding: 13px 6px 0 6px;
	background-image: url(/images/menu_fond.jpg);
	background-repeat: repeat-x;
}
div#menu ul li {
	float: left;
	color: #006666;
	font-weight: bold;
	font-size: 14px;
}
div#menu ul li.separateur {
	float: left;
	width: 15px;
	height: 13px;
	background-image: url(/images/menu_separateur.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

div#main {
	margin: 0 auto;
	width: 980px;
	min-height: 600px;
	background-image: url(/images/background-main.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

div#bottom {
	margin: 0 auto;
	width: 980px;
	height: 15px;
	text-align: left;
}

div#copyright {
	margin: 0 auto;
	width: 980px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	text-align: center;
	margin-bottom: 30px;
}
