body {
	color: #867C1F;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background-color: #E8E8E8;
	font-size: 0.8em;
}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #E8E8E8;
	

}
#haut {
	background-image: url(images/haut.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 17px;
	padding: 2px 0 2px 30px;
}
#centre {
	background-image: url(images/fond.jpg);
	background-position: center;
	background-repeat: repeat-y;
	padding: 2px 25px 2px 25px;
}

#pied {
	background-image: url(images/bas.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 150px;
	padding: 2px 2 2px 2px;
}
ul,li {
	list-style-type: none;
	display: inline;
	font-size: 1em;
	text-decoration: none;
	border: 0;
}
h1 {
	font-size: 1.2em;
	color: #615912;
	text-align: left;

}
h2 {
	font-size: 1.1em;
	color: #645D17;
}
h3 {
	color: #DACF60;
	font-size: 1em;
}
h4 {
	color: #E6DE96;
	font-size: 0.8em;
}
a, a:link {
	text-decoration: none;
	color: #FF69B4;
}
a:visited {
	color: #FFB468;
	border-color: #FFB468;
}
a:hover {
	color: #B3FF68;
	border-color: #B3FF68;
	text-decoration: none;
}
a:active {
	color: #B3FF68;
	border-color: #B3FF68;
}
a img, img {
    border: none;
}
