﻿<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<!--[if lt IE 9]>
			<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
		<![endif]-->
		<link rel="stylesheet" href="accueil.css" />
		<link rel="stylesheet" href="footer.css" />
		<title>Play-Stick</title>
		<script>
			if ( window.addEventListener ) {
			var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65";
			window.addEventListener("keydown", function(e){
			kkeys.push( e.keyCode );
			if ( kkeys.toString().indexOf( konami ) >= 0 ) {
			alert('Bravo ! Vous avez le droit à un bonus !');
			window.location = "http://www.arte.tv/fr/videos/6778730,CmC=6788592.html";
			}
			}, true);
			}
		</script>
	</head>
	<body>
		<header>
			<img src="play_stick.jpg" alt="Logo" id="logo" title="Play-Stick" />
		</header>

		<section>
			<article>
			<div id="introduction">
				Depuis quelques décennies, un nouveau matériau a fait son apparition en révolutionnant notre quotidien et nos méthodes de consommation : le plastique.
				Ce matériau présente, certes, de nombreux avantages, mais peut poser quelques problèmes sur la santé et l'environnement. On peut donc se poser la question suivante :
				<div id="question">
				Le plastique est-il si fantastique ?
				</div>
			</div>
			</article>
			<article>
			<div id="sommaire">
				<p><a href="plastique_innovation.php">1. Le plastique : une innovation</a></p>
				<br />
					<p>1.1. L'histoire du plastique</p>
					<p>1.2. La fabrication</p>
					<p>1.3. L'omniprésence du plastique</p>
				<br />
				<br />
				<p><a href="plastique_environnement.php">2. Le plastique et l'environnement</a></p>
				<br />
					<p>2.1. Recyclable ou non-recyclable ?</p>
					<p>2.2. La pollution</p>
					<p>2.3. Les solutions</p>
				<br />
				<br />
				<p><a href="plastique_sante.php">3. Le plastique et la santé</a></p>
				<br />
					<p>3.1. Les deux molécules dangereuses pour la santé</p>
					<p>3.2. Le plastique dans la médecine</p>
					<p>3.3. Les conséquences sur l'Homme</p>
				<br />
				<br />
			</div>
			</article>
		</section>

		<?php include("footer.php"); ?>

	</body>
</html>
