/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */


.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:20px;
	top:20px;
	/*bottom:0px;*/
	background:#333;
	color:#fff;
	opacity:0.9; /* Overridden by captionOpacity setting */
	width:33%;
	z-index:89;
	text-align:left;
	font-size:12px;
	padding:0px;
}
.nivo-caption h2 {
	padding:5px;
	margin:0;
	font-weight:bold;
	border-bottom:solid 1px #EFE9D1;
	background:#333;
	font-size:18px;
}
.nivo-caption p {
	padding:0px 0px 20px 0px;/*10px 5px 20px 5px;*/
	margin:0;
	background:#333;
	
}
.nivo-caption p span{display:inline-block; padding:10px; line-height:15px;}

.nivo-caption a {
	display:inline !important;
	float:right;
	padding:0px 15px 0px 5px;
	margin-top:20px;
	margin-right: 5px;
	font-weight:bolder;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	background:url(../img/fleche-transparente_next.png) bottom right no-repeat;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#wrapper{overflow:hidden;width:999px;}

#slider-wrapper {
    margin:0;
    padding:0;
}

#slider {
	position:relative;
    width:999px;
    height:350px;
	background:url(../img/loader.gif) no-repeat 50% 50%;
	margin:auto;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	background:url(../img/loader.gif);
	width:999px;
	height:350px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:relative;
	width:auto;
	top:360px;
	left:480px;
	z-index:100;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	
}
.nivo-controlNav a.active, .nivo-controlNav a:hover{
	background-position:0 -23px;
}

.nivo-directionNav {display:none;}

.nivo-caption .edito_titre{color:#FFFFFF;  font-family: Verdana, Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;padding:5px;}
.nivo-caption .edito_stitre{color:#FFFFFF;  font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10px;padding:5px;font-weight:bold;}
.nivo-caption .edito_contenu{/*min-height:15px;*/}



/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}