* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	margin: 0;
	padding: 0;
	background: #fff;
}
#centrer {
	position: relative;
	max-width: 900px;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/haut.png);
	background-repeat: no-repeat;
}
#content {
	position: absolute;
}
#menuleft {
	position: absolute;
	padding: 5px;
	left: 0;
	width: 160px;
	text-align: right;
}
ul {
	border: 1px;
	list-style-type: none;
}
li {
	border: 2 px;
}
li a:hover {
	color: #565656;
	list-style-type: disc;
}
#centre {
	/* border-left: #57c235 solid 3px; */
	padding: 5px;
	margin-left: 170px;
	min-height: 180px;
	max-width: 625px;
}
#footer {
	width: 90%;
	position: height;
	background-image: url(images/bas.png);
	background-repeat: no-repeat;
}
p {
	margin: 0 0 0 0;
}
h1, h2 {
	color: #565656;
}

h2 {
	margin-top: 2%;
}

h3 {
        margin-top: 2%;
}

a {
	color: #2f1fa0;
	/*font-weight: bold;*/
	text-decoration: none;
}
#menuleft a:hover {
	text-decoration: underline;
}
