/* ============================================================== */
#News{
	background-image: url(images/Stars11.jpg);
	background-position: top left ;
	background-repeat: repeat;
	text-align: center;
	color : White;
}
.new_0 {
	text-align: center;
	padding: 1px 1px;
	background-color: Silver;
	color: Black;
	border: ridge;
}
.new_1 {
	text-align: center;
	padding: 1px 1px;
	background-color: #E9F7F8;
	color: black;
	border: ridge;
}
.NewSubject {
	text-decoration: underline;
	font-style: oblique;
	padding: 0px 1px 0px 2px;
}
.NewDate {
	font-weight: bold;
	float: left;
	width: 35%;
	padding: 0px 2px 0px 1px;
}
.NewTexte {
	text-align: left;
	padding: 0px 2px 0px 2px;
}
