/*
	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: .8em;
	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: 0px;
	background: #fffcd3;
}
.accessible_news_slider .skip_to_news {
	position: absolute;
	top: 0;
	left: -9999px;
}
.accessible_news_slider .precedent {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.accessible_news_slider .precedent a,
.accessible_news_slider .suivant a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
.accessible_news_slider .suivant {
	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;
		padding-top:15px;
}
.accessible_news_slider li {
	float: left;
	display: inline;
	width: 120px;
	padding:0px;
	height:109px;

}


/*
	Accessible News Slider : Plugin Specific : Theme [ derniers_articles ]
-----------------------------------------------------------------------------------------*/

.derniers_articles  {
	width: 309px;
	border-bottom: 0px solid #ccc;
	margin: 0 0 0px 0px;
}
.derniers_articles a {
	color: #ff3300;
}
.derniers_articles .precedent {
	width: 10px;
	height: 96px;
	top:0px;
	background: url(images/themes/derniers_articles/prev_bg-fpe.gif) no-repeat;
}
.derniers_articles .suivant {
	width: 10px;
	height: 96px;
	left: 299px;
	top:0px;
	background: url(images/themes/derniers_articles/next_bg-fpe.gif) no-repeat;
	z-index:3;
}
.derniers_articles .suivant a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 96px;
	line-height: 30px;
	background: url(images/themes/derniers_articles/next-fpe.gif) no-repeat top right;
}
.derniers_articles .precedent a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 96px;
	line-height: 30px;
	text-align: right;
	background: url(images/themes/derniers_articles/prev-fpe.gif) no-repeat;
}
.derniers_articles .view_all {
	border-top: 2px solid #ccc;
	margin: 58px 0 0 0;
	padding: 10px;
	background: #eee;
	text-align: center;
}
.derniers_articles ul {
	border-bottom: none;
}
.derniers_articles li {
	padding: 0 0 0 0;
	overflow: hidden;
	width:85px;
}
.derniers_articles li img {
	display: inline;
}
.derniers_articles li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 70px;
}

/*
	Accessible News Slider : Plugin Specific : Theme [ top_vente ]
-----------------------------------------------------------------------------------------*/

.top_vente  {
	width: 628px;
	height:140px;
	border-bottom: 0px solid #ccc;
	margin: 0 0 0px 0px;
}
.top_vente a {
	color: #ff3300;
}
.top_vente .precedent {
	width: 10px;
	height: 96px;
	top:0px;
	background: url(images/themes/top_vente/prev_bg-fpe.gif) no-repeat;
}
.top_vente .suivant {
	width: 10px;
	height: 96px;
	left: 610px;
	top:0px;
	background: url(images/themes/top_vente/next_bg-fpe.gif) no-repeat;
	z-index:3;
}
.top_vente .suivant a {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 140px;
	line-height: 30px;
	background: url(images/themes/top_vente/next-fpe.gif) no-repeat center right;
}
.top_vente .precedent a {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 10px;
	height: 140px;
	line-height: 30px;
	text-align: right;
	background: url(images/themes/top_vente/prev-fpe.gif) no-repeat;
	background-position:center;
}
.top_vente .view_all {
	border-top: 2px solid #ccc;
	margin: 0px 0 0 0;
	padding: 00px;
	background: #eee;
	text-align: center;
}
.top_vente ul {
	border-bottom: none;
}
.top_vente li {
	padding: 0 0 0 0;
	overflow: hidden;
	width:140px;
	height:140px;
}
.top_vente li img {
	display: inline;
}
.top_vente li p {
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	width: 140px;
}
