@charset "utf-8";
body {
	background-color: #000000;

}

#site {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(Bibliotheque/fond%20site%20copie.jpg);
	background-repeat: no-repeat;
	height: 938px;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	top: 0px;
	bottom: 0px;
	position: absolute;
}
#site #page {
	width: 760px;
	height: 700px;
	background-color: #000000;
	margin-left: 70px;
	border: thin outset #FFFFFF;
}
#site #coordonnees {
	text-align: center;
	font-weight: bolder;
	font-size: 10px;
}
#site #coordonnees a {
	color: #FFFFFF;
	text-decoration: none;
}
#site #coordonnees a:hover {
	color: #FFFF00;
}
