@charset "UTF-8";
/* CSS Document */

body {
	overflow-y:hidden;
}

body,html {height:100%}

body,#menu,#menu ul li,#infos h2,#infos p {
	margin:0;
	padding:0;
}

.clear {clear:both}

img,img a {border:none}

/* MENU */

#menu {
	background:url(../../images/m-loiseau.png) no-repeat top left;
	position:fixed;
	top:0;
	left:15px;
	width:211px;
	z-index:10;
}

#menu ul#nav {
	margin:125px 0 6px 0;
	padding-left:30px;
}

#menu ul#nav ul {
	margin:0;
	padding:0;
}

#menu ul li {
	color:#222;
	text-transform:lowercase;
	list-style-type:none;
	font-size:16px;
	padding:4px 0;
}

#menu ul li a {
	color:#222;
	text-decoration:none;
}

#menu ul li li {
	font-size:12px;
	padding-left:8px;
}

#menu ul li li a {
	color:#666;
}


/* FOOTER */

#footer {
	background:#FFF;
	position:fixed;
	bottom:0;
	width:100%;
	text-align:center;
	padding:10px 0;
	z-index:10;
}

#footer em {
	color:#CCC;
	font-style:normal;
	font-size:11px;
}

#footer a {color:#000;text-decoration:none;font-weight:bold}
#footer a:hover {text-decoration:underline}

#footer em a {color:#CCC;text-decoration:none;font-weight:lighter}
#footer em a:hover {color:#999}

/* SUPERSIZE */

#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
	z-index:1;
}
#supersize .activeslide, #supersize .activeslide img{
	display:inline;
	z-index:1;
}

/* PHOTOS */

#photos,#photos a,#photos a img {
	z-index:2;
}

#photos {
	padding:50px 30px 30px 250px;
	position:absolute;
	top:0;
	left:0;
}

#photos div {
	width:135px;
	height:135px;
	float:left;
}

#photos a img {
	border:7px solid #FFF;
}

/* INFOS */

#infos,#contenu {
	background:#FFF;
	z-index:3;
	position:fixed;
	bottom:75px;
	padding:15px 20px;
	right:25px;
	max-width:450px;
}

#infos h2,#contenu h2 {
	padding-bottom:10px;
}

/* LIGHT BOX */

#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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; }

/* Pagination */

#pagination {
	margin-top:8px;
	color:#666;
}

#pagination td {
	padding-right:8px;
}

#pagination img.pcur {opacity:0.5}
#pagination img.pcur:hover {opacity:1}
