/* CSS Document */
/* http://css.alsacreations.com/xmedia/exemples/design_css2/etape6.html */
/* http://css.alsacreations.com/Faire-une-mise-en-page-sans-tableaux/Mise-en-page-CSS-avancee-grace-a-la-propriete-display */

html, body {
	margin :0;
  padding: 0;
  background : url(../img/fond.gif) top left repeat-x;
	}
.conteneur {
	width: 993px;
	position:absolute;
  left: 50%; 
  margin-left: -495px; /* moitié de la largeur */
	}


.bandeau {
  margin: 10px 0 5px 0;
	float: bottom;
	}
.bandeau h1 {
	margin: 0;
	}
.center {
  width: 993px;
	float: bottom;
	}


.menu {
  z-index: 10px;
	float: left;
	width: 194px;
	background : url(../img/menu/menu-asterie-plougastel-fond.gif) top left repeat-y;
	margin-bottom: 20px;
	}	
.page {
  margin-left : 20px;
	float: left;
	width: 767px;
	}
	
.footer {
  width: 993px;
	float: bottom;
	margin-top : 30px;
	clear: both;
	}

