/* GLOBAL */

html {
	font-size: 90%
}
body {
	background-color: #111622; 
	margin: 0px; 
	padding: 0px; 
	height: 100%; 
	border-top: 1px transparent solid; 
	margin-top: -1px; 
	z-index:0; 
	position:relative;
	overflow: visible;
}
div#page {
	width: 100%;
	height: 100%;
}

div#left {
	float: left;
	width: 240px;
	height: 400px;
	margin-top: 24px;
	margin-left: 0px;
}
div#logo {
	width: 240px;
    height: 80px;
}
div#menu {
	width: 224px;
    height: 200px;
	text-align: right;
	line-height: 140%; 
}
div#right {
	float: left;
    height: 520px;
	margin-top: 24px;
	margin-left: 8px;
}
div#contenu {
	margin-top: 80px;
	width: 680px;
}
div#press {
	margin-top: 80px;
	width: 200px;
    height: 80px;
}
#project {
    width:214px;
	margin-top: 4px;
	margin-bottom: 8px;
	padding-right:12px;
	float:left;
}
#image {
	padding:12px;
	float:left;
	background-image: url("images/back_white50.png");
}
img#photo { 
	width: 100%; 
	z-index: -1; 
	position:absolute; 
	color: red; 
}
div#contact {
	margin-top: 80px;
	width: 620px;
}

/* TEXT */

.titre {
	font-family: Georgia, sans-serif;
	color: #3399cc;
	line-height: 160%;
	font-size: 1.8em;
	background-image: url("images/back_white50.png");
}
.texte {
	font-family: Trebuchet MS, sans-serif;
	font-size: 11px;
	color: #003366;
	font-size: 0.90em;
	line-height: 175%;
}
.stitre {
	font-family: Georgia, sans-serif;
	color: #666666;
	line-height: 160%;
	font-size: 1.8em;
	font-style: italic;
	background-image: url("images/back_white90.png");
}
.stexte {
	font-family: Trebuchet MS, sans-serif;
	color: #565656;
	font-size: 0.8em;
	font-style: italic;
	background-image: url("images/back_white90.png");
}

img {border : none;}
a:link {color: #3399cc; text-decoration: none; background-image: url("images/back_white50.png");}
a:active {color: #565656; text-decoration: none; background-image: url("images/back_white50.png");}
a:visited {color: #3399cc; text-decoration: none; background-image: url("images/back_white50.png");}
a:hover {color: #66ccee; text-decoration: none; font-style: italic; background-image: url("images/back_white90.png");}
a.image:link{border: none; text-decoration: none; background-image: none;}
a.image:visited{border: none; text-decoration: none; background-image: none;}
a.image:hover{border: none; text-decoration: none; background-image: none;}

/* LIGHTBOX */

#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.png) left 52% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.png) right 52% 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: #111622; }