﻿.news_item_link{
	clear:both;
	display:block;
	text-decoration:none;
	margin-top:7px;
}
.news_item_link:hover{
	background-color:#EEE
}
.news_item_image{
	float:left;
	width:80px;
	border:none 0 transparent;
	margin:0 12px 0 15px;
}
.news_item_titre{
	font-size:11px;
	font-weight:bold;
	color:#0188fd;
}
.news_item_link:hover .news_item_titre{
	text-decoration:underline
}
.news_item_description{
	font-size:10px;
	color:#515151;
}