html, body {
  height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5;
	color: #FFFFFF;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:Hover {
	color: #FFFFFF;
	text-decoration: none;
}
a img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #container {
	height: auto;
}
#head {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;	
}
#bas{
	overflow: auto;
}
#centre{	
	overflow: auto;	
}
H1 {
	font-size: 30px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
H2 {
	font-size: 20px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
	color: #999999;
}
H3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
H4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

H5 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #333333;
}

/*Accueil*/
.accueilImgAlbum{
	background-repeat: no-repeat;
	background-position: center center;
	height: 155px;
	width: 155px;
}
.accueilAlbum{
	height: 250px;
	width: 155px;
	display: block;
	float: left;
	margin-right: 30px;
}

/*Fenêtre d'identification*/
#ident {
	width: 400px;
	margin-top: 100px;
	padding: 10px;
	border: 1px solid #333333;
}
/*CreerAlbum*/
#creerAlbumSource{
	padding: 0px;
	height: 150px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #666666;
	background-color: #333333;
}
#titreCreerAlbum input{
	font-size: 20px;
}
#dateCreerAlbum input {
	font-size: 12px;
	font-weight: bold;
}
#albumMenuGauche{
	width: 200px;
	float: left;
	height: 150px;
	overflow: auto;
}
#albumMenuCentre{
	margin-right: 0px;
	margin-left: 0px;
	height: 150px;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#albumMenuDroit{
	float: right;
	width: 200px;
	height: 150px;
}
#albumMenupied {
clear:both;
}
.albumMenuDossier{
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;

}

/* Mosaique */
.photoMosaique{
	float:left;
	height:75px;
	width:75px;
	margin:10px;
	text-align: center;
}

/* Album */
.photoAlbum{
	float:left;
	height:250px;
	width:203px;
	margin:10px;
	text-align: center;
}
.albumImgAlbum{
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 50px;
}
#albumMenu{
	height: 25px;
	padding: 5px;
	float: right;
}
#album{
	overflow: auto;	


}


/*Fausse popup*/
.cachediv {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	position: absolute;
}

/*Img suprimer */
.imgSuprimer{
	position: relative;
	left: -15px;
	top: 15px;
	display: block;
}
.imgSuprimerNote{
	position: relative;
	left: -30px;
	top: 15px;
	display: block;
}


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

