﻿/*////////////  PAGE DESIGN - DIAPORAMA //////////////*/

.diapo_emboite {
	float		:left;
	/*width		:115px;*/ /*140*/
	margin		:0;
	padding		:0 0 0 1px; /*0px 0px 0px 4px;*/
}

.diapo_block {
	float		:left;
	/*width		:67px;*/ /*140*/
	cursor:pointer;
}
.diapo_block a {
	text-decoration:none;
	display:block;
	float:left;
	/*width:67px;*/ /*140px*/
	/*background:url(img/diapo/visuel_bg.gif) 0 0 no-repeat;*/
}

.diapo_block .visuel {
	display		:block;
	text-align:center;
}
.diapo_block .client {
	display		:block;
	text-align	:center;
	/*border-top	:3px solid #d5e7eb;*/
	padding		:3px 3px 18px 3px;
	/*background  : #f2f8f9 url(img/metier_bg_ombre_diapo.jpg) bottom repeat-x;	*/	
	/*background:#fff;*/
	height:100px;
	min-height:100px
}
.diapo_block a:hover {
	/*background-position : 0 -200px;
	color:#fff;*/
}
.diapo_block a:hover .client {
	/*background-color:#ff5c1f;*/
}
.diapo_block .client b {
	display:block;
}
.diapo_bt {
	position	: absolute;
	display		: block;
	width		: 25px;
	height		: 34px;
	top			: 95px;
	z-index		: 10;
}
.previous{
	top:9px;
	left:6px;
}
.next {
	top:9px;
	right:-1px;
}
.diapo_bt a { 
	position:absolute; 
	top:40px; 
	left:0; 
	width:18px; 
	height:100px; 
}
.previous a,
.next a {
	background: url(img/slide_bt_default.gif);
	background-repeat:no-repeat;
	width:19px;
	height:19px;
}
.previous a {
	background-position: 0 0;
}
.next a {
	background-position: 0 -38px;
}
.previous a:hover {
	background-position:0 -19px;
}
.next a:hover {
	background-position:0 -57px;
}
.diapo_bt a span {
	display:none;
}
.hotspot img {
	height: 80px;
}
a.hotspot img {
	border:1px solid #fff;
}
a.hotspot:hover img {
	border:1px solid #000;
}


/* STYLE DIAPORAMA*/
.panesContainer {
	padding: 20px 30px 0; /*padding:8px 30px; */
	width: 490px;  /*478 - padding */
	/*margin-left:15px;*/
	position:relative;
	background:url(img/bg_diaporama.png) top left no-repeat;
	margin-left:-10px;
	_margin-left:-10px;
	_margin-right:-20px;
	height:80px;
}
#panes {
	overflow: hidden;
}
#contentDiaporama {
	width: 10000px;
	z-index: 1;
	float: left;
}

/* STYLE DIAPORAMA IE6/7 */
#panes {
	width: 490px;
}

.diapo_block span.client { display :none;}

.clearBoth { clear:both; font-size:0; height:0; line-height:0;}

#content {  position:inherit; }