	/* 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 */
	section h1
	{
		margin-left: 250px;
		font-size: 2.8em;
		font-weight: bold;
		font-style: italic;
		color: white;
	}
	#telephone img
	{
		float: left;
		margin-left: 250px;
		margin-right: 25px;
		width: 100px;
	}
	section p
	{
		color: lime;
		margin-top: 0px;
		font-size: 3.5em;
		font-weight: bold;
	}
	/* article */
	article p
	{
		color: white;
		margin-left: 40px;
		font-size: 1.8em;
		font-weight: bold;
	}
	#photo_resto img 
	{
		float: right;
		margin-right: 90px;
		width: 500px;
	}
	/* pied de page */
	footer
	{
		margin-left: 10px;
		margin-top: 100px;
	}
	#ma_pub fieldset
	{
		display: inline-block;
	}
	footer p
	{
		color: white;
		font-size: 1.2em;
		text-decoration: underline;
	}
	#ma_pub
	{
		width: 200px;
		vertical-align: middle;
		margin-left: 20px;
		border-radius: 15px;
	}
	#xiti, #compteur1, #compteur2, #pub
	{
		display: inline-block;
	}
	#xiti
	{
		margin-left: 0px;
		margin-top: 100px;
	}
	#compteur1
	{
		margin-left: 0px;
	}
	#compteur2
	{
		margin-left: 0px;
	}
	
		/* Formulaire */
	fieldset
	{
		margin-top: -80px;
		margin-right: 60px;
		float: right;
		vertical-align: top;
		color: white;
		background-color: green;
	}
	fieldset strong
	{
		font-size: 1.2em;
	}
	label
	{
		margin-left: 0px;
		margin-right: 0px;
	}
	#connu
	{
		width: 300px;
	}
	.choix
	{
		margin-left: 100px;
	}
	#question
	{
		width: 300px;
		height: 100px;
	}
	#envoi
	{
		margin-left: 120px;
		font-size: 0.9em;
	}
	