@charset "utf-8";
/* CSS Document */

/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	left:50%;
	margin-left:-440px;
	/*background:#111111 url(../images_slider/loading.gif) no-repeat 50% 50%;*/
	width:880px;
	height:506px; /* laisse de la marge aux puces en bas */
	z-index:7;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}
/* les puces de navigation */
.nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-10px; /* descend les puces pour qu'elles soient cliquables */
	margin-left:-35px;
	z-index:100;
	cursor: pointer;
}
.nivo-controlNav a {
	background:url(../images/bullets.png) no-repeat;
	width:42px;
	height:100px;
	text-indent:-9999px;
	border:0;
	float:left;
	display:block;
	/*position:absolute;*/
	z-index:100;
	margin-right:5px;
	bottom: -42px;
}
.nivo-controlNav a.active {
	/*background-position:-10px 0;
	position:absolute;*/
	z-index:100;
	background:url(../images/bullets_active.png) no-repeat;
	width:42px;
	height:100px;
}
.nivo-directionNav a {
	display:block;
	width:42px;
	height:100px;
	text-indent:-9999px;
	border:0;
	position:absolute;
	z-index:600;
}
.nivo-directionNav a:hover {
	display:block;
	width:42px;
	height:100px;
	text-indent:-9999px;
	border:0;
	position:absolute;
	z-index:600;
}

/*-------------------------- les fleches -----------------------------------*/
a.nivo-directionNav{
	position:absolute;
	z-index:200px;
}
a.nivo-nextNav {
	/*background-position:-32px 0;*/
	background:url(../images/suivant.png) no-repeat;
	width:42px;
	height:100px;
	right:10px;
	-webkit-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-moz-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-o-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-ms-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
}
a.nivo-nextNav:hover {
	-webkit-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-moz-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-o-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-ms-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	
	right:0px;
	/*background:url(../images/suivant.png) no-repeat #f0f0f0;*/
	
}
a.nivo-prevNav {
	left:10px;
	background:url(../images/precedent.png) no-repeat;
	width:42px;
	height:100px;
	-webkit-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-moz-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-o-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-ms-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
}
a.nivo-prevNav:hover {
	-webkit-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-moz-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-o-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	-ms-transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	transition: all 600ms cubic-bezier(0.345, 0, 0.175, 1.095) 0s;
	
	left:0px;
	/*background:url(../images/precedent.png) no-repeat #f0f0f0;*/
}
















