#centre {
	position:absolute;
	background-image: url(img-css/fond-centre-news.png); 
	left: 168px; 
	top: 198px;
	width: 287px;
	height: 420px;
	border: none;
	text-align: left;
}
#droite {
	position:absolute;
	background-image: url(img-css/fond-droite-news.png); 
	left: 453px; 
	width: 330px;
	border: 1px solid #000;
	text-align: left;
	/* IE 5/6 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	top: 198px;
	height: 420px;
}
html>body #droite {
	top: 198px;
	height: 418px;
}
#centre a:hover {
	text-decoration:underline;
}
#centre a {
	color: #932923;
	text-decoration:none;
}
#centre td {
	width:255px;
	color: #932923;
	font-size:14px;
	padding:4px 0px 4px 4px;
	text-align: left;
	vertical-align: top;
	font-family: arial,verdana,tahoma;
	border-bottom: 1px solid #888;
}
.date {
	color: #000;
	font-size: 10px;
	font-weight: bold;
}
.news {
	font-size: 12px;
	background:#dedede;
	border-top:1px solid #eee;
}
.titre {
	height:30px;
	padding:10px;
	background:#c9c9c9;
	border-top:1px solid #000;
	border-bottom:1px solid #666;
}
p {
	margin:0;
	padding:10px;
	font-size:10px;
	text-align:justify;
	font-family: arial,verdana,tahoma;
}
h2 {
	color:#932923;
	font-weight:bold;
	font-family: arial,verdana,tahoma;
}