/*
	Accessible News Slider : Plugin Specific
-----------------------------------------------------------------------------------------*/

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider li,
.accessible_news_slider p {
	font-family: "Arial", "Verdana", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;
}
.accessible_news_slider li p {
	font-size: 1em;
}
.accessible_news_slider {
	position: relative;
	overflow: hidden;
}
.accessible_news_slider .javascript_css {
	position: relative;
	z-index: 3;
	padding: 20px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .back a,
.accessible_news_slider .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .next {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.accessible_news_slider ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 300px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ Candy Coated ]
-----------------------------------------------------------------------------------------*/

.federal  {
	width: 264px;
	height: 28px;
	background-color:#F2F0F6;
}
.federal .libelle{
overflow:hidden;}

.federal a {
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}

.federal a:hover {
	text-decoration:underline;
}

.federal .back {
	width:28px;
	height: 28px;
	position: absolute;
	background: url(/federalfinance/image/zresff/structure/bloc_ma_selection/back_bg.gif) no-repeat center;
}
.federal .next {
	left: 235px;
	width:28px;
	height:28px;
	background: url(/federalfinance/image/zresff/structure/bloc_ma_selection/next_bg.gif) no-repeat center ;
}
.federal .next a {
	width:28px;
	height:28px;
	display:block;
	position: absolute;
	background: url(/federalfinance/image/zresff/structure/bloc_ma_selection/next.gif) no-repeat center;
}
.federal .back a {
	width:28px;
	height:28px;
	position: absolute;
	text-align: right;
		display:block;
	background: url(/federalfinance/image/zresff/structure/bloc_ma_selection/back.gif) no-repeat center;
}
.federal .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
	display:none;
}
.federal ul {
	padding-left:30px;
	margin-top:5px;
}
.federal li {
	overflow: hidden;
}
.federal li img {
	float: left;
	display: inline;
}
.federal li p {
	float: left;
	display: inline;
	width: 208px;
}

.federal .positif{
color:#66CC00;
font-weight:bold;
}

.federal .negatif{
color:#FC6748;
font-weight:bold;
}

.federal .droite{ text-align:right;}

.federal .hausse{
	background: url(/federalfinance/image/zresff/structure/bloc_ma_selection/hausse.gif) no-repeat right center;
	padding-right:10px;
}

.federal .baisse{
background: url(/federalfinance/image/zresff/structure/bloc_ma_selection/baisse.gif) no-repeat right center;
padding-right:10px;
}
