@charset "utf-8";
/* CSS Document */
html, body{
	height: 100%;
}
body{
	background-color: #010100;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}

#fond{
	background:url(../img/fond-garnier.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
}

#page{
	width: 980px;
	height: 580px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -290px;
	/*display: none;*/
	overflow: visible;
}

#menu{
	position:absolute;
	width: 980px;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -290px;
	padding: 0;
	display: none;
}
#menu li{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size: 15px;
	color: rgb(40,20,8);
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover, #menu a:active, #menu a:focus, #menu a strong{
	color: rgb(183,207,91);
}

.email, #bigMap{
	text-decoration: underline;
	cursor: pointer;
}
a{
	color: white;
}

.realisation{
	font-size: 10px;
}

#texte{
	display: none;
}