@charset "utf-8";
#page {
	background-color: #97b629;
	padding: 0px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	background-color: #59493f;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 955px;
	text-align: center;
	vertical-align: middle;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	font-size: 19px;
	color: #CEBCA5;
	text-decoration: none;
	padding: 2px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#menu li a:hover {
	color: #FFFFFF;
}




#bandeau {
	height: 80px;
	width: 955px;
	background-image: url(images/bandeau.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#gauche {
	background-color: #59493F;
	width: 150px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 470px;
}
#gauche ul {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	list-style-type: none;
}
#gauche li a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 19px;
	font-weight: normal;
}
#gauche li a:hover {
	color: #FFFFFF;
}


#droite {
	float: right;
	width: 175px;
	height: 470px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/droitimg.png);
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	text-align: justify;
	color: #000000;
	font-weight: normal;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #59493F;
}
#centre {
	background-color: #CEBCA5;
	float: left;
	width: 580px;
	height: 470px;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 18px;
}
#pied {
	background-color: #59493F;
	clear: both;
	width: 955px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 25px;
	font-size: 13px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #97B629;
}
