/* Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font-family : Georgia, serif;
	font-style: italic;
	color: #c87b17;
}

a {
	color: #4d9a2f;
	text-decoration : none;
}
a:hover, a:focus {
	color: #66cb3e;
}
a img {
	border: none;
}

#wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -240px -320px;
	width: 640px;
	height: 480px;
	background: transparent url(splash.jpg);
}

.titre{
	color: #4d9a2f;
	font-size: 300%;
	text-align: center;
	font-style:italic;
}

.infos{
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 105%;
	font-weight:bold;
}

.infos#activites{
	width:640px;
	margin: -180px -320px;
	text-align: center;
}
.infos#localisation{
	margin: -130px -90px;
	width: 180px;
	text-align: center;
	font-size: 105%;
}
.infos#horaires{
	margin: 160px -280px;
	text-align: right;
	font-size: 75%;
}
.infos#contenu{
	margin: 0px -150px;
	width: 300px;
	text-align: center;
	font-size: 130%;
}
.infos#contact{
	margin: 165px 110px;
	width: 180px;
	text-align: left;
	font-size: 75%;
}

.notice{
	position: absolute;
	top:50%;
	width:100%;
	margin: 245px 0;
	font-size: 10px;
	text-align: center;
}
