/* ---------------------------------------------------- */
/* GLOBAL
/* ---------------------------------------------------- */
/*html {
font-size: 76%;}

body {
font-family: arial, helvetica, sans-serif;
line-height: 1.4em;
font-size: 1.2em;
padding: 5%;}*/

/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
width: 860px; height:260px;
/*background-color: #eee; background-image:url(../Library/slideFond.gif);background-repeat:no-repeat;*/

border: 1px solid #ddd;}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;
width: 860px;
position: relative;
z-index: 0;
}

#slideshow .slides ul {
width: 2580px;}

#slideshow .slides li {
/*width:820px;height:260px;*/
width:860px; 
float: left;
/*padding: 20px;*/
}

#slideshow .slides h2 {
margin-top: 0;}


/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	/*background-color: #0099FF;*/
	width:860px;/*border-top: 2px solid #ccc;*/
	position: relative;top: -40px;
}

#slideshow .slides-nav li {
float: left;
}

#slideshow .slides-nav li a {
	display: block;
	padding: 14px 20px;
	outline: none;
	background-image:url(../Library/shadowOpacity2.png);
	background-repeat:repeat;
	color: #3366FF;
	font-weight:bold;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
position: relative;
z-index: 2;
/*background-image:url(../Library/shadowOpacity.png); background-repeat:repeat;*/
color:#000066; font-weight:bold;
/*background-color: #eee;*/}

.js #slideshow .slides-nav li.on a {
border-bottom-style:solid; border-bottom-color:#0033FF; border-bottom-width:2px;
position: relative;
top: -4px;
z-index: 3;
color:#000066; font-weight:bold;
}


/* ---------------------------------------------------- */
/* SLIDESHOW > FOND
/* ---------------------------------------------------- */
#slide-one{ 
background-image: url(../Library/banniere_abisko.jpg);
background-repeat:no-repeat;
width:860px; height:260px;
position: relative;
z-index: 1;
}
#slide-two{ 
background-image: url(../Library/banniere_ecolabel.jpg);
background-repeat:no-repeat;
width:860px; height:260px;
position: relative;
z-index: 1;
}
#slide-three{ 
background-image: url(../Library/banniere_stluc_trad.jpg);
background-repeat:no-repeat;
width:860px; height:260px;
position: relative;
z-index: 1;
}


