.liste_articles,.liste_articles_gris{
	width:100%;
	margin-top:10px;
	height:125px;
	text-align:justify;
	/*border-bottom: 1px dashed #26753C;
	border-bottom: 1px dashed #E74134;
	border: 1px dashed #DDDED9;*/
	border-bottom: 1px solid #DDDED9;
	position:relative;
}

.liste_articles_gris{
	width:100%;
	margin-top:10px;
	/*background:url(../img/articles/bck_liste.png) repeat-x left top;*/
}


.img_bloc_element_liste_articles{
	display: block;
    float: left;
    padding: 10px;
}

.description_bloc_element_liste_articles
{
	float:left;
	margin:10px;
	width:70%;
}

.im_article
{
	width:133px;
	height:100px;
}

.lire_suite_defaut,.lire_suite_hover
{
	position:absolute;
	right:0px;
	top:0px;
	height:75px;
	width:80px;
	background:#1A1A1A;
	color:#fff;
	padding-top:50px;
	text-align:center;
}

.lire_suite_defaut
{
	display:none;
}


.lire_suite_hover
{
	display:block;
}

.ic_voirArticle
{
	position:absolute;
	left:-25px;
	top:0px;

}
