#temoignage {
	padding:15px;
	padding-left:5px;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}
.vignette {
	width:25%;
	min-width:200px;
	height:auto;
	background-color: #8fbc8f;
	border:1px dashed white;
	margin-top:10px;
	padding:10px;
	color:white;
}
.vignette .categorie {
	background-color: #518b8b;
	border:1px dashed white;
	color:white;
	font-size:26px;
	margin-bottom:15px;
	text-align:center;
	font-family:Trebuchet MS;
	padding:10px;
}
.vignette .imageVignette {
	width:85px;
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	
}
.vignette .imageVignette img {
	width:100%;
	height:auto;
}
.vignette .text {
	font-family:Trebuchet MS;
	background-color: white;
	border:1px dashed #8fbc8f;
	color:#518b8b;
	height:250px;
	padding:10px;
	overflow:auto;
}
.plus {
	text-align:center;
	margin-top:15px;
	padding:15px;
}
span.temde {
	color:black;
	position:relative;
	top:22px;
}
.plus a {
	font-family:Trebuchet MS;
	font-size:18px;
	padding:15px;
	text-decoration:none;
	font-weight:bold;
	background-color:white;
}
.plus a:hover {
	color:white;
	text-decoration:underline;
}

#temoignageplus {
	width:90%;
	min-width:200px;
	padding:15px;
	font-family:Trebuchet MS;
	border:1px dashed #1eb2aa;
	background-color:#91BC8E;
	margin:0 auto;
	color:white;
	
}
#temoignageplus .text {
	width:90%;
	margin:0 auto;
	margin-top:25px;
	padding:15px;
	font-family:Trebuchet MS;
	font-size:1em;
	color:#014157;
	background-color:white;
}
#imgTemoignage {
	text-align:center;
	margin:0 auto;
	padding:10px;
	margin-bottom:10px;
}
.imgtem {
	width:200px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
}
#corpsSection {
	padding-left:0px;
	padding-right:0px;
}