#liste_news
{
	/*border-top:thin solid #8c8c8c;*/
	/*margin-top:20px;*/
	float:left;
	
	list-style-type: none;
}

.news
{
	float:left;
	width:719px;
	margin-bottom:5px;
	
	 border: 1px solid #8c8c8c;
	
}

.entete_news
{
	background-color: #817E75;
	color:white;
	margin:5px;
	padding:2px;
}

.titre_news
{
	float:left;
	width:70%;
	padding-left:5px;
}

.auteur_news
{
	float:left;
	width:20%;
}

.date_news
{
	float:left;
	width:28%;
	text-align:right;
}

.contenu_news
{
	float:left;
	
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}