@charset "iso-8859-1";
/* GENERAL STUFF */
	/* TD */
	TD { 
	font-family: Verdana, Arial,Helvetica; font-size: 11px; color: #333333; font-weight:normal;	text-decoration: none; }

	.texte { 
	font-family: Verdana,Arial, Helvetica; font-size: 10px; color: #333333; font-weight:normal;	text-decoration: none; }

	.titre { 
	font-family: Verdana,Arial, Helvetica; font-size: 13px; color: #333333; font-weight:bold;	text-decoration: none; }
	
	/* BODY */
	BODY { background-color:#141419; margin: 0px 0px 0px 0px; }
	
	/* LIENS */
	a:link { color: #333333; text-decoration: underline; }
	a:visited { color: #333333; text-decoration: underline;  }
	a:hover { color: #86231C; text-decoration: underline;  }
	
	/*NOUVELLES*/
	
	.nouvelles
	{
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		padding:3px;
		background-color:#c3dee0;
		width:527px;
		margin-left:5px;
		margin-top:15px;
		text-align:left;
	}
	
	.nouvelles a:link, .nouvelles a:visited, .nouvelles a:hover{
		font-weight:bold;
	}
	
	.nouvelles .sous_titre{
		margin-top:8px;
	}