* {
	margin: 0;
	padding: 0;
}

body {
	background: fixed url(../images/fond.jpg) no-repeat 50% 0;
}

.spacer {
	clear: both;
	height: 0;
	font-size: 0;
}

#page {
	position: relative;
	margin: auto;
	min-height: 750px;
	_height: 750px;
	border: 0 solid grey;
}

#contact {
	position: absolute;
	display: block;
	top: 165px;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../images/menu_contact.png) no-repeat;
}
#banspublics {
	position: absolute;
	display: block;
	top: 40px;
	left: 750px;
	width: 228px;
	height: 60px;
	background: url(../images/menu_banspublics.png) no-repeat;
}
#map {
	position: absolute;
	display: block;
	top: 630px;
	left: 30px;
	width: 140px;
	height: 61px;
	background: url(../images/menu_map.png) no-repeat;
}
/*#galery {
	position: absolute;
	display: block;
	top: 630px;
	left: 820px;
	width: 154px;
	height: 56px;
	background: url(../images/menu_galery.png) no-repeat;
}*/
#lavillette {
	position: absolute;
	display: block;
	top: 235px;
	left: 668px;
	width: 347px;
	height: 460px;
	background: url(../images/la-villette-affiche.jpg) no-repeat;
}

#texte {
	position: absolute;
	top: 230px;
	left: 110px;
	width: 760px;
	font-family: courier, sans-serif;
}

#google_map {
	position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 80%;
    height: 75%;
    margin: auto;
    border: 2px solid #c1c1c1;
}

#form_contact label {
	clear: left;
	display: block;
	float: left;
	margin-bottom: 8px;
	width: 150px;
	height: 20px;
	line-height: 20px;
}
#form_contact .champ, #form_contact textarea {
	display: block;
	float: left;
	margin-bottom: 8px;
	width: 400px;
	line-height: 20px;
}
