h2
{
	font-weight: bold;
}

a.news_title:link   {color: #003F80;text-decoration:none;}
a.news_title:visited{color: #003F80;text-decoration:none;}
a.news_title:hover  {color: #003F80;text-decoration:underline;}

a.news:link   {color: #666666;text-decoration:none;}
a.news:visited{color: #666666;text-decoration:none;}
a.news:hover  {color: #666666;text-decoration:none;}

#content_left
{
	float: left;
	width: 405px;
	height: 332px;
	margin: 0 0 0 0;
	overflow:hidden;
	/*background:red;*/
}
	#content_left .news1, #content_left .news0 /* "news0" est pour l'apercu */
	{
		width:186px;
		float:left;
		margin: 0 33px 0 0;
		/*background: green;*/
	}
	#content_left .news2
	{
		width:186px;
		float:right;
		margin: 0 0 0 0;
		/*background: green;*/
	}
	#content_left .title
	{
		color: #003F80;
		font: bold 11px verdana;
	}
	#content_left .stitle
	{
		padding: 10px 0 0 0;
		color: #666666;
		font: bold 9px verdana;
	}
	#content_left .date
	{
		color: #666666;
		font: bold italic 9px verdana;
	}
	#content_left .intro
	{
		padding-top:11px;
		color: #666666;
		font: normal 11px verdana;
		text-align: justify;
	}
	#content_left .intro:hover
	{
		text-decoration:none;
	}

#content_right
{
	float: right;
	width: 447px;
	margin: 0 -17px 0 0;
}
