#news
		{
		background-color: #999999;		
		border: 1px dotted #000000;		
		border-collapse: collapse ;
		margin: 0px;
		padding: 0px;
		}

#news-titre 	
		{
		padding: 5px;		
		float:left;
		background-color:#999999;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		}
		
#news-date	
		{
		background-color:#999999;
		padding: 5px;
		float:right;
		font-style:italic;		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:small;
		}
		
#news-contenu	
		{
		padding: 5px;
		background-color:#FFFFFF;
		text-align:justify;		
		clear:left;
		clear:right;
		font-family:Georgia, "Times New Roman", Times, serif;
		}
#news-contenu p

		{
		text-align:justify;			
		}
#news-contenu p:first-letter 
		{ 
		color : #FF0000;		
		font-weight : bold;
		text-transform:capitalize;		 
		}

		
#news-contenu img	
		{
		margin-left: 5px;
		float:right;				
		border: 1px solid #000000;
		padding: 5px;		
		}
		