.site_local{
			width: 170px;
			height: 160px;
			display: block;
			padding: 15px;
			border-radius: 20px;
			-o-border-radius: 20px;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
			border: 5px dashed #ccc;
			float: left;
			position: relative;
			margin: 0 20px 20px 0;
			text-decoration: none;
			color: #999;
			text-align: left;
			overflow: hidden;
			word-break: break;
			transition: all ease 0.4s;
			-o-transition: all ease 0.4s;
			-ms-transition: all ease 0.4s;
			-moz-transition: all ease 0.4s;
			-webkit-transition: all ease 0.4s;
		}
		
		.site_local h3{
			font-size:1.6em !important;
		}
		
		.site_local h3 a{
			color: #666 !important;
			letter-spacing: 1px;
		}
		
		.site_local span{
			display:block;
			width:13px;
			height:17px;
			background:url(https://eelv.fr/wp-content/plugins/eelv_annuaire/post.png) no-repeat center;
			text-indent:-9999px;
			margin-bottom:8px;
		}
		
.liste_articles {
background-color:#FFF;
border:1px solid gray;
padding:10px;
box-shadow:2px 2px 10px gray; 
-moz-box-shadow:2px 2px 10px gray;
-webkit-box-shadow:2px 2px 10px gray;
margin-bottom:10px;
}

.liste_articles a h3{margin-top: 25px !important; color:rgba(102,102,102,1) !important}

.liste_articles h3{color:#89BD37;}

.attachment-liste_articles {position:relative; float: left; margin-right: 10px; margin-top: 15px !important}

.clear {
  clear: both;
}
