body {
	height: 100%;
}

div#fond-site {
	height: 100%;
	background-image: url(/img/fond-site.jpg);
	background-position: 0 center;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#container {
	top: 50%;
	height: 580px;
	margin-top: -290px;
}

div#visuel-index {
	position: absolute;
	left: 30px; top: 89px;
}
div#visuel-pied-index {
	position: absolute;
	left: 0px; top: 427px;
}
div#navigation {
	position: absolute;
	left: 30px; top: 386px;
}
div#bande-verte {
	top: 50%;
	margin-top: 96px;
}
div#contenu {
	position: absolute;
	width: 940px;
	left: 30px; top: 760px;
}
div#contenu p,div#contenu span {
	font-size: 11px;
}
