
.ModalBackground
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	
	width: 800px;
	height: 600px;
	visibility: hidden; 
	background-color: #855E73; 
	z-index: 1000; 
	top: 0px; 
	left: 0px;
}

.ModalImageViewer
{
	visibility: hidden; 
	border: solid 1px #FFFFFF;
	z-index: 2000; 
	overflow: hidden;
}

.ModalImageViewerComments
{
	background-color: #855E73;
	overflow: hidden;
	/*width: 425px;*/
}

.ModalImageViewerCopyright
{
	z-index: 3000; 
	background-image: url('../images/charte/spacer.gif');
	background-repeat: repeat;
	overflow: hidden;
}

.ModalImageViewerSubCopyright
{
	background-color: #805B6C;
	opacity: 0.7;
	width: 100%;
	height: 20px;
	z-index: 2900;
	overflow: hidden;
}