/*---------------------------------------*/
/* --------- Bloc Old News----------*/
/*---------------------------------------*/

#old_news
{
	float: right;
	margin-top: 5px;
	margin-right: 4px;
	width: 186px;
	height: 517px;
	background-color: #FFFfff;
}

.old_news_left
{

	height: 171.6px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #333333;
	color: white;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	margin-bottom: 1px;
	overflow: hidden;
}

.img_news_1
{
	float: left;
	background-image: url("../images/index_img_news/1.jpg");
	width: 150px;
	height: 90px;
	margin-top: 10px;
	margin-left: 18px;
}

.news_left 
{
	float: left;
	width: 172px;
	height: 50px;
	margin-left: 5px;
	margin-top: 5px;
	overflow: hidden;
	font-size: 75%;
	font-weight: bolder;
	font-family: Arial;
}

.more_right
{
	float: right;
	color: white;
	margin: 1px;
	margin-right: 5px;
	margin-top: 1px;
	text-decoration: none;
}


#news
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	width: 291px;
	height: 408px;
	background-image: url("../images/news.jpg");
	background-repeat: no-repeat;
}

#news div
{
	margin-top: 30px;
	margin-left: 18px;
	margin-bottom: 0px;
	padding: 0px;
	width: 244px;
	height: 217px;
	background-repeat: no-repeat;
}

#news h2
{
	font-weight: bold;
	color: #8a0200;
	font-family: Arial, Georgia, serif;
	font-size: 1.4em;
	line-height: 0px;
	padding-left: 8px;
	margin-top: 20px;
	margin-bottom: 8px;
	line-height: 0px;
}

#news a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Georgia, serif;
	font-size: 1.4em;
	margin-left: 200px;
}

#news a
{
	color: #AAA;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Georgia, serif;
	font-size: 1.4em;
	margin-left: 200px;
}

#news p
{
	width: 278px;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 8px;
	padding-right: 5px;
	font-weight: bold;
	text-align:justify;
}


.old_news_left a
{
	float: right;
	color: white;
	text-decoration: none;
}

.old_news_left a:hover
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}









