/* ---------------------------------------------------- */
/* SLIDESHOW SECTEURS
/* ---------------------------------------------------- */
#slideshow {
	width: 516px;
	background-color: #eee;
	border-top:4px solid #0e2232;
}
#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: 516px;/*height:261px;*/
}
#slideshow .slides ul {
	width: 2064px;
}
#slideshow .slides li {
	width: 124px;
	height:47px;
	float: left;
		padding:214px 0 0 392px;
}
#slide-agro {
	background:url(../img/sec_agro.jpg) no-repeat;
}
#slide-metal {
	background:url(../img/sec_metal.jpg) no-repeat;
}
#slide-indus {
	background:url(../img/sec_indus.jpg) no-repeat;
}
#slide-logis {
	background:url(../img/sec_logis.jpg) no-repeat;
}
#slide-agro a, #slide-metal a, #slide-indus a, #slide-logis a {
	background:#213d54 url(../img/dd-fl-orange.gif) 5px 7px no-repeat;
	display:block;
	float:left;
	padding:3px 4px 2px 14px;
	border:1px solid #1b3245;
	font:10px Arial, Helvetica, sans-serif;
	color:#c7d4d7;
	text-transform:uppercase;
	text-decoration:none;
}

#slide-agro a:hover, #slide-metal a:hover, #slide-indus a:hover, #slide-logis a:hover {
	background:#55738b url(../img/dd-fl-orange.gif) 5px 7px no-repeat;
}
/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#nav-slide {
	background:#0c1f2f;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#6e8496;
	height:21px;
	width:516px;
	text-align:center;
}
#slideshow .slides-nav {
	line-height:21px;
	margin-left:20px;
}
#slideshow .slides-nav li {
	display: block;
	float: left;
}
#slideshow .slides-nav li a {
	text-decoration: none;
	color:#6e8496;
	margin:0 6px;
}
#slideshow .slides-nav li a:hover {
	color:#8b9dab;
}
.js #slideshow .slides-nav li.on, .js #slideshow .slides-nav li.on a {
}
.js #slideshow .slides-nav li.on a {
	color:#e05907;
}
