#phototheque_fond
{
	/*background-color: rgba(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.8);
	background-image:url(images/fondu.png);
	background-position:left  top;
	background-repeat:repeat-x repeat-y;*/
	background:url("images/fondu.png") repeat scroll 0 0 transparent;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 251;
}
#phototheque
{
	position: relative;
	top: 60px;
	z-index: 252;
}
#phototheque a img
{
	border: medium none;
}
#phototheque_galerie
{
	background-color: #FFFFFF;
	margin: 0 auto;
	width:989px;
	height: 700px;
	border:9px solid #014C76;
}
#phototheque_titre
{
	width: 70%;
	float: left;
	text-align: left;
	font-weight: bold;
}
#phototheque_iframe
{
	position: absolute;
	top: 9px;
	width:989px;
	height: 700px;
}
#photothequeDataContainer
{
	font: 11px Arial;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width:989px;
	border-left:9px solid #FFFFFF;
border-right:9px solid #FFFFFF;
}
#photothequeData
{
	padding:0 10px;
	color: #666;
}	
#phototheque_fermer
{
	width: 66px;
	height: 22px;
	float: top; 
	padding-bottom: 0.7em;
}	
#phototheque_nav
{
	text-align: right;
}
#phototheque_nav img
{
	width: 66px;
	height: 22px;
	float: top;
	align: right;
}
#phototheque_loading
{
	width:989px;
	height: 700px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/loading.gif');
}

