/**
* --------------------------------------
* 				CHEMIN
* --------------------------------------
*/	
#chemin{
	background-image:	none;
}

/**
* --------------------------------------
*         MODULE ACTUS DEFILANTES
* --------------------------------------
*/
div.scroller{
	position: 			relative;
	height:				152px;
	/*width:			228px;*/
	overflow: 			hidden;
	margin-top:			10px;
	background-color:	#fafafa;
	border-left:		solid 1px #fff;
}
div.scroller .content{
	position:	absolute;
	height:		142px;
	/*width:	228px;*/
	overflow: 	hidden;
	left:		0;
	top:		152px;
	padding:	5px;
	margin:		0;
}
div.scroller .content .titre{
	display:			block;
	color:				#800000; 
	font-weight: 		bold;
	text-decoration:	none;
	margin-bottom:		7px;
	font-size:			12px;
	text-align:			left;
}
div.scroller .content a{
	display:		block;
	font-size:		11px;
	font-family: 	Verdana, Arial, Geneva, sans-serif; 
}
div.scroller .content a:link,
div.scroller .content a:visited,
div.scroller .content a:hover,
div.scroller .content a:active{
	font-weight:		normal;
	color:				#000; 
	text-decoration:	none;
}
div.scroller .content a:link b,
div.scroller .content a:visited b,
div.scroller .content a:link span,
div.scroller .content a:visited span{
	color:				#800000;
	font-weight:		bold;
	text-decoration:	none;
}
div.scroller .content a:hover b,
div.scroller .content a:active b,
div.scroller .content a:hover span,
div.scroller .content a:active span{
	color:				#ecb700;
	font-weight:		bold;
	text-decoration:	underline;
}
div.scroller .content .illustration{
	/*correction bug ie6*/
	width:	auto;
}
