/* 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;
	background-color : #cecece;
  }
.conteneur {
	width: 993px;
	position:absolute;
  left: 50%; 
  margin-left: -495px; /* moitié de la largeur */
  background : url(../img/fond-page.jpg) left 127px no-repeat; 
	}


.bandeau {
  margin: 0;
	float: bottom;
	height: 105px;
	}
.bandeau h1 {
	margin: 0;
	}
.center {
  margin-top: 40px;
  width: 993px;
	float: bottom;
	}

.menu_h {
  margin: 0 0 0 0;
	float: bottom;
	}
.ibarre {
  margin: 0 0 15px 0;
	float: bottom;
	}

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

