/* @override 
	http://client.concordances.fr/mcnn/lib/prototype-ui.css
	http://client.concordances.fr/mcnn/maq/caroussel.css
	http://client.concordances.fr/mcnn/accueil/caroussel.css
*/

/* @group Carousel */

a img.ph { 
	border-width: 0;
	border-style: none;
}

a:hover img.ph { 
    filter:alpha(opacity=75);
    -moz-opacity:  0.75;
    opacity: 0.75;
    -khtml-opacity: 0.75;
}

.entree { 
	position: relative;
	float: left;
	display: block;
	height: 240px;
	width: 180px;
	padding: 5px 10px;
	overflow: hidden;
}

#horizontal_carousel ul li { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: white;
	background-position: left;
}

/* Horizontal Carousel */

#horizontal_carousel { 
	position: relative;
	width: 980px;
	height: 250px;
	padding: 0;
	margin: 0;
	background: black;
}

#horizontal_carousel .container { 
	position: absolute;
	top: 0;
	left: 40px;
	width: 900px;
	height: 250px;
	overflow: hidden;
}

#horizontal_carousel ul { 
	margin: 0;
	padding: 0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
	height: 250px;
}

#horizontal_carousel ul li { 
	width: 450px;
	height: 250px;
	list-style: none;
	float: left;
}

#horizontal_carousel .previous_button { 
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 250px;
	background: url(/im/car/btAvant.png) no-repeat;
	cursor: pointer;
	z-index: 100;
}

#horizontal_carousel .previous_button_over { 
	background: url(/im/car/btAvant.png) no-repeat -40px;
}

#horizontal_carousel .previous_button_disabled { 
	background: url(/im/car/btAvant.png) no-repeat -80px;
	cursor: default;
}

#horizontal_carousel .next_button { 
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 250px;
	background: url(/im/car/btApres.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

#horizontal_carousel .next_button_over { 
	background: url(/im/car/btApres.png) no-repeat -40px;
}

#horizontal_carousel .next_button_disabled { 
	background: url(/im/car/btApres.png) no-repeat -80px;
	cursor: default;
}

/* @end */

/* @group Carousel contenu */

#horizontal_carousel ul li h1 { 
	font-size: 22px;
	font-weight: normal;
	margin: 0px 0px 5px;
	padding: 0px;
	font-style: normal;
	line-height: 23px;
}

#horizontal_carousel .ladate { 
	font-size: 15px;
	margin: 5px 0 0;
	color: #c02;
}

#horizontal_carousel .lesdates { 
	font-size: 12px;
	margin: 5px 0;
	color: #c02;
}

#horizontal_carousel .lieux { 
	font-size: 10px;
	margin: 0 0 5px;
	color: #c02;
}

#horizontal_carousel p.plus a { 
	position: absolute;
	bottom: 5px;
	font-size: 12px;
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #333;
	right: 10px;
}

#horizontal_carousel p.plus a:hover { 
	color: white;
	border-bottom: 1px solid white;
}

#horizontal_carousel .ph { 
	height: 250px;
	width: 250px;
	overflow: hidden;
	float: left;
}

/* @end */

/* @group Bulles */

.bulles { 
	position: absolute;
	top: 16px;
	right: 13px;
	height: 24px;
}

.bulles a,.bulles a:visited { 
	background-image: url(/im/car/puce.png);
	text-indent: -2000px;
	height: 24px;
	width: 13px;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-position: 0 0;
}

.bulles a:hover { 
	background-position: -13px 0px;
}

.bulles a.selected { 
	background-position: -26px 0px;
}

/* @end */