


.theme-accueil .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
}
.theme-accueil .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-accueil .nivoSlider a {
	border:0;
	display:block;
}

.theme-accueil .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-accueil .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-accueil .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-accueil .nivo-directionNav {
}

.theme-accueil .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-accueil a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-accueil a.nivo-prevNav {
	left:15px;
}

.theme-accueil .nivo-caption {
   width:490px/*510*/; 
	padding:10px; 
	position:absolute; 
	left:380px; 
	bottom:5px;
	opacity:1;
	background: transparent url('shadow-gray.png') repeat left top;
}
.theme-accueil .nivo-caption p {
	padding:0px;
}
.theme-accueil .nivo-caption a {
   display:block !important;
}
.theme-accueil .nivo-caption a:hover {
   
}