.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-color:#FCFCFC;
	margin:0 auto;
	width:748px;
	padding:0;
}
@media screen and (min-width: 1024px) and (max-width: 1365px){
	.corps .page{
		width: 1024px;
	}
}
@media screen and (min-width: 1366px){
	.corps .page{
		width: 1365px;
	}
}
.corps .page .ventre{
	position:relative;
	display:block;
	margin:0 auto 40px auto;
	width:745px;
	height:auto;
	padding-top:40px;
}
@media screen and (min-width: 1024px) and (max-width: 1365px){
	.corps .page .ventre{
		width: 944px;
	}
}
@media screen and (min-width: 1366px){
	.corps .page .ventre{
		width: 1180px;
	}
}
.corps .page .ventre .article{
	position:relative;
	display:inline-block;
	width:520px;
	padding:0 40px 40px 40px;
	background-color:#fff;
	-webkit-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	border-left:1px solid #F2F2F2;
	margin:0;
}

@media screen and (max-width: 1023px){
	.corps .page .ventre .article{
		width:450px;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1365px){
	.corps .page .ventre .article{
		width:565px;
	}
}
@media screen and (min-width: 1366px){
	.corps .page .ventre .article{
		width:800px;
	}
}
.corps .page .ventre .article .titre{
	font-family:'Lucida Sans Italic';
	font-weight:normal;
	font-size:22.5px;
	/*letter-spacing:0.5px;*/
	font-weight:bold;
	color:#698EAF;
	margin:0;
	text-align:left;
}
.corps .page .ventre .article .titre .short{
	display:none;
}
.corps .page .ventre .article .info{
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size: 13.5px;
	color:#474747;
	margin:7px 0 0 0;
	float:right;
}
.corps .page .ventre .article .nbalert1,
.corps .page .ventre .article .nbalert2{
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	margin:20px 0;
	padding:20px 20px 0 20px;
	background:#F3F3F3;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
.corps .page .ventre .article .nbalert2{
	background:#E8F5FD;
	padding:20px;
}
.corps .page .ventre .article .nbalert1 a,
.corps .page .ventre .article .nbalert2 a{
	text-decoration:underline !important;
	color:#000 !important;
}
.corps .page .ventre .article .texte{
	margin:30px auto 30px auto;
	width:100%;
	padding:0;
}
.corps .page .ventre .article .texte p{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 16px;
	color:#474747;
	text-align:justify;
	line-height:30px;
	margin-bottom:20px;
}
.corps .page .ventre .article .texte p a{
	color:#698EAF;
	text-decoration:underline !important;
}
@media screen and (min-width: 1024px) and (max-width: 1365px){
	.corps .page .ventre .article .texte{
		/**/
	}
}
@media screen and (min-width: 1366px){
	.corps .page .ventre .article .texte{
		/**/
	}
}
.corps .page .ventre .article .texte .petit{
	display:block;
	font-size:14px;
	margin:20px 0;
	padding:20px;
	background:#EDF9D2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
.corps .page .ventre .article .texte .jeunesse2{
	display:none;
	width:370px;
	height:266px;	
}
.corps .page .ventre .article .texte .jeunesse{
	width:370px;
	height:266px;
	float:left;
	margin:0 40px 20px 0;
	border-top:5px solid #F3F3F3;
	border-left:5px solid #F3F3F3;
	border-right:5px solid #EAEAEA;
	border-bottom:5px solid #EAEAEA;
}
@media screen and (max-width: 1023px){
	.corps .page .ventre .article .texte .jeunesse{
		display:none;
	}
	.corps .page .ventre .article .texte .jeunesse2{
		display:inline-block;
		width:97%;
		height:auto;		
		margin:0 0 20px 0;
		border:3px solid #F3F3F3;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1365px){
	.corps .page .ventre .article .texte .jeunesse{
		width:300px;
		height:215px;
	}
}
@media screen and (min-width: 1366px){
	.corps .page .ventre .article .texte .jeunesse{
		width:394px;
		height:283px;
	}
}
.corps .page .ventre .article .texte .civique2{
	display:none;
}
.corps .page .ventre .article .texte .civique{
	width:290px;
	height:170px;
	float:right;
	margin:10px 0 10px 40px;
}
@media screen and (max-width: 1023px){
	.corps .page .ventre .article .texte .civique{
		display:none;
	}
	.corps .page .ventre .article .texte .civique2{
		display:block;
		width:218px;
		height:128px;
		margin:0 auto 20px auto;
	}
}
.corps .page .ventre .article .texte .jeunes2,
.corps .page .ventre .article .texte .sports2{
	display:none;
}
.corps .page .ventre .article .texte .jeunes,
.corps .page .ventre .article .texte .sports{
	width:279px;
	height:102px;
	float:right;
	margin:10px 0 10px 40px;
}
@media screen and (max-width: 1023px){
	.corps .page .ventre .article .texte .jeunes,
	.corps .page .ventre .article .texte .sports{
		display:none;
	}
	.corps .page .ventre .article .texte .jeunes2,
	.corps .page .ventre .article .texte .sports2{
		display:block;
		width:279px;
		height:102px;
		float:none;
		margin:10px auto 40px auto;
		border:none;
	}
}
.corps .page .ventre .article .texte .anct2{
	display:none;
}
.corps .page .ventre .article .texte .anct{
	float:right;
	width:266px;
	height:119px;
	margin:10px 0 10px 40px;
	border:none;
}
@media screen and (max-width: 1023px){
	.corps .page .ventre .article .texte .anct{
		display:none;
	}
	.corps .page .ventre .article .texte .anct2{
		display:block;
		width:266px;
		height:119px;
		float:none;
		margin:10px auto 40px auto;
		border:none;
	}	
}

/************************/
.corps .page .ventre .nota{
	position:absolute;
	top:40px;
	right:0;
	width:235px;
	min-height:410px;
	background:white;
	padding:7px 7px 20px 7px;
	-webkit-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	-moz-box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	box-shadow:5px 5px 7px -7px rgba(0,0,0,.1);
	border-left:1px solid #F2F2F2;
}
@media screen and (max-width: 1023px){
	.corps .page .ventre .nota{
		left:495px;
	}
}
.corps .page .ventre .nota .titre{
	display:block;
	width:100%;
	line-height:40px;
	background:#F3F3F3;
	text-align:center;
	font-family:'Open Sans', sans-serif;	
	font-weight:400;
	font-size:14.5px;
	color:#474747;
}
.corps .page .ventre .nota  p{
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	font-size:15px;
	line-height:22px;
	margin:0;
	padding:0 19px 19px 19px;
	color:#474747;
	text-align:justify;
}
.corps .page .ventre .nota  a{
	color:#474747;
	border-bottom:1px dashed #474747;
}
.corps .page .ventre .nota .datadock{
	display:block;
	width:197px;
	height:52px;
	margin:20px auto;
}
.corps .page .ventre .nota .qualiopi{
	display:block;
	width:100%;
	height:auto;
	margin:0;
}
.hide_desktop{
	display:none;
}

