.result{
	position:relative;
	margin:10px 2% 0 3%;
	width:45%;
	float:left;
	padding:2%;
	height:auto;
	background:#E1E1E1;
	border-radius:8px;
}
.result .content_txt{
	position:relative;
	float:left;
}
.result:hover{
	background:#999999;	
}
.result #hover_image{
	display:none;
}

.result a{
	text-decoration:none;
}
.result a .title{
	/*color:#06C;*/
	color:#589509;
	font-size:20px;
}
/*.result a .link{
	color:#589509;
	font-size:16px;
}*/
.result a .content{
	color:#252525;
	font-size:16px;
}
.result .content{
	overflow:hidden;
	text-overflow:ellipsis;	
	height:40px;
}
@media screen and (max-width : 749px) {
	.result{
		background:#FFF;
		floa:none;
		width:95%;
	}
	.result.couleur{
	background:#E1E1E1;
	}

}