@charset "utf-8";
/* CSS Document */

#news
	{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top:5px;
	padding-bottom:50px;
	}
	
#news img
	{
	border:0px;
	}
	
#news h1
	{
	font-size:18px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#fe0000;
	margin:0px;
	padding:7px;
	}
	
#news p
	{
	font-size:13px;
	margin-right:20px;
	margin-left:7px;
	}
	
#news a
	{
	color:#fe0000;
	}
	
#news a.lien
	{
	text-decoration:none;
	color:#666666;
	}
	
#news a.lien:hover
	{
	color:#fe0000;
	text-decoration:underline;
	}
	
#news p.newsDate
	{
	font-size:9px;
	}
	
div.element
	{
	padding-bottom:6px;
	margin-bottom:5px;
	background-image:url(../_res/public/point.gif);
	background-position:bottom;
	background-repeat:repeat-x;	
	}
	
div.newsTexte
	{
	display:inline;
	float:left;
	width:353px;
	}
	
div.newsImage
	{
	display:inline;
	float:left;
	width:405px;
	height:239px;
	background-color:#EEEEEE;
	}
	
div.clear
	{
	font-size:0px;
	height:0px;
	clear:both;
	}