

#conteneur_slider{width:950px;height:361px;overflow:hidden;margin-left:2px;margin-top:2px;float:left;}

/*
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, 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;
	width:100%;
	height:auto;
	overflow: hidden;
	margin-left:0;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;

}



/* 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;
		filter:alpha(opacity=0); 
	opacity:0;
}

/* Caption styles */
.nivo-caption {
	padding-left:5px;
	position:absolute;
	left:0px;
	bottom:0px;
	width: 945px;
	z-index:89;
	height:40px;
	padding-top:5px;
	background:url(ombre_slider.png) repeat-x scroll center bottom transparent;
	filter:none;
	background-color:#111 !important;
	background-color:#111;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

	
}
.nivo-caption p {
	padding:2px;
	margin:0;
	width:900px;
font-size:14px;
color:#FFF;
font-weight:bold;
margin-left:25px;
padding-top:10px;

}

.nivo-caption p .caption_titre{font-size:14px;color:#FFF;font-weight:bold;margin-left:25px;padding-top:10px;}/*22px"*/
.nivo-caption p.caption_desc{font-size:14px;color:#FFF;}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
	
}

.nivo-html-caption  a ,.nivo-html-caption  a:link,.nivo-html-caption  a:visited{
text-decoration:none;
color:#fff;
}
/* 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;
}

#slider {
	position:relative;
    width:945px;
    height:360px;
	background:url('loading0.gif') no-repeat 50% 50%;
}

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

.nivo-controlNav {
	position:absolute;
	bottom:85px;
	width:60px;
	right:5px;
	}
.nivo-controlNav a {
	display:block;
	width:12px;
	height:22px;
	background:url('bullets3.png') no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
	
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

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