﻿.newsContent
{
	position: relative;
	width: 194px;
	height: 272px;
	font-size: 10px;
	font-family: Arial;
	text-align: justify;
	background-image: url('images/newsContent.png');
}

.news_content_control_title
{
	text-shadow: 1px 1px 0px #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 35px;
	padding-left: 25px;
	width: 100px;
	height: 20px;
	color: #e74f05;
}

.news_content_control_date
{
	position: absolute;
	font-weight: bold;
	font-size: 11px;
	top: 55px;
	margin-left: 25px;
	width: 100px;
	height: 15px;
}

.news_content_control_arrows
{
	position: absolute;
	top: 55px;
	margin-left: 134px;
	width: 30px;
	height: 10px;
}

.news_content_control_content
{
	position: absolute;
	overflow: hidden;
	top: 75px;
	margin-left: 25px;
	width: 140px;
	height: 117px;
}

.news_content_control_read_all
{
	position: absolute;
	top: 218px;
	width: 70px;
	height: 15px;
	margin-left: 90px;
	padding-left: 12px;
	background-image: url(images/fleche_rouge.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.news_content_control_read_all a
{
	color: #f24c04;
}

.news_content_control_read_all a:hover
{
	color: silver;
}



/****************************************/
/*     STYLE REFERENCE CONTENT          */
/****************************************/

.referencesContent
{
	position: relative;
	width: 194px;
	height: 234px;
	background-image: url('images/referencesContent.png');
}

.read_all_ref_content
{
	font-size: 10px;
	font-family: Arial;
	text-align: left;
	position: absolute;
	top: 193px;
	left: 20px;
	width: 150px;
	height: 15px;
	padding-left: 12px;
	background-image: url('images/fleche_rouge.gif');
	background-repeat: no-repeat;
	background-position: left;
}

.read_all_ref_content a
{
	color: #f24c04;
}

.read_all_ref_content a:hover
{
	color: Silver;
}






