@charset "UTF-8";
/* CSS Document */

body, td, th {
	background-color: #09999;
	background-repeat: repeat;
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000036;
}
a:link {
	text-decoration: none;
	color: #000036;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
#conteneur {
	height: 590px;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#bandeau {
	width: 770px;
	height: 156px;
}
#chemin {
	background-color: #FFFFFF;
	height: 56px;
	width: 750px;
	position: absolute;
}
#corps {
	position: absolute;
	width: 676px;
	height: 300px;
	top: 260px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 40px;
	padding-left: 40px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 40px;
	overflow: auto;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	color: #000036;
	vertical-align: middle;
	width: 455px;
	height: 40px;
	font-size: 17px;
	position: absolute;
	text-align: center;
	margin-top: 3px;
	left: 22px;
	top: 1px;
}
.point {
	font-size: 6px;
	position: relative;
	padding-bottom: 5px;
	padding-top: 5px;
}
