/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }

.cs-buttons { font-size: 0px; margin-top: 10px; float: right; margin-right:5px;}
.cs-buttons a { 
margin-left: 3px; height: 20px; width: 20px; float: left; 
background:url("../images/banniere/btn_slider_nav.png");
}

.cs-buttons a:hover{
	text-decoration:none;
	background-position:0 -20px;
}

a.cs-active { background:url("../images/banniere/ellipse_active.png"); color: #FFFFFF; }
a.cs-active:hover{background-position:0 0;}

.cs-buttons a span{
	color: #000000; font-size:11px; font-style:Tahoma; font-weight:bold;
	margin:2px 0 0 7px;
	float:left;
}

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

#cs-navigation-coin-slider{
	float:right;
	margin:10px 10px;
}

a#cs-prev-coin-slider{
	float:left;
	width:24px;
	height:20px;
	background:url("../images/banniere/nav_prev.png");
}

a#cs-next-coin-slider{
	float:left;
	width:24px;
	height:20px;
	background:url("../images/banniere/nav_next.png");
}

#cs-buttons-titre{
	float:left;
	width:926px;
	height:40px;
	background:url("../images/banniere/fond_titre.png");
	margin-bottom:10px;
}

#coin-slider{
	float:left;
}

