
/* ///////////////////////NEWS////////////////////////////*/
#fond_news{
	background-image: url(images/fond_news.png);
	margin: 0 0 0 -20px;
	width:190px;
	background-repeat: no-repeat;
}
#titre_news{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F47C23;
	padding:20px 0 0 20px;
}

#resume_news{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000      ;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	padding:2px 5px 0 10px;
}
#lien_news a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F47C23;
	text-decoration: none;
	margin:12px 0 8px 160px;
	padding-top:5px;
	text-align: right;
	cursor: hand;
}
#lien_news a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;	
	cursor: hand;
}
#pointille_news{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	display: block;
}






