html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: "Verdana";
	background: #d0cfcf;
	font-size: 12px;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -21px;
	width: 100%;
}
#TopBar {
	width: 100%;
	text-align: right;
	color: #5a5a5a;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}
#TopHeader {
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	background: url("/img/viewer/BGHeader.png");
	height: 125px;
	width: 100%;
	min-width: 1070px;
}
#HeaderLeft {
	float: left;
	background: url("/img/viewer/HeaderLeft.png") no-repeat;
	height: 125px;
	min-width: 299px;
}
#HeaderRight {
	float: right;
	background: url("/img/viewer/HeaderRight.png") no-repeat;
	background-position: right;
	height: 125px;
	min-width: 294px;
}
#HeaderLogo {
	float: left;
	padding-left: 45px;
	padding-top: 23px;
}
#HeaderAd {
	text-align: center;
	padding-top: 16px;
	position: absolute;
	width: 100%;
	z-index: 1;
}
#PhotoInfoBar {
	margin: auto auto;
	width: 100%;
	border-bottom: 1px solid #5A5A5A;
	text-align: center;
	color: #ffffff;
	background: #3280d5;
}
#PhotoInfoBarAlbumName {
	float: left;
	padding: 5px;
	padding-left: 10px;
}
#PhotoInfoBarDownload {
	float: right;
	font-weight: bold;
	padding: 5px;
	padding-right: 10px;
}
#photocard {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
}
#disable-website {
	display:none;
	z-index: 2;
	position: fixed;
	top:0px;
	left:0px;
	background: #000000;
	height:100%;
	width:100%;
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8
}
#photo-frame-middle {
	z-index: 2;
	position: fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}
#photo-show {
	float: left;
	color: #fffffff;
	height: 100%;
	width: 100%;
}
#photo-reaction {
	position: fixed;
	right: 0px;
	background: #ffffff;
	width: 250px;
	height: 100%;
	padding: 5px;
	
}
#photo-frame-bottom {
	display: table;
	z-index: 2;
	position: fixed;
	bottom: 0px;
	height: 40px;
	width:100%;
	background: url("/img/viewer/BGPhotoPopup.png");
}
#photo-back {
	float: left;
	padding-left: 40px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
#photo-next {
	float: left;
	padding-left: 40px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
#photo-play {
	float: right;
	padding-right: 40px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
#photo-close {
	float: right;
	padding-right: 40px;
	font-weight: bold;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
}
#bigphoto {
	float: left; 
	background: #ffffff; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 5px; 
	padding-bottom: 3px; 
	position: relative; 
	margin-top: -66px;
}
a {
	text-decoration: none;
	color: #2d77c8;
}
a:hover {
	text-decoration: underline;
}
.white {
	color: #ffffff;
}
.grey {
	color: #5A5A5A
}
.photocard_inscription {
	position: relative; 
	right: 0; 
	left: 0; 
	margin-top: -30px; 
	height: 23px; 
	text-align: center; 
	background: #FFFFFF; 
	padding-top: 7px; 
	opacity:0.7;
	filter:alpha(opacity=70);
	color: #000000; 
	font-weight: bold;
	font-family: verdana;
}
#ErrorBox {
	margin: auto auto;
	width: 300px;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	border: dashed 1px #000000;
	background: #f9fcd7;
	font-weight: bold;
	color: #d00b02;
}
#footer {
	border-top: 1px solid #5A5A5A;
	background: url("/img/viewer/BGBottom.png");
	width: 100%;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	min-width: 1000px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 2px;
}