#carousel { background:#fff; height:380px; padding:0; position:relative; width:690px;overflow:hidden;}

#carousel .carousel-wrap { 
	border:0; 
	display:inline-block;
	margin:0;
	vertical-align:middle;
	width:860px;
	zoom:1; 
}



#carousel ul { margin:0; padding:0; zoom:1; }

#carousel ul li a img { width:690px;height:330px; }


#carousel ul li { 
	display:inline;
	float:left;
	width:690px;
	height:330px;
	overflow:hidden;
	padding:0;
	text-align:left;
}


#carousel a.theme { 
	margin:0 12px;font-size:17px;text-transform:uppercase;padding:2px 3px;color:#fff;background:#7c3e8d; font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:300;
}


#carousel .carousel-control {
	cursor:pointer;
	display:none;
	height:83px;
	line-height:999px;
	overflow:hidden;
	position:absolute;
	top:40px;
	vertical-align:middle;
	width:96px;
	z-index:999;
	zoom:1;
}
#carousel .carousel-next {
	background:url(images/carousel_right.png) 0 0 no-repeat;
	right:0;
}
#carousel .carousel-previous {
	background:url(images/carousel_left.png) 0 0 no-repeat;
	left:0;
}

#carousel .slideInfoZone { 
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom:80px;
	left: 0;
	height: 52px;
	color: #FFF;
	text-indent: 0;
	overflow: hidden;
}

#carouselUne .textholder {
	padding: 0;
	z-index:99;
}

div.center-wrap { top:0; clear:both; height:32px; right:32px; overflow:hidden; position:absolute; zoom:1; z-index:10; }
div.center-wrap div { border:0; margin:0; }
div.center-wrap div p { margin:0; }
div.center-wrap a {
	 cursor:pointer; display:block; float:left; margin:0 3px 0 0; padding-top:5px; 
	 background:#fff;color:#8a0047;
	 font-family:arial,helvetica,sans serif;font-size:16px; font-weight:bold; height:17px; text-align:center; width:20px; 
}


div.center-wrap a:hover { text-decoration:none; }
div.center-wrap a.active {  color:#fff;background:#8a0047; height:32px; line-height:48px; padding-top:0; }

#carousel span.surtitre { 
	display:inline;margin:0px 12px 0px 10px;
        font-size:17px;
        text-transform:uppercase;
        padding:2px 3px;
        color:#fff;
        background:#a8afbc;        
}
#carousel a.titre { 
	display:block;padding:10px 15px;font-size:24px;line-height:24px;	
	 font-family: 'Yanone Kaffeesatz', sans-serif;font-weight:300;
	color:#fff;
}
.thumbsholder { overflow:auto;clear:both;margin:auto;text-align:center;padding:5px 5px;background:#fff	;}
.thumb { height:16px;width:16px;background:url(images/pictos.png) no-repeat -6px -153px;float:left;display:inline;cursor:pointer;margin:auto;margin-right:3px; }
.thumb.on { background-position:-31px -153px; }