/* CSS Document */

/* Mise en page centrée */
#headline {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(photos_acceuil/centre_haut.gif);
	background-repeat: no-repeat;
	height: 45px;
	top: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 20;
	left: auto;
	right: auto;
}

#contenu {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(photos_acceuil/centre_milieu.gif);
	background-repeat: repeat-y;
	top: 20px;
	z-index: 10;
	height: auto;
	margin-top: 0px;
	left: auto;
	right: auto;
}
