#observation{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#conservation {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#Droits{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#References{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#Reproductions{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#Conditions_communication{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#analyse{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#resume{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#collection{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#img_objets{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


h1, h2, h3 {
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
img {
	border: none;
}
#fond {
	background: #000; 
	position: fixed; 
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popup_bloc {
	background: #ddd;
	padding: 10px 20px;
	border: 5px solid #fff;
	float: left;
	width: 800px;
	max-height: 300px;
	position: fixed;
	top: 20%;
	left: 40%;
	margin: 0 0 0 -250px;
	z-index: 100;
    -webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.popup_bloc .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 2px 0;
	padding: 2px 0;
	border: 1px solid #bbb;
}
.popup h3 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border-bottom: 1px solid #bbb;
	font-size: 1.5em;
	font-weight: normal;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*Fermeture du popup*/
.popup img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
	-webkit-box-shadow: 0px 0px 20px #000;
    -moz-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*-- Faire IE6 gérer le positionnement fixe --*/

*html #fond {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop : document.body.scrollTop);
}

*html .popup_bloc {
	position: absolute;
	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollLeft 
	+ (document.body.clientWidth /2 ) 
	: document.body.scrollLeft 
	+ (document.body.offsetWidth /2 ));
}

/*--IE 6 PNG Fix--*/

img{ behavior: url(iepngfix.htc) }

