P		{
	font: 14px Verdana;
	margin-left:200;
	margin-right:200;
	text-align:justify;
}

h1 {
	margin-left:200;
	font: 20px Verdana;	
	font-weight: bold;
}

#nav {
	list-style: none ;
	margin-left: 177 ;
	padding: 0 ;
	overflow: hidden ;	/* Création du contexte de formatage */
	}
#nav li {
	float: left ;
	width: 150px ;
	border: 1px solid #600 ;
	margin-right: 1px ;
	color: #fff ;
	background: #c00 ;
	}
#nav li a {
	display: block ;
	background: #c00 ;
	color: #fff ;
	font: 0.9em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	padding: 4px 0 ;
	text-align: center ;
	text-decoration: none ;
	}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #900 ;
	text-decoration: underline ;
	}
centrage{
	text-align: center;
}
div.centrage {text-align: center;}
