﻿/*////////////////////////////////////////Page des photos/////////////////////////*/
#galerie2
{
	width:1000px;
	background-color:#33bcaa;
	box-shadow: 0 0 5px #999;
}
.thumbs{
	width:230px;
	height:150px;
	margin:10px;
	float:left;
	cursor:pointer;
}
#viewer{
	z-index:10;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.8);
}
#showBox{
	position:relative;
	z-index:11;
	background:rgba(255, 255, 255, 1);
	border-radius:15px;
}
#close{
	position:relative;
	top:-11px;
	left:-11px;
	float:left;
	cursor:pointer;
}
#imageViewer{
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
}