body
{
	font-size:13px;
	font-family: Arial,Helvetica,sans-serif;
	background-color : #000000;
	color: #FFF;
}
#close
{	
	position:fixed;
	top:50px;
	right:5px;
	
}
#close img.img_close
{
	width:35px;
	height:35px;
}
#page_numero
{
	text-align:center;
}
#page_numero a
{
	display:inline-block;
	width: 15px;
}
#gauche
{
	float:left;
	width:220px;
	height:100%;
	border-right: 1px solid #aaaaaa;
	position:fixed;
	overflow-x:hidden;
	overflow-y:scroll;
	white-space: nowrap;
}
div.zip
{
	text-align:right;
}
#droite
{
	margin-left:220px;
}
#logo img
{
	width:100px;
	margin-left:50px;
}
#menu
{
	//border-bottom:1px solid #BBBBBB;
	height : 25px;
	text-align:right;
}
#page
{
	margin : 15px;
}
#liste_galerie ul
{
	padding:10px;
}
#liste_galerie li
{
	padding:7px 0;
}
div.vignette
{
	width:180px;
	height:210px;
	margin:5px;
	border:1px outset #222;
	display:inline-block;
	overflow:hidden;
	text-align:center;
	border-radius: 5px;
}
div.vignette img
{
	margin-top:5px;
	width:170px;
	height:170px;
}
div.vignette_z
{
	width:500px;
	height:583px;
	margin:5px;
	border:1px outset #aaaaaa;
	display:inline-block;
	overflow:hidden;
	text-align:center;
	border-radius: 5px;
}
div.vignette_z img
{
	margin-top:5px;
	width:490px;
	height:490px;
}
div.photo
{
	width:200px;
	height:200px;
	margin:5px;
	display:inline-block;
	position:relative;
}

div.photo img
{
	
	max-width:100%;
	max-height:100%;
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	right:0;
    margin:auto;
}
div.photo_z
{
	width:500px;
	height:500px;
	margin:5px;
	display:inline-block;
	position:relative;
}

div.photo_z img
{
	
	max-width:100%;
	max-height:100%;
	position:absolute;
    top:0;
    bottom:0;
	left:0;
	right:0;
    margin:auto;
}

a:hover, a.vignette:hover, #ariane a:hover,a.vignette_z:hover
{
	font-weight: bold;
	color: #FFF;
}
a, a.vignette, #ariane a,a.vignette_z
{
	text-decoration:none;
	color: #AAA;
	
}

a.vignette_d
{
	text-decoration:none;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#galerie
{
    overflow: hidden;
    position: fixed;
    top: 10%;
	left:0px;
	height: 90%;
	width  :100%;
	white-space: nowrap;
}
#galerie #dfG{
	position: fixed;
	left:0;
	bottom:20px;

}
#galerie #dfD{
	position: fixed;
	right: 0;
	bottom: 20px;
}
#galerie #img1{
	position: fixed;
	max-height: 80%;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#galerie div.cellule img
{
	
	max-height:90%;
	max-width:90%;
	margin:0 5px;
	
}

#login
{
	width:250px;
	height:235px;
	top:50%;
	left:50%;
	margin-top:-117px;
	margin-left:-125px;
	text-align:center;
	border:solid 1px #AAAAAA;
	border-radius:5px;
	padding: 20px;
	position:absolute;
}
#login input
{
	padding:5px;
	margin:10px;
	color:#AAA;
	background-color:#000;
	border: solid 1px;
}
div.cellule
{
	width:100%;
	height: 100%;
	display:inline-block;
	overflow: hidden;
	text-align:center;
	position:relative;
}
div.fG
{
    top: 0;
	left:0;
    height: 95%;
    position: absolute;
    width: 50%;
}
div.fD
{
    top: 0;
	right:0;
    height: 95%;
    position: absolute;
    width: 50%;
}
div
{
	//border:solid 1px;
}
#ariane
{
	float:left;
	margin-left:10px;
}
div.exif{
	position: absolute;
	bottom:20px;
	left: 50%;
	transform: translate(-50%, 0);	
}