/****************************
Mise en forme des News
****************************/

/******* BLOC DERNIER NEWS ET DERNIER TELECHARGEMENT *******/

/*Bloc dernières news et derniers dl*/
#bloc_accueil {
	border-width :		0px;
	border-collapse :	collapse;
	background-image :	url(../images/news_rapide_fond.jpg);
	background-position:top left;
	background-color :	#2a2a2a;
	width :				100%;
}

/*Cadre dernières News*/
#bloc_accueil_dernieres_news, #bloc_accueil_derniers_dl {
  	border-width :		0px;
	border-collapse :	collapse;
	width :				50%;
	padding : 			50px 5px 20px 5px;
	vertical-align :	top;
}

#bloc_accueil_dernieres_news{
	text-align :		left;
	padding-left :		37px;
}

#bloc_accueil_dernieres_news ul{
	padding : 			0px;
	list-style-type :	none;
}

#news_nfs{
	margin : 			0px;
}

#news_nfs a{
	padding-left :		25px;
	margin :			0px;
    background : 		url("../images/nfs.png") no-repeat left center;
}

#news_gta{
	margin : 			12px 0px 0px 0px;
}

#news_gta a{
	padding-left :		25px;
	margin :			0px;
    background : 		url("../images/gta.png") no-repeat left center;
}


#bloc_accueil_derniers_dl{
	text-align :		left;
	padding-left :		20px;
}

#bloc_accueil_derniers_dl a {
	background-image:	url(../images/puce_dl.png);
	background-repeat:	no-repeat;
	background-position:0 5px;
	padding-left:		15px;
}

/******* MISE EN FORME NEWS *******/

.news {
	width :				100%;
	background :		transparent url(../images/news_content.png) repeat-y;
	margin-bottom :		15px;
}

.news_header {
	/*line-height :		61px;*/
	padding :			30px 0px 16px 75px;
	background :		url(../images/news_header.png) no-repeat;
	overflow :			hidden;
	color :				#e5b32f;
	font-size : 		1.3em;
	font-weight :		bold;
}

.news_content {
	padding :			0px 30px 40px 30px;
	text-align :		left;
}

.news_content a{
	color:				#222222;
	font-weight :		bold;
}

.news_content a:hover{
	color: 				#ffffff;
/*	text-decoration: underline;*/
}

.news_puce_lien {
	background-image:url(../images/puce_lien.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:15px;
}

.citation {
	border :			1px dashed #000000;
	background-color :	#ffe060;
	text-align :		left;
}

.citationContenu {
	border :			0px;
	font-style :		italic;
	text-align :		left;
}

.news_author {
	margin-bottom :		20px;
	padding-right :		10px;
	font-weight:		bold;
	font-size:			0.8em;
	text-align:			right;
}

.news_links{
	margin :			auto;
	width :				600px;
	padding-bottom :	5px;
	padding-left : 		10px;
}

.news_source {
	display :			inline;
	width :				68%;
	float:				left;
	font-style :		italic;
}

.news_comment{
	display :			inline;
	width :				30%;
	float:				right;
}

.news_footer {
	background :		url(../images/news_footer.png) no-repeat;
	width :				inherit;
	height :			29px;
}

/*le flèche qui commance devant chaque news, peut-être utilisé dans les articles également*/
/* à mettre eventuellement dans globale avec le nom fleche uniquement... ou arrow*/
img.news_fleche{
	background :		url(../images/fleche.png) no-repeat;
	border :			0px;
	margin-right :		8px;
	width :				10px;
	height :			10px;
	text-align :		left;
}

/****************************
Mise en forme des archives
****************************/

h1.archive_year{
	color :				#fbfa54;
	font-weight :		bold;
	text-align :		center;
	font-size :			30px;
	text-indent :		10px;
	width :				100%;
	height :			35px;
	border-bottom :		2px dashed #fbfa54;
}

h1.archive_month{
	font-weight :		bold;
	text-align :		left;
	font-size :			14px;
}

.archive_color{
	font-weight :		bold;
	color :				#fbfa54;
}

.news_content .archive_link {
/*	color:				#ffffff;*/
	font-weight :		normal;
}