@charset "utf-8";
#bas {
	background-color: #515151;
	position: fixed;
	height: 40px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	bottom: 0px;
	text-align: right;
}
body {
	background-color: #959595;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#haut {
	z-index: 1;
	height: 125px;
	background-color: #595959;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
#menu {
	background-color: #555555;
	position: absolute;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	top: 45%;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
}
#chapitre {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 720px;
	clear: both;
	position: relative;
	top: 100px;
	left: 30%;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 0px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 0px;
	text-align: right;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin-top: 2px;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #E1E1E1;
}
a:hover {
	color: #FE6F05;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	margin-top: 2px;
}
