#last-news{
	border: 1px solid #cc0000;
	background-color: #eaeaea;
}

#last-news-date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
	padding: 2px 0px 2px 5px;
}

#last-news-soustitre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding: 2px 5px 2px 5px;
}

#last-news-texte{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 2px 5px 2px 5px;
	text-align: justify;
	background-color: #f7f7f7;
}

#last-news-texte a:link, #last-news-texte a:visited, #last-news-texte a:active{
	color: #006699;
}

#last-news-titre{
	background-color: #cc0000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
}
.new{
	border: 1px solid red;
	background-color: #ffffdd;
	color: #cc0000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding:2px;
}
.black{
	color:#000;
	font-size: 16px;
	font-weight: bold;
	text-decoration:underline;
}