
#carousel {background:#fff; border:1px solid #f1f1f1; width:940px; height:80px; margin:20px 0 0 15px; position:relative;}
div.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 900px; 
    height:80px; 
	margin:0 auto;
} 
div.scrollable div.items { 
    width:20000em; 
    position:absolute; 
} 
div.scrollable div.items div { 
    float:left; 
} 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}
div.items div {
	width:300px;
	/* height:80px; */
	height:74px;
	overflow:hidden;
}
div.items div img.img-left {
	padding:0 5px 0 0 !important;
}
div.items div p {
	padding:0 20px 0 60px !important;
	font-size:11px !important;
}
div.items div a {
	color:#9a9a9a !important;
	text-decoration:none;
}
	div.items div a:hover {
		color:#ed0f93 !important;
	} 
div.items div h3 {
	color:#58585a !important;
	font-size:13px !important;
	padding:10px 20px 0 60px !important;
	cursor:pointer;
}
div.items div.actu1 {
	background:url(../images/caroussel/bt-actu-1.gif) no-repeat 0 0;
}
div.items div.actu2 {
	background:url(../images/caroussel/bt-actu-2.gif) no-repeat 0 0;
}
div.items div.actu3 {
	background:url(../images/caroussel/bt-actu-3.gif) no-repeat 0 0;
}
	div.items div.actu1:hover,
	div.items div.actu2:hover, 
	div.items div.actu3:hover {
		background-position:0 -70px;
	}




#carousel a.browse {
position:absolute; top:20px; left:0; outline:none; height:32px; width:32px; text-decoration:none;cursor:pointer;
display:block;font-size:1px;
}
#carousel a.right {
			margin:0 0 0 927px;
			background:url(../images/caroussel/BT-control-slider-actus-suivant.png) no-repeat 0 0;
			clear:right;

}
#carousel a.right:hover, #carousel a.right:active {
background-position:-32px 0;
}
#carousel a.left {
			margin:0 0 0 -17px;
			background:url(../images/caroussel/BT-control-slider-actus-precedent.png) no-repeat 0 0;

}
#carousel a.left:hover, #carousel a.left:active{
background-position:-32px 0;
}




/* caroussel */

		/*
		 * Required 
		*/
		#loopedSlider .container { 
			width:500px; 
			height:375px; 
			overflow:hidden; 
			position:relative; 
			cursor:pointer; 
			border:1px solid #E9E9EA;
			background-color:#f0f0f2;
		}
		#loopedSlider .slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		#loopedSlider .slides li { position:absolute; top:0; width:500px; display:none; padding:0; margin:0; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { 
			margin:20px auto 40px; 
			width:500px; 
			position:relative; 
			clear:both; 
			/* padding-top:200px; */ 
		}
		#loopedSlider .slides li { padding-bottom:20px; }
		
		#loopedSlider #pagination {
			/* position:absolute; */
			position:relative;
			top:0;
			margin-bottom:10px;
			
		}
		#loopedSlider ul.pagination { /* list-style:none;  */padding:0; margin:0; color:#D5228D; }
		#loopedSlider ul.pagination li  { /* float:left; */ }
		#loopedSlider ul.pagination li a { padding:2px 4px; }
		#loopedSlider ul.pagination li.active a { background:#D5228D; color:white; text-decoration:none; }
		
		#loopedSlider a.previous, #loopedSlider a.next {
			position:absolute;
			top:0;
			margin:300px 0 0 -50px;
			outline:#FFF;
		} 
		#loopedSlider a.next {
			margin-left:520px;
		}
		#loopedSlider .slides li ul li{
			padding-bottom:5px;
			display:list-item;
			list-style-position:outside !important;
			list-style-type:disc !important;
			margin-left:10px;
			padding-bottom:5px;
			position:relative;
			width:auto;
		}
		#loopedSlider .slides h3 {
			padding-top:20px;
		}

