/* CSS Document */

body{
	background-color:#fff;
	color:#000;
	border:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/Disco.jpg);
	background-repeat: no-repeat;

}

body a:link
{
color: #900;
	text-decoration:none;
}

body a:visited {
	color: #C00;
	text-decoration:none;
}

#Fond2 { text-align:right;
float:right;
clear:none;
}

#frame_home {
	width:800px;
	height:750px;
	clear:both;
}	

.menu
	{
	background-color: #222;
	width: 768px;
	height: 26px;
	clear:both;
	text-align:left;
	padding-left:22px;
	margin-top:1px;
	font-size:18px;
	padding-top:9px;
	padding-right: 10px;
	color:#fff;
	opacity:.6;
	text-shadow:#000 -2px 2px 2px;
}	
 
.texte	 { 
	font-size: 14px;
	margin-right:10px;
	text-align: justify; 
	width: 450px;  
	float: right;
	clear:none;
	padding-top:10px; 
	 }
	 
 
	
.photos	{
	text-align: right;
	position:relative;
	top: 1px;
	width: 300px;
	float: left;
}	

.top {clear:both;
padding-top:1px;}

p {
	line-height:16px;
	padding-bottom:10px;
}

h1 {
	font-size:20px;
	padding-bottom:14px;
	color:#900;
	font-variant:small-caps;
	text-decoration:underline;
	font-weight:bold;

}

h2 {
	font-size:18px;
	color:#9CF;
	font-variant:small-caps;
	padding-bottom:10px;
}

h3 {
	font-size:14px;
	color: #C00;
	font-variant:small-caps;
	font-family:Arial, Helvetica, sans-serif;
}

h4 {
	font-size:20px;
	color:#666;
	padding-bottom:10px;
}

h5 {
	font-size:16px;
	padding-bottom:12px;
	padding-top:10px;
	color:#999;
}

.gris {
	font-size:18px;
	color: #555;
}

.gris_petit {
	font-size:14px;
	color: #555;
}

hr {
margin:10px 0px 30px 0px;
}

strong{ font-weight:bold;}

#fadeshow2 { 
	position: relative; 
	width: 650px;  
	float: right; 
	clear: both; 
	 }
	 
#fadeshow2toggler { 
	position: relative; 
	width: 650px;  
	float: right; 
	clear: both;
	text-align:center;
	top: 20px; 
	 }

#fadeshow3 { 
	position: relative; 
	width: 450px;  
	float: right; 
	clear: both;
	top:30px;	 }
	 
#fadeshow3toggler { 
	position: relative; 
	width: 450px;  
	float: right; 
	clear: both;
	text-align:center;
	top: 40px; 
	 }
	 
#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(file:///Macintosh%20HD/Users/KozyFrank/Work/Kozy/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(file:///Macintosh%20HD/Users/KozyFrank/Work/Kozy/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; }
