/*
	### News ###
*/
.news_header {
	float : left;
	width : 230px;
	height : 32px;
	line-height : 25px;
	margin : 0px;
	background : #40b0e0 url(../img/news_header.png);
}

.news_header_texte {
	position : relative;
	top : 3px;
	font-size : 15px;
	font-weight : bold
}

.news_separator_top_blue {
 	float : left;
 	width : 230px;
	height : 8px;
	line-height : 8px;
	background : #9adaf0 url(../img/news_separator_top_blue.png) top left;
}

.news_separator_top_green {
 	float : left;
 	width : 230px;
	height : 8px;
	line-height : 8px;
	background : #90d090 url(../img/news_separator_top_green.png) top left;
}

.news_separator_top_red {
 	float : left;
 	width : 230px;
	height : 8px;
	line-height : 8px;
	background : #f0a0a0 url(../img/news_separator_top_red.png) top left;
}

.news_body_blue {
	float : left;
 	width : 230px;
	background : #9adaf0 url(../img/news_bg_blue.png) repeat-y top left;
}

.news_body_green {
	float : left;
 	width : 230px;
	background : #90d090 url(../img/news_bg_green.png) repeat-y top left;
}

.news_body_red {
	float : left;
 	width : 230px;
	background : #f0a0a0 url(../img/news_bg_red.png) repeat-y top left;
}

.news_separator_bottom_blue {
 	float : left;
 	width : 230px;
	height : 7px;
	line-height : 7px;
	background : #9adaf0 url(../img/news_separator_bottom_blue.png) top left;
}

.news_separator_bottom_green {
 	float : left;
 	width : 230px;
	height : 7px;
	line-height : 7px;
	background : #90d090 url(../img/news_separator_bottom_green.png) top left;
}

.news_separator_bottom_red {
 	float : left;
 	width : 230px;
	height : 7px;
	line-height : 7px;
	background : #f0a0a0 url(../img/news_separator_bottom_red.png) top left;
}
.news_bottom_blue {
 	float : left;
 	width : 230px;
	height : 18px;
	line-height : 18px;
	background : #9adaf0 url(../img/news_bottom_blue.png) top left;
}
.news_bottom_green {
 	float : left;
 	width : 230px;
	height : 18px;
	line-height : 18px;
	background : #90d090 url(../img/news_bottom_green.png) top left;
}
.news_bottom_red {
 	float : left;
 	width : 230px;
	height : 18px;
	line-height : 18px;
	background : #f0a0a0 url(../img/news_bottom_red.png) top left;
}
.news_content {
	width : 190px;
	margin : 0px 0px 10px 15px; 
	font-family : Arial,Helvetica,Sans-Serif;
	font-size : 12px;
/*	font-weight : bold;*/
	text-align : justify;
	color : #002050;
}

.news_date {
	float : left;
	width : 100%;
	margin : 0px 0px 6px 0px;
	font-size : 10px;
	color : #002050;
}

.news_titre {
	float : left;
	width : 195px;
	margin : 0px 0px 6px 0px;
	font-weight : bold;
}
.news_texte {
	float : left;
	width : 195px;
	margin : 0px 0px 6px 0px;
}

.news_signature {
	float : right;
	margin-top : 10px;
	margin-right : 10px;
	font-size : 10px;
	font-style : italic;
}
.text_blue
{
	color : #002050;
}

.text_green
{
	color : #007030;
}

.text_red
{
	color : #9a0a10;
}








/*
	OLD NEWS
*/

div#listeNews
{
	width : 95%;
	margin : auto;
}

div#news
{
	width : 390px;
	margin : auto;
	border-collapse : collapse;
	border : solid 0px;
}

div#titre1News1
{
	border-top : solid 1px #FF0000;
	border-bottom : solid 1px #FF0000;
	text-align : center;
	font-size : 18px;
	color : #FF0000;
	background-color : #FFBBBB;
}

div#titre2News1
{
	border-top : none;
	border-bottom : solid 1px #FF0000;
	text-align : center;
	font-size : 18px;
	color : #FF0000;
	background-color : #FFBBBB;
}

div#corpsNews1
{
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
	text-align : center;
	font-size : 18px;
	color : #FF0000;
	background-color : #FFD0D0;
}

div#footerNews1
{
	padding-right : 5px;
	border-top : solid 1px #FF0000;
	border-bottom : solid 1px #FF0000;
	text-align : right;
	font-size : 11px;
	color : #FF0000;
	background-color : #FFBBBB;
}

div#titre1News2
{
	border-top : solid 1px #0077FF;
	border-bottom : solid 1px #0077FF;
	text-align : center;
	font-size : 18px;
	color : #0077FF;
	background-color : #AACCFF;
}

div#titre2News2
{
	border-top : none;
	border-bottom : solid 1px #0077FF;
	text-align : center;
	font-size : 18px;
	color : #0077FF;
	background-color : #AACCFF;
}

div#corpsNews2
{
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
	text-align : center;
	font-size : 18px;
	color : #0077FF;
	background-color : #BBDDFF;
}

div#footerNews2
{
	padding-right : 5px;
	border-top : solid 1px #0077FF;
	border-bottom : solid 1px #0077FF;
	text-align : right;
	font-size : 11px;
	color : #0077FF;
	background-color : #AACCFF;
}