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

.accessible_news_slider img {
	border: 0;
}
.accessible_news_slider {
	overflow: hidden;
	 float:left;
	 position: relative;
}
.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: -376px;
	width: 375px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1;
	float:left
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width:375px;
}

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

.candy_coated  {
	float:left; width:375px;
}
.candy_coated .title2_Actualite{ float:left; background:url(../images/bg_title_actualite.gif) no-repeat; width:355px; height:20px; color:#FFFFFF; font-size:13px; font-weight:bold; padding-left:7px; padding-top:5px; padding-bottom:9px;}
.candy_coated p{ float:left; width:266px; padding-left:14px; color:#000000; font-size:12px; text-align:justify; line-height:15px;}
.candy_coated a {
	color: #ff3300;
}
.candy_coated .back {
	width: 18px;
	height: 16px;
	float:left
}
.candy_coated .next {
	width: 18px;
	height: 16px;
	float:right
}
.candy_coated .next a {
	position: absolute;
	top: 8px;
	right:0px;
	width: 18px;
	height: 16px;
	line-height: 30px;
	background: url(../images/puc_precedent_actualite.gif) no-repeat top right;
}
.candy_coated .back a {
	position: absolute;
	top: 8px;
	left: 13px;
	width: 18px;
	height: 16px;
	line-height: 30px;
	text-align: right;
	background: url(../images/puc_suivant_actualite.gif) no-repeat;
}
