﻿
#imgview
{
	position:absolute;
	background: transparent url("images/translucent-bng.png") repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

#imgdisplay
{
  background: transparent url(images/fenetre.png) 0px 0px no-repeat;
  float: left;
	position:absolute;
	top: 145px;
	left: 240px;
	width: 780px;
	height: 480px;
}

#imgdisplay a {
	position: absolute;
	width: 20px;
	height: 20px;
	left: 755px;
	top: 5px;
	z-index: 10;
}

#imgdisplay a:hover {
	background-color: rgba(200,200,200,0.5);
}

#txtdisplay
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: 760px;
	height: 445px;
	visibility: hidden;
	font-size:13px;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	color:#000;
	margin-top: 0px;
}

#txtdisplay p
{
	padding-left: 50px;
	padding-right: 50px;
	text-align: justify;
}

#txtdisplay a {
	position: relative;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 0;
}

#photo
{
	position:relative;
}

#close
{
    position: absolute;
    float: right;
    border: 0px 0px 0px 0px;
    top: 0px;
    right: 0px;
}