span.stats
{
	font-size: 12px;
	font-weight: 700;
	color: #444444;
	line-height: 24px;
}

a.stats
{
	font-size: 12px;
	font-weight: 700;
	color: #444444;
	line-height: 24px;
}

a.stats:hover
{
	font-size: 12px;
	font-weight: 700;
	color: #444444;
	line-height: 24px;
}

div.news
{

	height: 100%;
	padding: 10px;
	float: right;
	margin: 0px;
	padding: 0 0 320px;
}

div.dossier_du_jour
{
	clear: both;
	width:expression(document.body.clientWidth > 1000? "600px": "380px" );
	max-width: 594px;
	background-color: #ffffff;
	margin: 10 16 10 16px;
	padding: 10px 0px 10px 0px;
	clear: left;
	height: 200px;
	max-height: 180px;
	overflow: hidden;
	border-left: 1px solid #B4BBC4;
	border-right: 1px solid #B4BBC4;
	border-top: 1px dashed #B4BBC4;
	border-bottom: 1px dashed #B4BBC4;
}

div.left_arrow
{
	height: 50px;
	width: 50px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.monclasseur.com/img/left_arrow.png', sizingMethod='scale');
	cursor: pointer;
	float: left;
	position: relative;
	margin-left: -4px;
}

div.left_arrow[class]
{
	background-image: url(http://static.monclasseur.com/img/left_arrow.png);
}

div.right_arrow
{
	height: 50px;
	width: 50px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.monclasseur.com/img/right_arrow.png', sizingMethod='scale');
	cursor: pointer;
	float: right;
	position: relative;
	margin-right: -2px;
}

div.right_arrow[class]
{
	background-image: url(http://static.monclasseur.com/img/right_arrow.png);
}

div.div_arrow_table
{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	position: relative;
	top: 136px;
}