
body {
	background-color: #828A99;
	color: black;
	font-size: 14px;
	line-size: 16px;
	font-family: Courier New;
}
.upper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: white;
	height: 30px;
	border-bottom: solid black 2px;
}
.conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	height: 70%;
	background-color: #8ECC8C;
	border: solid white 8px;
	padding-bottom: 30px;
	margin-top: 35px;
	z-index: 1;
}
.img {
	border: none;
}
a {
	color: black;
	text-decoration: none;
}
a:hover {
	color: grey;
	text-decoration: underline;
}
.h1cont{
	background-color: white;
	width: 100;
}
.corner {
	position: relative;
	background-image: url("corner.png");
	background-repeat: no-repeat;
	top: -8px;
	left: -8px;
	height: 150px;
	width: 100%;
}
.head {
	position: relative;
	padding: 50px;
	width: 100%;
	right: 100px;
}
h1 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-family: Courier New;
}
p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
h2 {
	padding-left: 30px;
	padding-right: 30px;
	text-align: right;
	font-family: Courier New;
}
h3 {
	padding-left: 30px;
	padding-right: 30px;	
	text-align: left;
	font-family: Courier New;
}
.upper h3 {
	padding-left: 30px;
	padding-right: 30px;	
	margin-top: 5px;
	text-align: center;
	font-family: Courier New;
}
.block {
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-top: solid grey 0.5px;
	border-bottom: solid grey 0.5px
	width: 100%
	position: relative;
}
.footer {
	color: black;
	position: relative;
}
.footer_text {
	color: grey;
	text-align: right; 
	padding-right: 25%;
	position: relative;
}
.footer_text:hover {
	color: black;
	text-align: right; 
	padding-right: 25%;
	position: relative;
}