.news
{
	position:relative;
	float:left;
	background-color:#EEEEEE;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	border: 1px solid #999999;	
}
		
.news_titre
{
	position:relative;
	float:left;
	width:100%;
	font-weight:bold;
	font-size:14px;
}

.news_infos
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:15px;
}

.news_auteur
{
	position:relative;
	float:left;
	margin-right:5px;
}

.news_date
{
	position:relative;
	float:left;
	margin-right:5px;
	font-style:italic;
	color:#333333;
}

.news_heure
{
	position:relative;
	float:left;
	font-style:italic;
	color:#333333;
}

.news_content
{
	position:relative;
	float:left;
}
.news_plusinfos
{
	position:relative;
	float:left;
	text-align:right;
	width:100%;
	margin-top:10px;
}

.news_bouton_retour
{
	border: 1px solid #999999;
	background-color:#EEEEEE;
	padding:5px;
	position:relative;
	float:left;
	left:5px;
}

.news_bouton_retour:hover
{
	background-color:#DDDDDD;
}


.news_bouton_previous
{
	border: 1px solid #999999;
	background-color:#EEEEEE;
	padding:5px;
	position:relative;
	float:left;
	left:5px;
}

.news_bouton_next
{
	border: 1px solid #999999;
	background-color:#EEEEEE;
	padding:5px;
	position:relative;
	float:right;
	right:8px;
}

