#corpsSection .new {
	width:40%;
	min-width:250px;
	float:left;
	padding-right:20px;
}
#corpsSection .identify {
	width:30%;
	min-width:250px;
	margin-top:30px;
	float:right;
	padding-left:50px;
	border-left:2px solid white;
}
#corpsSection .identify a {
	color:#8fbc8f;
}
#corpsSection .identify a:hover {
	color:#4A6F4A
}
label {
	display:block;
	width:120px;
	color:#518b8b;
}
.sousTitreCorps {
	font-size:20px;
	color:#518b8b;
	margin-bottom:5px;
	font-weight:bold;
}
#interface {
	min-width:250px;
	background-color:white;
	border:1px dashed #8fbc8f;
	padding:20px;
	width:80%;
	margin:0 auto;
	font-family:sans-serif;
	color:#518b8b;
	margin-top:50px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
#interface legend {
	color:#8fbc8f;
	font-size:1.3em;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:20px
}
#interface fieldset {
	border:none;
	border-top:1px solid white;
}
#interface form {	
	text-align:center;
}
#interface form label {
	margin:0 auto;
}
a.greenbutton {
	padding:15px;
	background-color:#8fbc8f;
	border:1px dashed white;
	color:white;
	text-decoration:none;
	font-size:1.2em;
}
a.greenbutton:hover {
	background-color:#4A6F4A;
}
