/* ************************************************* */
/* News Preview: Affiché dans la barre de navigation */
/* ************************************************* */
#news
{
	position:absolute;
	display: block;

	left:auto;
	right: 10px;
	top:10px;
	width:130px;
	height: auto;
	padding: 3px 3px 3px 3px;

	background-color: #806c54; /* #b1c0ed #886f64 2c3250*/

	border: 1px #b8a47f solid;

	font: normal normal 11px Verdana, sans-serif;
	color: white;
	text-decoration: none;
}

#news #title
{
	display: block;
	height: 20px;
	border: 1px #50413a solid;
	font: normal bold 14px Tahoma, sans-serif;
	line-height: 20px;
	text-align: center;
	margin-bottom: 1px;
	color: #ffffff;
	background: url(../images/static/deg1.gif) repeat-x;
}

#news table
{
	font: normal normal 11px Tahoma, sans-serif;
}

#news table tr
{
	margin: 0px;
}

#news table td
{
	border-top: 1px #50413a solid;
	background-color: #e0cca7;
	margin: 0px;
	padding: 2px;
	padding-left: 4px;
}

#news .Date
{
	line-height: 12px;

	font: normal bold 11px Tahoma, sans-serif;
	color: #806c54;
	text-decoration: none;
	padding-left: 0px;
}

#news .NewsTitle
{
	font: normal bold 11px Tahoma, sans-serif;
	color: #a92e0c;
	line-height: 12px;
	text-decoration: none;
}

#news .NewsTitle:hover
{
	text-decoration: underline;
}
/* ************************************************* */


/* ************************************************* */
/* News Detail: Affichage d'une actualité            */
/* ************************************************* */
table.NewsTable
{
	color: black;
	font-size: 11px;
	font-family: Verdana;
	text-align: center;

	border-style:solid;
	border-width: 1px;
	border-color: #50413a;
}

table.NewsTable td
{
	background-color: #fbf4c5;
	padding-left: 5px;
	padding-right: 5px;

}

table.NewsTable .NewsDate
{
	font: normal bold 11px Tahoma, sans-serif;
	color: #50413a;
	line-height: 18px;
	padding: 0px;
}

table.NewsTable .NewsText
{
	font: normal normal 12px Tahoma, sans-serif;
	color: #000000;
	line-height: 18px;
	text-align: justify;

	margin: 0px;
	padding: 0px;
}

table.NewsTable .NewsSign
{
	font: normal bold 12px Tahoma, sans-serif;
	color: #806c54;
	line-height: 18px;
	padding: 0px;
}
/* ************************************************* */

/* ************************************************* */
/* News List: Affichage de toute l'actualité         */
/* ************************************************* */
table.NewsListTable
{
	color: black;
	font: normal bold 11px Tahoma, sans-serif;
	text-align: center;

	border-style:solid;
	border-width: 1px;
	border-color: #50413a;
}

table.NewsListTable td
{
	background-color: #fbf4c5;
	padding: 5px;
	margin-top: 5px;
}

table.NewsListTable tr
{
	margin: 0px;
	padding: 0px;
}

table.NewsListTable .NewsTitle
{
	font: normal bold 14px Tahoma, sans-serif;
	color: #50413a;
}

table.NewsListTable .NewsDate
{
	font: normal bold 11px Tahoma, sans-serif;
	color: #50413a;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}

table.NewsListTable .NewsText
{
	font: normal normal 12px Tahoma, sans-serif;
	color: #000000;
	line-height: 18px;
	text-align: justify;

	margin: 0px;
	padding: 0px;
}

table.NewsListTable .ReadMore
{
	color: #806c54;
}


/* ************************************************* */