@CHARSET "UTF-8";



/* Main wrapper

-------------------------------------------------------------------------*/

.o-slider-external {

	display: block;

	position: relative;

	overflow: hidden;

	

	/* You can change the following attributes */

	width: 100%;

	min-width: 968px;

	padding-top: 0;

	margin-top:0;

	padding-bottom: 0;

}





/* Image blocks

-------------------------------------------------------------------------*/

.o-slider-images { 

	position: absolute;

	top: 0;

	left: 0;

}

.o-slider-images a.img_holder { display: block; float: left; } 

.o-slider-image {

	position: relative;

	float: left;

	

	/*-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);

	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.5);

	box-shadow: 0px 0px 8px rgba(0,0,0,0.5);*/

}

.o-slider-image-outer {

	float: left;

}





/* Frame for the images

-------------------------------------------------------------------------*/

.o-slider-frame {

	margin: 0px auto;	

	position: relative;

	z-index: 100;

	

	/* Set the width and height to the size of your images */

	width: 968px;

	height: 430px;

}







/* Arrows 

-------------------------------------------------------------------------*/

.o-slider-arrows {

	position: absolute;

	background: url('../../images/slider/arrows.png');

	cursor: pointer;

	

	top: 92%;

	width: 35px;

	height: 35px;

	

	opacity:0.8;

	filter:alpha(opacity=80);

}

.o-slider-arrows.previous 	{right: 35px;  background-position: left; }

.o-slider-arrows.next 		{ right: 0px; background-position: right; }





/* Bullets list 

-------------------------------------------------------------------------*/





ul.o-slider-listNav {

	padding: 0 0 0 395px;

	margin: 0;

	

	position:absolute;

	left: 0;

	list-style: none; 

	

	bottom: -30px;

}

ul.o-slider-listNav li { 

	float: left; 

	cursor: pointer;

	background: url('../../images/slider/switcher.png') right; 

	overflow: hidden;

	

	width: 10px; 

	height: 10px; 

	margin: 0 2px;

}

ul.o-slider-listNav li.active { background-position: left; }





/* Thumbnails list 

-------------------------------------------------------------------------*/

ul.o-slider-listNavThumbs {

	padding: 0;

	margin: 0;

	

	position: absolute;

	list-style: none;

	

	left: 0;

	bottom: -43px; 

}

ul.o-slider-listNavThumbs li { 

	float: left; 

	overflow: hidden;

	cursor: pointer;

	

	margin: 0 2px;

	padding: 2px;

	width: 90px; 

	height: 30px;

}

ul.o-slider-listNavThumbs li.active { 

	background: #ccc; 

	-moz-border-radius: 4px; 

	-webkit-border-radius: 4px;

	border-radius: 4px;	

}





/* Captions

---------------------------------------------------------------------*/

.o-slider-captions { display: none; }

.o-slider-caption {

	display: block;

	position: absolute;

	

	left: 0px;

	bottom: 0px;

	/*background: black;*/

	background: #f5f5f5;

	width: 100%;

	color: #2c2c2d;

	

	

	

	/*opacity:0.6;

	filter:alpha(opacity=70);*/

	

}

.o-slider-caption h1 { font-size: 1.8em; text-transform: uppercase; font-family: georgia, 'times new roman', serif; text-align:center; color:#014a7d; padding-top:20px; }



.o-slider-caption.leftTel  h1 { font-size: 1.8em; text-transform: uppercase; font-family: georgia, 'times new roman', serif; text-align:center; color:#014a7d; }



.o-slider-caption.leftCablage  h1 { font-size: 1.4em; text-transform: uppercase; font-family: georgia, 'times new roman', serif; text-align:center; color:#014a7d;  }



.o-slider-caption.leftCablage2  h1 { font-size: 1.4em; text-transform: uppercase; font-family: georgia, 'times new roman', serif; text-align:center; color:#014a7d; }

.o-slider-caption p { font-family: Arial, Helvetica, sans-serif; font-size: 0.85em; text-align:justify; }



.o-slider-caption p.pTelephonie{

	margin-top:10px; margin-bottom:0; line-height: 18px;

	}



.o-slider-caption p,

.o-slider-caption h3 {

	margin: 25px 10px 10px 10px;

}

.o-slider-caption p { margin-top: 15px; margin-bottom: 15px; }



.o-slider-caption p a,

.o-slider-caption h3 a { color: white; }





.o-slider-caption.top {

	top: 0;

	bottom: auto;

}

.o-slider-caption.bottom {

	left: 0px;

	bottom: 0px;

}

.o-slider-caption.left {

	top: 0;

	left: 0;

	width: 33.3%;

	height: 430px;

	overflow: hidden;

}



.o-slider-caption.leftTel{

	top: 0;

	left: 0;

	width: 33.3%;

	height: 430px;

	overflow: hidden;

}

.o-slider-caption.leftCablage {

	top: 0;

	left: 0;

	width: 33.3%;

	height: 430px;

	overflow: hidden;

}



.o-slider-caption.leftCablage2 {

	top: 0;

	left: 0;

	width: 33.3%;

	height: 430px;

	overflow: hidden;

}





.o-slider-caption.leftAccueil1{

	top: 0;

	left: 0;

	width: 33.3%;

	height: 450px;

	overflow: hidden;

	

}

.o-slider-caption.right {

	top: 0;

	left: auto;

	right: 0;

	width: 33.3%;

	height: 300px;

	overflow: hidden;

}





/* Sub Layer 

---------------------------------------------------------------------*/

.o-slider-layer { 

	position: absolute; 

	top: 0;

	left: 0;

	padding:0;

	margin:0;

}





