/* CSS Document */

/* NEWS */
div.news{
	width:580px;
	min-height:190px;
	background-color:#69d28e;
	margin-bottom:17px;
}
div.bn{
	background:#69d28e url(../img/bordpDb.gif) bottom right no-repeat;
	height:17px;
}
div.inbn{
	background: url(../img/bordpGb.gif) bottom left no-repeat;
	height:17px;
}
#newsbar{
	 background-color:#FFF;height:16px;margin-bottom:2px; text-align:right; font-size:10px;
}

.newscontent{
	background-color:#FFFFFF;
	padding:10px;
	clear:both;
	border-left:2px solid #69d28e;
	border-right:2px solid #69d28e;

}
span.newstitre{
	float:left;
	color:#006600;
	font-size:1.2em;
	width:400px;
	padding:0 0 0 1em;
	background-image:url(../img/bordpG.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
span.newsdate{
	float:right;
	padding-bottom:3px;
	color:#006600;
	font-size:0.8em;
	padding:0.4em 1em 0 0;
	background-image:url(../img/bordpD.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
/* FIN DE NEWS */