@charset "UTF-8";
/* CSS Document */

@import url(bdl.css);

body {
	background: #eee;
	text-align: center;
	margin: auto;
	margin-top: 0px;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	font-family: "Lucida Console", Monaco, monospace;
	color: #666;
}
#oeuvre {
	padding: 0;
	position: absolute;
	background: url(../img/h1.png) center no-repeat; /* fond neutre, l'image de fond est gérée par imgIndex.js*/
	width: 100%;
	max-width: 1200px;
	height: 100%;
	max-height: 900px;
}
h1 {
	margin: 0;
	width: 38%;
	position: absolute;
	z-index: 2;
	top: 3.5cm;
	right: 62%;
	background: url(../img/h1.png) repeat;
	text-align: right;
	padding: .3em 0 .3em 0;
}

#oeuvre h2, p {
	display: none;
}
#nav {
	padding: 0;
	position: absolute;
	z-index: 10;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	height: 100%;
	max-height: 900px;
}
#acces_site {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#info  {
	color: #ff00ff;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 13;
	bottom: 3.5cm;
	background: url(../img/h1.png) repeat;
}
#info  p {
	display: block;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 1.2em 0;
	background: url(../img/halo3.png) no-repeat;
}
#info a {
	color: #666;
}
	