﻿/* feuille de style css */


html {
	/* couleur de fond, celle des marges */
	background-color: #000;
}

body {
	/* largeur fixe */
	width: 100%;
	/* pour occuper toute la hauteur */
	height: 100%;
	/* centrage du body dans la page */
	margin: 0 auto;
	/* image de fond pour le bandeau supérieur */
	background: #000 url(background2.jpg) center top no-repeat;
}

h1 {
	text-align: left;
	color: #c00;
}
	