	/* Corps de page */
	body
	{
		background-color: black;
		font-family: Arial, Helvetica, sans-serif;
	}
	#bloc_page
	{
		width: 1000px;
		margin: auto;
	}
	
	/* En-tête */
	#logo, h1
	{
		display: inline-block;
	}
	#logo
	{
		width: 140px;
		margin-right: 100px;
	}	
	#titre
	{
		width: 1000px;
		height: 160px;
	}
	#logo, h1
	{
		vertical-align: top;

	}
	#titre em
	{
		font-style: italic;
		font-size: 2.8em;
		margin-right: 20px;
	}
	.pizz
	{
		color: green;
	}
	.afabr
	{
		color: white;
	}
	.izio
	{
		color: red;
	}
	/* Menu Navigation */
	nav li
	{
		display: inline-block;
		margin-right: 60px;
		border: 4px solid green;
		border-radius: 5px;
		width: 160px;
		text-align: center;
		background-color: white;
	}
	nav a
	{
		font-size: 1.3em;
		color: red;
		font-weight: bold;
		text-decoration: none; 
	}
	nav li:hover
	{
		background-color: red;
	}
	nav a:hover
	{	
		color: white;
		font-style: italic;
	}
	/* Section */
	#geant
	{
		font-size: 1.8em;
		text-align: center;
		color: green;
	}
	#geant strong
	{
		color: white;
	}
	#geant em
	{
		margin-left: 20px;
		color: red;
	}
	/* carte */
	table
	{
		background-color: white;
	}
	caption
	{
		font-style: italic;
		color: white;
		font-size: 2.0em;
	}
	.prix
	{
		color: red;
		font-size: 1.5em;
		margin-right: 5px;
	}
	td strong
	{
		color: red;
		font-size: 1.8em;
		margin-left: 5px;
	}
	td em
	{
		color: green;
		font-size: 1.5em;
		font-style: italic;
		margin-left: 50px;
		margin-right: 50px;
	}
	tr:hover
	{
		background-color: black;
	}
	/* pied de page */
	footer
	{
		margin-left: 10px;
		margin-top: 50px;
	}
	footer p
	{
		color: white;
		font-size: 1.2em;
		text-decoration: underline;
	}
	#ma_pub
	{
		width: 200px;
		vertical-align: middle;
		margin-left: 10px;
		border-radius: 15px;
	}
	#xiti, #compteur1, #compteur2, #pub
	{
		display: inline-block;
	}
	#xiti
	{
		margin-left: 0px;
		margin-top: 50px;
	}
	#compteur1
	{
		margin-left: 0px;
	}
	#compteur2
	{
		margin-left: 0px;
	}
