div#tmpSlideshow {
    position: relative;
    height: 214px;
    width: 939px;
	background-color:transparent;
}

div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 939px;
    height: 214px;
    display: none;
}
div.tmpSlide img {
    float: left;
	height: 214px;
    width: 939px;
}

div#tmpSlideshowNums {
    position: absolute;
    bottom: 0;
    right: 10px;
	height:30px;
    width: 100px;
	background-color:transparent;
}

#diapo_update_btn{
	position:relative;
	top:0px;
	z-index:99;
	float:left;
	width:100px;
	height:40px;
	line-height:40px;
	background-color:white;
	text-align:center;
}

#Controls{ 
	z-index:99;
	position: absolute;
	bottom:0px;
    right: 10px;
	height:15px;
	width: 100px;
	background-color:transparent; 
}

div#tmpSlideshowControls {
    position: absolute;
    bottom: 0;
    right: 10px;
	height:15px;
	width: 100px;
	background-color:transparent;
}
div.tmpSlideshowNum {
    float: left;
	position:relative;
	z-index:99;
    margin: 0 7px 0 0;
    width: 6px;
    height: 6px;
    font: 10px Georgia, sans-serif;
	color:#fee900;
    text-align: center;
    cursor: pointer;
	display:none;
}
div.tmpSlideshowControl {
    float: left;
	position:relative;
	z-index:99;
    margin: 0 7px 0 0;
	background-image:url(../images/btn_diapo.png);
    width: 6px;
    height: 6px;
    font: 10px Georgia, sans-serif;
	color:#fee900;
    text-align: center;
    cursor: pointer;
}
/*
div.tmpSlideshowControl span {
    line-height: 6px;
    vertical-align: top;
}*/
div.tmpSlideshowControlOn {
    background:url(../images/btn_diapo.png);
	background-position : 0 -6px;
}
div.tmpSlideshowControlActive {
	background:url(../images/btn_diapo.png);
	background-position : 0 -6px;
}
div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;
}

.debug{
	position:absolute;
	top:250px;
	left:40px;
	width:400px;
	height:400px;
	background-color:#f5eef4;
	padding:5px;
	border:1px dotted gray;
	z-index:9999;
}
.titre_debug{
	width:100%;
	height:35px;
	text-align:center;
	background-color:#ead6e7;
	line-height:35px;
	font-size:20px;
	font-family:garamond;
}

.message_debug{
	margin-top:5px;
	/*margin:5px;*/
	width:100%;
	height:360px;
	text-align:left;
	background-color:#ead6e7;
}

/* ********** TEMPLATE ********** */

#Texte_legende_diapo{
	position:relative;
	width:400px;
	background-color:transparent;
	top:13px;
	color: #FFFFFF;
	font-size:11px;
	padding-left:20px;
}

#cadre_texte_droite{
	width:502px;
	height:39px;
	background-image:url('../images/fond_bas_diapo.png');
	background-repeat:no-repeat;
	background-position:right;
	/*background-color:red;*/
	position:relative;
	top:-39px;
	right:0px;
	z-index:0;
	float:right;
}

/* ********* FIN TEMPLATE ********** */
