
/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
   width:980px;
   height: 410px;
	
	z-index: 0;
	background-color:  #82ccea;
}

/* format de la zone image */
#slider {
	position:relative;
    width:980px;
    height:410px;
    
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	
}

#slider a {
	border:0;
	display:block;
}


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

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
    
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:10px; /* Put the nav below the slider */
	width: 470px;
	height: 95px;
	float: left;
	margin-left: 5px;
	

}
#slider .nivo-controlNav img {
	display:inline; 
	position:relative;
	margin-right:12px;
	float: left	
}