
/* ---[ Diaporama Page d'accueil ]--------------------- */	

.slideshow {
	display: block;
	position: relative;
	z-index: 0;
}
.slideshow-images {
	display: block;
	overflow: hidden;
	position: relative;
}		
.slideshow-images img {
	display: block;
	position: absolute;
	z-index: 1;
}		
.slideshow-thumbnails {
	overflow: hidden;
}

.slideshow-images {
	height: 335px;
	width: 449px;
}		
.slideshow-images-visible { 
	opacity: 1;
}	
.slideshow-images-prev { 
	opacity: 0; 
}
.slideshow-images-next { 
	opacity: 0; 
}
.slideshow-images img {
	float: left;
	left: 0;
	top: 0;
}	

.slideshow {
	height: 335px;
	margin: 0 auto;
	width: 449px;
	padding: 4px;
	border: 1px #D9DADC solid;
}
.slideshow a img {
	border: 0;
}

.slideshow-captions {
	background: #000;
	bottom: 4px;
	color: #FFF;
	font: normal 12px/22px Arial, sans-serif;
	left: 4px;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	width: 449px;
	z-index: 10000;
}
.slideshow-captions-hidden {
	height: 0;
	opacity: 0;
}
.slideshow-captions-visible {
	height: 22px;
	opacity: .7;
}

.slideshow-loader {
	height: 28px;
	right: 0;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 10001;
}
.slideshow-loader-hidden {
	opacity: 0;
}
.slideshow-loader-visible {
	opacity: 1;
}



/* ---[ Popup d'une div ]--------------------- */	

#popUpDiv, 
#choixAlbumDiv,
#imgTelecharge,
#popupTri,
#choisirImagette,
#descAlbum,
#incVideo {
	position:absolute;
	background:#dcd9d3;
	width:306px;
	height:auto;
	z-index: 999999;
	border: 2px #989a9b solid;
	text-align: left;
	color: #3c3939;
	}
	
	div.entetePopUp {
		float: left;
		width: 300px;
		height: 28px;
		background: #6e7576;
		padding: 0 0 0 6px;
		vertical-align: middle;
		}	
	
		div.entetePopUp h1, body#pageAdmin div.entetePopUp h1 {color: #fff; font-size: 120%; font-weight: bold; margin: 6px 0 0 6px;}
	
	div.contenuPopUp {
		clear: both;
		float: left;
		width: 266px;
		min-height: 102px;
		padding: 15px 20px;
		}	
		
	div.basPopUp {
		float: left;
		width: 281px;
		height: 27px;
		background: #fff;
		text-align: right;
		padding: 10px 25px 0 0;
		}	
		
	

#ajoutAuteurs {
	position:absolute;
	background:#dcd9d3;
	width:500px;
	height:auto;
	z-index: 999999;
	border: 2px #989a9b solid;
	text-align: left;
	color: #3c3939;
	}
	
		#ajoutAuteurs div.entetePopUp {
			float: left;
			width: 494px;
			height: 28px;
			background: #6e7576;
			padding: 0 0 0 6px;
			vertical-align: middle;
			}	
	
	#ajoutAuteurs div.contenuPopUp {
		clear: both;
		float: left;
		width: 460px;
		min-height: 102px;
		padding: 15px 20px;
		}
	
		#ajoutAuteurs div.contenuPopUp span.left, #ajoutAuteurs div.contenuPopUp span.mid, #ajoutAuteurs div.contenuPopUp span.right {width: 140px; float: left; display: inline; margin: 0 15px 0 0;}
			#ajoutAuteurs div.contenuPopUp span.right {margin: 0;}
			#ajoutAuteurs div.contenuPopUp span.left input, #ajoutAuteurs div.contenuPopUp span.mid input, #ajoutAuteurs div.contenuPopUp span.right input {width: 140px; margin: 0 0 3px 0;}
		#ajoutAuteurs div.contenuPopUp label {font-size: 90%;}

		
	#ajoutAuteurs  div.basPopUp {
		float: left;
		width: 475px;
		height: 27px;
		background: #fff;
		text-align: right;
		padding: 10px 25px 0 0;
		}	

#playVideo {
	position:absolute;
	width: 490px;
	height: 438px;
	z-index: 999999;
	background:#dcd9d3;
	border: 2px #989a9b solid;
	text-align: left;
	color: #3c3939;
	}
	
	#playVideo div.entetePopUp {width: 484px;}
	#playVideo div.contenuPopUp {width: 450px;}
	#playVideo div.basPopUp {width: 465px;}

/* ---[ Tooltips/Infobulles ]--------------------- */

img.iconAide {margin-left: 5px;}

.tooltip {
	width: 200px;
	color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;
	text-align:left;
	z-index: 9999;
	position: absolute;
	}

.tooltip span.top {
	padding: 30px 8px 0;
    background: url(../images/bg_infoBulle.gif) no-repeat top;
	}
	
.tooltip b.bottom {
	padding:3px 10px 10px;
	color: #548912;
    background: url(../images/bg_infoBulle.gif) no-repeat bottom;
	}
	
/* ---[ Agrandissement image/Highslide ]--------------------- */

.highslide-wrapper div {
	
	}
.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
    text-decoration: none;
	}

.highslide-active-anchor img {visibility: hidden;}
.highslide img {}
.highslide:hover img { }
.highslide-wrapper, .rounded-white {background: white;}
.highslide-image {border: 2px solid white;}
.highslide-image-blur {}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
	text-align: left;
	}
	
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
	}
/*
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
	}
	
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
	}
*/
a.highslide-full-expand {
	background: url(../images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	}


/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}


.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}

.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(../images/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body { padding: 10px 10px 0 10px;}
.highslide-heading, .highslide-body {
	text-align: left;
}
.highslide-heading {font-weight: bold;}
.highslide-resize {
	cursor: nw-resize;
}


/* ---[ Fonction J'aime ]--------------------- */


#txtJaime {float: left; width: 155px; padding-top: 5px;}
a#btnJaime {
	height: 15px; 	
	display: block;
	float: left;	
	color: #3b3b3d; 
	text-decoration: none;
	background: url(../images/bt_jaime.gif) no-repeat top left; 
	padding: 5px 0 0 24px;
	font-size: 100%;
	margin: 0 10px 0 0;
	}
	
	a#btnJaime:hover {background-position: 0 -23px; text-decoration: underline;}
	
img#btnJaimeOff {margin: 0 4px 0 0; vertical-align: middle;}	

/* ---[ Fonction Vote ]--------------------- */




.ratingblock {
	float: left;
	margin: 8px 0 15px 0;
	width: 225px;
	font-size: 85%;
	color: #6d6d6d;
	text-align: left;
	}

.loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	width:75px;
	margin: 0px;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('../images/starrating.gif') top left repeat-x;		
	}

.unit-rating li {
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
	.unit-rating li:hover {cursor: pointer;}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:15px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	/* RD
	position: absolute; 
	/RD */
	padding: 0px;
	}
	
.unit-rating li a:hover{
	/* RD 
	background: url('../images/starrating.gif') left center;
	z-index: 2;
	left: 0px;
	/RD */
	}
	
/* RD */
/* .unit-rating li a:hover {cursor: default;} */
/* /RD */

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width: 15px;}
.unit-rating a.r2-unit{left:15px;}
.unit-rating a.r2-unit:hover{width: 30px;}
.unit-rating a.r3-unit{left: 30px;}
.unit-rating a.r3-unit:hover{width: 45px;}
.unit-rating a.r4-unit{left: 45px;}	
.unit-rating a.r4-unit:hover{width: 60px;}
.unit-rating a.r5-unit{left: 60px;}
.unit-rating a.r5-unit:hover{width: 75px;}
/*
.unit-rating a.r6-unit{left: 75px;}
.unit-rating a.r6-unit:hover{width: 90px;}
.unit-rating a.r7-unit{left: 90px;}
.unit-rating a.r7-unit:hover{width: 105px;}
.unit-rating a.r8-unit{left: 105px;}
.unit-rating a.r8-unit:hover{width: 120px;}
.unit-rating a.r9-unit{left: 120px;}
.unit-rating a.r9-unit:hover{width: 135px;}
.unit-rating a.r10-unit{left: 135px;}
.unit-rating a.r10-unit:hover{width: 150px;}
*/

.unit-rating li.current-rating {
	background: url('../images/starrating.gif') left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	



