/*-------------
 * Dernière actu
 *-------------*/
#last_news{
	position:	absolute;
	width:		196px;
	height:		380px; 
	background: transparent url(/images/background_last_news.png) no-repeat top left;
	top:		0px;
	right:		0px;
	padding:	0px 10px 0px 30px;
	z-index:	5;
	color:		#cd7393;
}
#last_news h1{
	color:			#81002e;
	font-size: 		30px;
	text-align: 	right;
	font-weight:	normal;
	margin:			0;
}
#last_news h2{
	color:			#81002e;
	font-size: 		18px;
	text-align: 	right;
	font-weight:	normal;
	margin:			0 0 10px 0;
	font-style:		italic;
}
#last_news .date{
	margin-bottom:	10px;
	font-size:		24px;
}
#last_news .date .day{
	color:	#71002e;
}
#last_news .date .month{
	color:	#b63361;
}
#last_news .text{
	color:			#cd7393;
	height:			222px;
	overflow:		hidden;
}
#last_news .text p{
	margin-bottom:	10px;
}
#last_news .text img{
	display:	none;
}
#last_news .text a,
#last_news .text a:link,
#last_news .text a:visited{
	color: 			#C26B8A;
	text-decoration: underline;
}
#last_news .text a:hover,
#last_news .text a:active,
#last_news .text a:focus{
	color: 			#C26B8A;
	text-decoration: none;
}
#last_news .text ul{
	margin:		20px 0 20px 0;
}
#last_news .text ol{
	margin:				20px 0 20px 40;
	list-style-type: 	decimal;
}
#last_news .next{
	margin-top:	15px;
	float:		right;
}
  