body {
	text-align:center;
	margin: 10px;
	padding: 10px;
	background-color: #0A5B5C;
	font-family: Arial;
}
#bienvenue {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	left: -1000px;
	overflow: hidden;
	height: 1px;
	width: 1px;
}

#logocm {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url(/images/logo-contes-et-merveilles.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
}
#logojpm {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url(/images/logo-jean-pierre-mathias.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#photojpm {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-image: url(/photos/jean-pierre-mathias.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
#entree {
	position: absolute;
	left: 0px;
	top: 30%;
	width: 100%;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FBFB3C;
}
