/* CLAU - SLIDE SHOW - 12/10/08 */

/* ==== FULL PIC iFRAME ==== */

#sshow-cont {
	display: block;/**/
	position: absolute;
	top: 50px;
	left: 0px;/*20*/
	z-index: 500;
	}
#image-sshow1 {/*table*/
	width: 500px;
	height: 500px;
	text-align: center;
	}

#inner img {
	border: solid 1px #666;/*00f*/
	}

/* ==== LEGENDES ==== */

#caption {
	display: block;
	position: absolute;
	top: 333px;
	left: 675px;/*655*/
	z-index: 500;
	}
#caption2 {
	display: block;/*none*/
	width: 210px;
	height: 60px;
	margin: 0;
	}

#SLIDESTEXT, #SLIDES1TEXT {
	heigh: 45px;
	text-align: left;
	font: normal 11px/1.2em verdana;/*arial*/
	color: #666;
	margin: 0;
	}
.oeuvre {/*caption txt*/
	font: bold 11px/1.4em verdana;
	margin: 0;
	padding: 0;
	}
		
/* ==== CONTROLS ==== */

#controls {
	display: block;
	position: absolute;
	top: 434px;
	left: 655px;
	}

/* MANU */	
#controls-manu {
	float: left;/*
	width: 120px;*/
	padding: 0 35px 0 0;
	z-index: 100;
	}

/* AUTO */
#controls-auto {
	float: left;/*
	width: 300px;*/
	padding: 0 0 0 0;
	z-index: 100;
	}

/* BOUTONS */
.bouton1, .bouton2, .bouton3, .bouton4 {
	float: left;
	width: 20px;
	height: 17px;
	z-index: 100;
	}
.boutons1 {
	margin: 0 12px 0 0;
	}
.boutons2 {
	margin: 0;
	}
.boutons3 {
	margin: 0 10px 0 0;
	}
.boutons4 {
	margin: 0 0 0 8px;
	}

/* LIENS BOUTONS */
#controls a:link, #controls2 a:visited {
	color: #999;
	text-decoration: none;
}
#controls a:hover {
	color: #666;
	text-decoration: none;
}

/* BULLES */
#bulles {
	position: relative;
	z-index: 300;
	}
	
/* Start hack for IE \*/
* html #bulle1, * html #bulle2, * html #bulle3, * html #bulle4 {
	left: -220px;/*120*/
	}
* html #bulle5, * html #bulle6 {
	left: -140px;/*120*/
	}
/* Close hack */

#bulle1, #bulle2, #bulle3, #bulle4 {	
	visibility: hidden;
	position: absolute;
	top: -20px;
	left: -220px;
	width: 140px;
	text-align: left;
	z-index: 300;
	}
#bulle5, #bulle6 {	
	visibility: hidden;
	position: absolute;
	top: -20px;
	left: -140px;
	width: 140px;
	text-align: right;
	z-index: 300;
	}
.box-bull {
	float: left;
	}
.txt-bull {
	font: normal 10px arial;
	color: #f00;
	text-align: left;
	vertical-align: top;
	}

/* SSHOW LINKS - TECHNICS */

#techsnav {
	height: 50px;
	width: 240px;	
	}
#techsnav2 {
	font: bold 11px/1.0em arial;
	color: #666;
	margin: 3px 0 0 0;
	padding: 0;	
	}
#tech1  {
	list-style: none;
	padding: 0;
	margin: 0;	
	}
#tech1 li {
	float: left;
	dispaly: inline;
	padding: 0;
	}
.item1 {
	margin: 0 8px 0 0;
	}
.item2 {
	margin: 0;
	}
#techsnav a:link, #techsnav a:visited {
	color: #888;
	text-decoration: none;
}
#techsnav a:hover {
	color: #666;
	text-decoration: underline;
}
