#adherer
{
	width:350px;
	min-width:280px;
	margin:auto;
	padding-top:50px;
	display:flex;

	flex-direction:column;
	justify-content:space-around;
	


}
#publication
{
	width:100%;
	min-width:280px;
	margin:auto;
	padding-top:50px;
	display:flex;
	flex-wrap:wrap;

	
	justify-content:space-around;
	


}

.uneAdhesion
{
	width:300px;
	background-color:#ffffff;
	padding:0px 20px;
	box-shadow : 0 0 2px 0 #C3BFC3;
	margin-bottom:20px;
	border-radius:5px;
	
}
.uneAdhesion>h3
{
	background-color:#B489B7;
	padding:5px;
	border-radius:3px;
	text-align:center;

	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ecdfed 5%, #b489b7 100%);
	background-color:#ecdfed;
	border-radius:6px;
	border:1px solid #8c4d91;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #754678;
}
.uneAdhesion>h3:hover {
	background:linear-gradient(to bottom, #b489b7 5%, #ecdfed 100%);
	background-color:#b489b7;
}
.uneAdhesion>h3:active {
	position:relative;
	top:1px;
}
.uneAdhesion>h3>a
{
	color:#ffffff;
	text-decoration:none;
	
}
.div_DL
{
	text-align:center;
	padding-bottom:10px;
}
.div_DL>a
{
	color:#B489B7;
}
.div_DL>a>img
{

	margin:auto;
	width:75px;
	
}
.formulaire_DL
{
	text-align:center;
	color:red;
}