.news
{
	position:relative;
	float:left;
	margin:5px;
	padding:5px;
	width:640px;
	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;*/	
	
	position:relative;
	float:left;	
	width:126px;
	height:48px;
	line-height:46px;
	text-align:center;
	background-image:url(../images/bouton_vert.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	
	
}

.news_bouton_retour a
{
	color:#FFFFFF;
}

.news_bouton_retour a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}


.news_bouton_previous
{
	/*border: 1px solid #999999;
	background-color:#EEEEEE;
	padding:5px;
	position:relative;
	float:left;
	left:5px;*/
	
	position:relative;
	float:left;
	width:126px;
	height:48px;
	line-height:46px;
	text-align:center;
	background-image:url(../images/bouton_vert.png);
	background-repeat:no-repeat;
}

.news_bouton_next
{
	/*border: 1px solid #999999;
	background-color:#EEEEEE;
	padding:5px;
	position:relative;
	float:right;
	right:23px;*/
	
	position:relative;
	float:right;
	right:7px;	
	width:126px;
	height:48px;
	line-height:46px;
	text-align:center;
	background-image:url(../images/bouton_vert.png);
	background-repeat:no-repeat;
	
}

.news_bouton_next a, .news_bouton_previous a{

color:#FFFFFF;
}