.annonce_news {
	float: left;
	margin-left: 5px;
	position: relative;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	color: #FF6600;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.news_jour {
	font-size: 25px;
	left: 5px;
	line-height: 30px;
	position: absolute;
	top: 0;
	color: #FF6600;
	font-weight: bold;
}
.news_mois {
	font-size: 15px;
	text-transform: uppercase;
	color: #FF6600;
	font-weight: bold;
}
.news_annee {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);




/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	position: absolute;
	right: -5px;
	top: 10px;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.Fin_annonce {
	font-weight: bold;
	color: #FF6600;
	border: thin solid #FF6600;
}
.Mois_en_cours {
	font-weight: bold;
	color: #FF6600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}