.video {
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:center;
}
.article, .articleplus {
	margin-bottom:10px;
	padding:15px;
	padding-bottom:30px;
	position:relative;
	overflow:hidden;
}
.article {
	width:70%;
	min-width:200px;
	background-color:white;
	border:2px dashed #91bc8e;
	margin:0 auto;
	margin-bottom:25px;
}
.article.meav {
	color:#518b8b;
}
.article h1, .article h2, .article p {
	margin-bottom:15px;
}
.article a, .articleplus a  {
	text-decoration:underline;
}
.article .sousTitre a {
	text-decoration:none;
	font-weight:normal;
	margin-left:20px;
	margin-bottom:15px;
	color:#518b8b;
}
.article .sousTitre a:hover {
	text-decoration:none;
	color:#518b8b;
}
#corps #corpsSection .article p, #corps  #corpsSection  .articleplus p {
	text-indent:50px;
	font-size:17px;
	font-family:Sans-Serif;
}
.article .sousTitre, .articleplus .sousTitre {
	margin-bottom:20px;
}
.articleplus .sousTitre {
	text-align:center;
}
.articleplus h1 {
	text-align:center;
	color:#518b8b;
	font-weight:bold;
}
.articleplus {
	color:black;
	background-color:white;
	border: 1px dashed #8fbc8f;
	width:90%;
	margin:0 auto;
	margin-bottom:35px;
}
.articleplus h2 {
	padding:10px;
	border:2px dashed #8fbc8f;
	border-left:none;
	border-right:none;
	margin-bottom:15px;
	color: #518b8b;
}
.articleplus h3 {
	padding:10px;
	border:2px dashed #8fbc8f;
	border-left:none;
	border-right:none;
	margin-bottom:15px;
	color: #518b8b;
}
.articlepluscontainer {
	padding:15px;
	border:2px dashed #8fbc8f;
	border-top:none;
	border-bottom:none;
	background-color:rgba(255,255,255,0.7);
}
.article img, .articleplus img {
	max-width:200px;
	height:auto;
	margin-bottom:10px;
}
.articlecontainer {
	overflow:auto;
	height:145px;
	padding:20px;
	position:relative;
	top:-20px;
}
.articlecontainer p {
	font-size:17px;
}
.plus {
		-size:25px;
}
.plus a {
	color:#8fbc8f;
}
.plus a:hover {
	color:#4A6F4A;
}

#vignettes {
	background-color: white;
	border:1px dashed #8fbc8f;
	padding:10px;
	text-align:center;
	overflow:hidden;
	margin-bottom:35px;
}
#vignettes a {
	text-decoration:none;
	font-size:20px;
	font-weight:bold;
}
#vignette1,#vignette2,#vignette3,#vignette4 {
	float:left;
	margin-left:15px;
	padding:15px;
	
}
.rightbox {
	width:100%;
	flex-direction:column;
}

/* Mise en page des articles */
.citation {
	background-color:white;
	width:50%;
	min-width:150px;
	margin:0 auto;
	padding:15px;
	border:1px dotted gray;
	text-align:center;
}
.source {
	margin-top:10px;
	text-align:right;
}
.quote {
	width:43px;
	height:35px;
	float:left;
	position:absolute;
	margin-top:-25px;
	background-image:url('../img/citation.png');
}
.floatleft {
	max-width:400px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:15px;
	padding:10px;
	text-align:center;
	background-color:rgba(133,196,120,0.7);
	border:4px dotted rgba(255,288,255,0.3);
	float:left;
	/*position:relative;
	left:10px;*/
}
.center {
	height:auto;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	text-align:center;
	margin:0 auto;
}
.floatright {
	max-width:400px;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	padding:10px;
	text-align:center;
	background-color:blue;
	float:right;
}
.floatright img, .floatleft img, .center img {
	margin-top:10px;
}
.italic {
	font-style: italic;
}
.bold  {
	font-weight: bold;
}
.index {
	min-width:200px;
	width:90%;
	padding:10px;
	min-height:200px;
	max-height:500px;
	position:relative;
	margin:0 auto;
	margin-top:20px;
	overflow:auto;
	border-top:2px dashed rgba(32, 178, 170, 1);
	border-bottom:2px dashed rgba(32, 178, 170, 1);
}
#descr {
	margin-top:15px;
	margin-bottom:15px;
}
.imagePrest {
	float:left;
	margin-top:15px;
	margin-left:25px;
	margin-right:20px;
	width:100%;
	text-align:center;
	margin:0 auto;
}
.imagePrest2 {
	text-align:center;
	margin-top:15px;
	margin-left:25px;
	margin-right:20px;
}
.imagePrest img {
	width:200px;
	height:auto;
}
.imagePrest2 img {
	width:50%;
	max-width:400px;
	min-width:175px;
	height:auto;
}
/********************************************************/
.info,.articleplus .info {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
}
.info .imageInformation img,.articleplus .info .imageInformation img {
	max-width:180px;
	min-width:75px;
	height:auto;
	margin-top:10px;
}
.messageInfo,.articleplus .messageInfo {
	font-size:18px;
	color: #8fbc8f;
	min-height:60px;
	border-top:2px dashed #8fbc8f;
	border-bottom:2px dashed #8fbc8f;
	padding:20px;
	font-family:Trebuchet MS;
	text-align:center;
	
}
/****************************************************/
.article .attention,.articleplus .attention {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
}
.article .attention .imageAttention,.articleplus .attention .imageAttention {
	width:250px;
	height:220px;
	background-size:100%;
	margin-top:-50px;
	background-image:url('../img/shibiattention.png');
	background-repeat:no-repeat;
}
.article .messageAttention,.articleplus .messageAttention {
	font-size:18px;
	color: tomato;
	min-height:60px;
	border-top:2px dashed tomato;
	border-bottom:2px dashed tomato;
	padding:20px;
	text-align:center;
	font-family:Trebuchet MS;
	
}
/****************************************************/
.top,.articleplus .top {
	padding-top:20px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
}
.top .imageTop, .articleplus .top .imageTop {
	width:220px;
	height:225px;
	background-size:100%;
	top:-20px;
	background-image:url('../img/shibiconfirm.png');
	background-repeat:no-repeat;
}
.messageTop,.articleplus .messageTop {
	font-size:18px;
	color: steelblue;
	min-height:60px;
	margin-bottom:35px;
	margin-top:20px;
	border-top:2px dashed steelblue;
	border-bottom:2px dashed steelblue;
	padding:20px;
	text-align:center;
	font-family:Trebuchet MS;
	
}
/*******************************************************/
.idu,.articleplus .idu {
	padding-top:20px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
}
.idu .imageIdu, .articleplus .idu .imageIdu {
	width:150px;
	height:225px;
	background-image:url('../img/shibiquestionnement.png');
	background-size:100%;
	top:40px;
	left:25px;
	background-repeat:no-repeat;
}
 .messageIdu,.articleplus .messageIdu {
	font-size:18px;
	color: purple;
	min-height:60px;
	margin-bottom:35px;
	margin-top:20px;
	border-top:2px dashed purple;
	border-bottom:2px dashed purple;
	padding:20px;
	text-align:center;
	font-family:Trebuchet MS;
	
}
/************************************************************/
.idu2,.articleplus .idu2 {
	padding-top:20px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
}
.idu2 .imageIdu2, .articleplus .idu2 .imageIdu2 {
	width:170px;
	height:240px;
	background-image:url('../img/segoquestion.png');
	background-size:100%;
	top:20px;
	left:25px;
	background-repeat:no-repeat;
}
 .messageIdu2,.articleplus .messageIdu2 {
	font-size:18px;
	color: purple;
	min-height:60px;
	margin-bottom:35px;
	margin-top:20px;
	border-top:2px dashed purple;
	border-bottom:2px dashed purple;
	padding:20px;
	text-align:center;
	font-family:Trebuchet MS;
}
/************************************************************/
.bats,.articleplus .bats {
	padding-top:20px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
}
.bats .imageBats, .articleplus .bats .imageBats {
	width:170px;
	height:240px;
	background-image:url('../img/bats.png');
	background-size:100%;
	top:-5px;
	left:15px;
	background-repeat:no-repeat;
}
 .messageBats,.articleplus .messageBats {
	font-size:18px;
	color: purple;
	min-height:60px;
	margin-bottom:10px;
	margin-top:20px;
	border-top:2px dashed purple;
	border-bottom:2px dashed purple;
	padding:20px;
	text-align:center;
	font-family:Trebuchet MS;
}
/************************************************************/
.oov,.articleplus .oov {
	padding-top:20px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
}
.oov .imageOov, .articleplus .oov .imageOov {
	width:170px;
	height:240px;
	background-image:url('../img/oov.png');
	background-size:100%;
	top:-5px;
	left:15px;
	background-repeat:no-repeat;
}
 .messageOov,.articleplus .messageOov {
	font-size:18px;
	color: purple;
	min-height:60px;
	margin-bottom:10px;
	margin-top:20px;
	border-top:2px dashed purple;
	border-bottom:2px dashed purple;
	padding:20px;
	text-align:center;
	font-family:Trebuchet MS;
}

#imgSection {
	margin:0 auto;
	width:300px;
	height:auto;
	margin-top:15px;
	margin-bottom:15px;
}
#imgSection img {
	width:100%
}
.souligne  {
	text-decoration:underline;
}
.italic {
	font-style: italic;
}