/* CSS Document */
* {
  margin: 0;
  padding:0;
}

html, body {
	height: 100%;
	}

/*Couleur de fond de la page*/
html {
	background: #fff;
	}

/*On enlève les marges du body pour coller le site en haut*/
body{
	margin:0px;
}

/*Plus grand conteneur*/
div#global {
	width: 1008px;
	padding:0 0px;/*Marges sur le coté pour faire des ombres*/
	margin: 0px auto;
	margin-top:15px;
	position: relative;
	background: url(../images/global.jpg);
} 

/* Bandeau du haut de page */	
div#header {
	background: url(../images/page-entree/header.jpg) no-repeat center top;
	height: 143px;
	position: relative;
}

div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 13px;
	overflow: auto;
	}

/* Partie principale du site */
div#content {
	min-height:555px;
	width: 987px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top:0px;
	padding-bottom:0px;
	background: #fff url(../images/page-entree/entree.jpg) no-repeat;
	float:left;
	margin-bottom:5px;
	}

/*Partie pour le menu*/
div#menu {
	height:50px;
	width: 100%;
	background: transparent;
	padding-top:0px;
	padding-left:12px;
	
}

/* Pied de page */	
div#footer {
	height:20px;
	width:987px;
	background:transparent;
	text-align:right;
	position:relative;
	float:left;
	}