.en-tete{
	width: 100%;
	height : 370px;
	background : url(../img/en-tete.jpg) repeat-x;
	background-size: cover;
}
.en-tete img{
	display: block;
	width: 100%;
}
.main-content{
	background: #e4ebe9;
	position: relative;
	padding-bottom: 10px;
}
.main-content::before{
	content: " ";
	display: block;
	width: 100%;
	height: 10px;
	background: linear-gradient(to right, #004937 0%, #004937 50%,#14963d 100%);;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 0;
}
.main-content::after{
	content: " ";
	display: block;
	width: 100%;
	height: 10px;
	background: #004937;
	position: absolute;
	bottom: 0;
	right: 0;
}
.page-content{
	padding: 20px;
}
.page-title{
	display: inline-block;
	padding: 0 30px;
	line-height: 60px;
	background: #14963d;
	font-size: 30px;
	font-weight: lighter;
	color: #fff;
	position: absolute;
	top: -60px;
	left: 0;
	z-index: 10;
}
.page-content p{
	margin: 0;
	margin-bottom: 1em;
	font-size: 14px;
	color: #4d4d4d;
	text-indent: 15px;
}
.page-content p:last-child{
	margin: 0;
}
.page-content p > a{
	color : #14963d;
	text-decoration: none;
}
.page-content p > a:hover{
	color: #004937;
	border-bottom: 1px dashed;
}
.page-content p.req{
        color : #f00;
}




