/* ------------- */
/* -- TRACKER -- */
/* ------------- */
div#tracker {
	position: relative;
	height: 25px;
	width: 430px;
	margin: 10px 0 0 10px;
	font-size: 11px;
	font-weight: 900;
	float: left;
	color: #aaaaaa;
}
	div#tracker a {
		color: #aaaaaa;
		font-weight: 900;
	}
/* --------------- */
/* --- CONTENU --- */
/* --------------- */
div#contenu {
	position: relative;
	width: 581px;
	float: left;
	background-color: #f8f8f8;
	border: solid 1px #cccccc;
	color: #8a8a8a;
}
	table#cmsTable {
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		border-collapse: collapse ;
	}
		/* --- SOUS MENU --- */
		td#sousmenu {
			width: 142px;
			background-color: #343434;
			vertical-align: top;
		}
			td#sousmenu div {
				width: 142px;
				height: 600px;
				background-color: #343434;
				vertical-align: top;
				float: left;
				margin: 0;
			}
			table#cmsTable td#sousmenu ul {
				list-style-type: none;
				margin: 0 0 0 10px;
			}
				table#cmsTable td#sousmenu ul li {
					list-style-type: none;
					margin: 5px 0;
				}
					table#cmsTable td#sousmenu ul li a {
						font-size: 11px;
						font-weight: 700;
					}
						table#cmsTable td#sousmenu ul li a:hover {
							color: #fe000c;
						}
	div#cms {
		margin : 15px 0 0 10px;
		width: 430px;
		float: left;
		text-align: left;
	}
		div#cms h1 {
			font-size: 18px;
			width: 353px;
			_width: 343px;
			float: left;
			margin: 0 0 10px 0;
			text-align: left;
		}
		div#cms div#pages {
			width: 70px;
			_width: 80px;
			height: 18px;
			float: left;
			margin: 0 0 10px 0;
		}
			div#cms div#pages span {
				display: block;
				float: left;
				font-size: 12;
				margin: 3px 3px 0 0;
			}
			div#cms div#pages img {
				cursor: pointer;
			}
		div#cms div.texte {
			width: 423px;
			clear: both;
			margin: 5px 0 5px 0;
			overflow: auto;
			height: 200px;
			padding: 0 5px 0 0;
			font-size: 12px;
		}
			div#cms div.texte a {
				text-decoration: underline;
				color: #8a8a8a;
			}
			div#cms div.texte p.pLeft {
				width: 250px;
				float: right;
			}
			div#cms div.texte p.pRight {
				width: 250px;
				float: left;
			}
				div#cms div.texte a img {
					text-decoration: none;
					color: #8a8a8a;
				}
			div#cms div.texte div.right {
				float: right;
				width: 150px;
				margin: 0 0 0 10px;
			}
			div.texte div.left {
				float: left;
				width: 150px;
				margin: 0 10px 0 0;
				text-align: center;
			}
		div#cms div.hr {
			height: 1px;
			width: 422px;
			background-color: #cccccc;
			clear: both;
			margin: 0 0 10px 0;
			font-size: 1px;
		}
		div#cms p {
			font-size: 12px;
		}
		
	/* MULTIMEDIA */
	div#photo {
		width: 440px;
		height: 346px;
		overflow: hidden;
		margin: 0;
		padding: auto 0;
		text-align: center;
		background: #666666;
	}
		
		div#imgVidsFond {
			display: block;
			position: absolute;
			top: 0px;
			left: 143px;
			z-index: 100;
			/*background-color: none;*/
			width: 438px;
			height: 325px;
			overflow: hidden;
			background: #343434;
		}
			div#imgVidsFond img {
				display: block;
				margin: 0 auto;
			}
		div#player {
			z-index: 1;
			background: #666666;
		}
		
		div#cms table#multi {
			width: 423px;
			clear: both;
			padding: 0;
			border-spacing: 0px;
			border-collapse: collapse;
		}
			div#cms table#multi th#date {
				width: 153px;
			}
			div#cms table#multi td,div#cms table#multi th {
				height: 20px;
			}
			div#cms table#multi tr.multiOn td {
				background: #eeeeee;
			}
			div#cms table#multi tr.multiOff td {
				background: #F8F8F8;
				margin-bottom: 2px;
				border-bottom: 1px solid #F8F8F8;
			}
				div#cms table#multi td a {text-decoration: none;}
				div#cms table#multi td a:hover { text-decoration: underline;}
			div#cms div.multi span {
				display: block;
				font-size: 11px;
			}
			div#cms div.multi img {
				display: block;
			}
		
/* ---------------------- */
/* ------ Lightbox2 ----- */
/* ---------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://src.goldenmarket.eu/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://src.goldenmarket.eu/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* ******************************************************************************************************************** */
