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


body {
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
	padding:0; /* Opera */

	background-color: #FFF;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#global {
	width:957px;
	height:700px;
	text-align:left;
	background:url(img/fond.gif) top left no-repeat;

	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -478px; 
	margin-top: -350px; 
}


#madame_monsieur {
	width:605px;
	height:257px;
	background:url(img/madame_monsieur.gif) top left no-repeat;
	
	position:absolute;
	top:73px;
	left:67px;
}

#logo {
	position:absolute;
	top:450px;
	left:67px;
}

#museum {
		position:absolute;
		top:562px;
		left:67px;
	}

#fr {
	width: 296px;
	color:#000;
	
	position:absolute;
	top: 370px;
	left: 268px;
}
	#fr a {
		color:#FFF;
		text-decoration:none;
	}

	#fr a:hover {
		color:#000;
		text-decoration:none;	
}

#de {
	width: 310px;
	color:#fff;
	
	position:absolute;
	top: 370px;
	left: 605px;
}
	#de a {
		color:#000;
		text-decoration:none;
	}

	#de a:hover {
		color:#FFF;
		text-decoration:none;	
}

/* --------- */

img {
	border:0;
}

h1 {
	position:absolute;
	left: -6000px;
	top: -6000px;
	text-indent: -6000px;
}

h2 {
	margin:0;
	font-size:14px;

}

p {
	margin: 10px 0px;
}

.fond {
	text-align:center; 
	margin-left: -25px;
}
