@charset "iso-8859-1";
/* CSS Document */

#caroussel_miniatures{
	float:right;
	position:relative;
	top:13px;
	background-color:#fff;
}

#caroussel_fleche_gauche,#caroussel_fleche_droite{
	z-index:10;
	height:338px;
	width:41px;
}

#caroussel_fleche_gauche{
	position:absolute;
	float:left;
	margin-left:-20px;
	background:url(../images/fleche_gauche.gif) no-repeat center center;
}

#caroussel_fleche_droite{
	position:relative;
	float:right;
	margin-right:-20px;
	background:url(../images/fleche_droite.gif) no-repeat center center;
}

#bandeau_caroussel{
	clear:both;
	position:absolute;
	z-index:9;
	background-color:#fff;
}

#bandeau_caroussel img{
/*	position:relative;
	z-index:9;	*/
}

#nenettes_bulles_caroussel{
	background:url(../images/bulle_caroussel_haut.png) no-repeat bottom left;
	position:absolute;
	z-index:1;
	width:565px;
	height:350px;
}

#bulle_caroussel{
	position:absolute;
	z-index:50;
	background:url(../images/bulle_1.png) no-repeat top;
	width:565px;
	height:155px;	
}

#titre_bulle{
	display:block;
	color:#fff;
	font-size:20px;
	font-family: 'Open Sans Condensed', sans-serif;
}

#description_bulle{
	font-size:11px;
	color:#000;
}
