@charset "utf-8";
#menu {
	background-color: #959595;
	position: fixed;
	bottom: 0px;
	height: 40px;
	z-index: 2;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	clear: both;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF6D01;
}

body {
	background-color: #646464;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#haut {
	z-index: 1;
	height: 150px;
	background-color: #959595;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6D01;
	border-bottom-color: #FF6D01;
	position: relative;
	top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}

#chapitre {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	height: 720px;
	clear: both;
	position: absolute;
	top: 300px;
	left: 30%;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 0px;
}
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;
}
