/* * jQuery Nivo Slider v3.1 * http://nivo.dev7studios.com * * Copyright 2012, Dev7studios * Free to use and abuse under the MIT license. * http://www.opensource.org/licenses/mit-license.php */ /* The Nivo Slider styles */#slide_holder {	position:relative;	overflow: hidden;	clear: both;	margin: 0 auto;}.nivoSlider {	position:relative;	overflow: hidden;}.nivoSlider img {	position:absolute;	top:0px;	left:0px;	max-width: none;}.nivo-main-image {	display: block !important;	position: relative !important; 	width: 100% !important;}/* 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:6;	display:none;    background:#fff;    filter:alpha(opacity=0);    opacity:0;    -webkit-opacity:0;    -moz-opacity:0;    -khtml-opacity:0;}/* The slices and boxes in the Slider */.nivo-slice {	display:block;	position:absolute;	z-index:5;	height:100%;	top:0;}.nivo-box {	display:block;	position:absolute;	z-index:5;	overflow:hidden;}.nivo-box img { display:block; }/* Caption styles */.nivo-caption {	position:absolute;	right:0px;	top:0px;	height: 300px;	background: #fff;	color:#000;	width:330px;	z-index:8;	padding: 5px 10px;	opacity: 0.8;	overflow: hidden;	display: none;	-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+ */	font-size: 14pt;	font-weight:bold;	font-family: "Ubuntu";}.nivo-caption p {	padding:5px;	margin:0;}.nivo-caption a {	display:inline !important;}.nivo-html-caption {    display:none;}/* Direction nav styles (e.g. Next & Prev) */.nivo-directionNav a {	position:absolute;	z-index:9;	cursor:pointer;}.nivo-prevNav {    left:5px;    display:block;    text-indent:-9999px;    background: url('../img/nivo_nav.png') top left no-repeat;}.nivo-prevNav:hover {    background: url('../img/nivo_nav.png') bottom left no-repeat;}.nivo-nextNav {    right:5px;    display:block;    text-indent:-9999px;    background: url('../img/nivo_nav.png') top right no-repeat;}.nivo-nextNav:hover {    background: url('../img/nivo_nav.png') bottom right no-repeat;}/* Control nav styles (e.g. 1,2,3...) */.nivo-controlNav {	text-align:center;	padding:0 5px;    cursor: pointer;    position: absolute;    z-index: 99;}.nivo-controlNav a {	cursor:pointer;    border: 0 none;    display: block;    float: left;    text-indent: -9999px;    background: url('../img/bullets.png') no-repeat scroll 0 0 transparent;}.nivo-controlNav a.active, .nivo-controlNav a:hover {    background: url('../img/bullets.png') no-repeat scroll 0 bottom transparent;}.nivo-controlNav a.active {	font-weight:bold;}#lafeleche{position: relative;top: -274px; left: 624px; z-index: 5;}.title{top: 32px;position: relative;left: 10px;font-family: 'Ubuntu';font-weight: bold;font-size: 18px;}
.description{display: none; z-index: 9;width: 300px;position: absolute;margin-left: 672px; margin-top: 80px;font-family: 'Ubuntu';font-size: 12px;line-height: 18px;color:#606060;font-weight: bold;}.description a:link,.description a:visited,.description a:active{position: relative;color: #71c40f; text-decoration: none;}
.sousslide{width: 100%;height: 80px;margin-top: 15px;}
.mini{	width: 315px;float: left; height: 70px;background-color: rgba(255,255,255,1);color: #939292}
.mini:hover{background-color:rgba(255,255,255,0.9);color: #fff}
.mini:hover span{color: #606060}
.mini a:link{display: block;}
.mini img{float: left;margin-left: 18px}
.mini span{float: left;font-weight: bold;font-size: 16px;margin-top: 4px;margin-left: 11px;line-height: 20px;color: #939292}
.big{ width : 320px;float: left;height: 70px;background-color: rgba(255,255,255,1);margin-right:15px;overflow: hidden;color: #939292}
.big:hover{background-color: rgba(255,255,255,.9);}
.big:hover span{color: #606060}
.big:hover > #prev{display: block}
.big:hover > #next{display: block}

.vert{color: #6dd50e !important;margin: 0 !important; float: none !important;}
.deuxlignes{margin-top: 14px !important; font-family:'ubuntu'; font-size:14px !important;}
.big ul {  
    /* 6 images donc 6 x 100% */  
   width: 600%;  
   height: 70px;  
   padding:0; margin:0;  
   list-style: none;
   margin-left: -324px;
}  
.big li {  
   float: left; 
   width: 324px; 
} 
.uneligne{margin-top: 24px !important}
.big a:link{display: block;}
.big img{float: left;margin-left: 24px}
.big span{float: left;font-weight: bold;font-size: 16px;margin-top: 4px;margin-left: 15px;line-height: 20px;color: #939292}
#prev{display: none;position: absolute;width: 25px;height: 70px;background: url('../img/prev.png') no-repeat 5px;}
#next{display:none;position: absolute;width: 25px;height: 70px;background: url('../img/next.png') no-repeat 5px;margin-top: -70px;margin-left: 294px;}
#prev:hover{cursor: pointer;}
#next:hover{cursor: pointer;}