.corps{
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	background: transparent url(../images/commun/fond-gris.jpg) no-repeat top center;
}
.corps .page{
	position:relative;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
	width: 100%;
	min-height: 400px;
}
.corps .page .groupe{
	position:relative;
	/*background-color:#E0CEF0;*/
	width:760px;
	margin:0 auto;
	min-height:400px;
}
@media screen and (min-width: 1024px){
	.corps .page .groupe{
		width:960px;
	}
	.corps .page,
	.corps .page .groupe{
		min-height: 500px;
	}	
}
@media screen and (min-width: 1280px){
	.corps .page .groupe{
		width:1140px;
	}
	.corps .page,
	.corps .page .groupe{
		min-height: 400px;
	}	
}
.former {
	display:inline-block;
	width:100%;
	padding:0 40px 40px 0;
	margin:0;
}
.former  .anim2{
	display:none;	
}
.former  .anim{
	float:left;
	width:312px;
	height:209px;
	margin:20px 40px 30px 40px;
	border-top:5px solid #F3F3F3;
	border-left:5px solid #F3F3F3;
	border-right:5px solid #EAEAEA;
	border-bottom:5px solid #EAEAEA;	
}
.former  p{
	padding:0 40px;
	font-family:'Open Sans', sans-serif;	
	font-weight:400;
	font-size:16px;	
	color:#474747;
	text-align:justify;
}
.former  p a{
	color:#474747;
	text-decoration:underline !important;
}
