html {
	/* background: #ddd url(img/html.png); */
	background: #dadfe0;
	}
#global {
	padding: 0 10px;
	background: url(img/global.png) center repeat-y; /* bleu */
	/* background: url(img/global_red.png) center repeat-y; /* rouge */
	}
#header {
	background: #097a9f url(img/header-pac.png) no-repeat; /* bleu */
	/* background: #A61717 url(img/header.png) no-repeat;  /* rouge */
	
	color: #fff;
	height: 101px;
	}
#header h1 {
	margin: 0;
	}
#footer {
	background: #097a9f url(img/footer-led.png) repeat-x; /* bleu */
	/* background: #A61717 url(img/footer-red.png) repeat-x; /* rouge */
	
	color: #fff;
	}

