@charset "UTF-8";
/*----Feuille de style VITAM.be----*/


/* FANCYBOX CONTENT */

body, html{
	margin:0;
	padding:0;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background:#d8dadb;
}

#content{
	margin:10px;
}

h2.fancybox-title{
	color:#8AD552;
	font-size:22px;
	font-weight:bold;
	background:#3B464C;
	padding:10px 15px 5px 15px;	
	margin-top:0;
}

ul#more{
	margin:0 0 5px;
	padding:0;
	position:absolute;
	right:0;
	bottom:0px;
	height:100px;
	width:207px;
}

ul.details{
	bottom:0px;
	height:100px;
	margin:0 0 5px 15px;
	padding:0;
	position:absolute;
	width:400px;
}

ul li{
	color:#3B464C;
	font-size:12px;
	font-weight:normal;
	list-style-type:none;
}

ul li a{
	color:#8AD552;
}

ul li span{
	font-weight:bold;
}

body#portfolio-realisations-popup{
	height:450px;
	position:relative;
}


/*SLIDER GALLERY*/

/*preload classes*/ 
	.svw {width: 50px; height: 20px; background: #fff;} 
	.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
	position: relative; 
	overflow: hidden;  
	border: 1px solid #8AD552;   
/*	margin: 0 0 1px 15px;*/
	margin:0 auto; 
} 
.stripViewer ul { /* this is your UL of images */ 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left; 
} 
.stripTransmitter { 
	overflow: auto; 
	width: 1%; 
	margin:0 auto;
} 
.stripTransmitter ul { 
/*	margin: 0 0 0 15px; */
	margin:0;
	padding: 0; 
	position: relative; 
	list-style-type: none; 
} 
.stripTransmitter ul li{ 
	width: 20px; 
	float:left; 
	margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
	font: bold 10px Verdana, Arial; 
	text-align: center; 
	line-height: 22px; 
	background: #fff; 
	color: #8AD552;
	text-decoration: none; 
	display: block; 
} 
.stripTransmitter a:hover, a.current{ 
	background: #8AD552; 
	color: #fff;
} 
