diff --git "a/R\303\251trospective PIMA 1.html" "b/Pr\303\251sentation/R\303\251trospective PIMA 1.html"
similarity index 100%
rename from "R\303\251trospective PIMA 1.html"
rename to "Pr\303\251sentation/R\303\251trospective PIMA 1.html"
diff --git a/inscription/inscription_student.php b/inscription/inscription_student.php
deleted file mode 100644
index 4acec8fc02e1ed4cf2f0f2818fd610a5cbcca99f..0000000000000000000000000000000000000000
--- a/inscription/inscription_student.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-$title = 'Projet PIMA';
-include("/opt/lampp/htdocs/pima/head.php");
-?>
-</head>
-
-<?php include("/opt/lampp/htdocs/pima/header.php"); ?>
-
-<section class="wrapper style1">
-    <div class="container">
-        <div id="content">
-            <article>
-                <header>
-                    <h2>Inscription en tant qu'élève</h2>
-                </header>
-            </article>
-
-            <?php
-            inscription_student($bdd);
-
-
-    		if (isset($_POST['reset'])){
-    			fill_table($bdd);
-    		}?>
-        </div>
-
-    </div>
-</section>
-<?php #include("/opt/lampp/htdocs/pima/footer.php"); ?>
diff --git a/inscription/inscription_teacher.php b/inscription/inscription_teacher.php
deleted file mode 100644
index 55b8e9b6185537c7292cbea5e1ec25b10bcbbe5c..0000000000000000000000000000000000000000
--- a/inscription/inscription_teacher.php
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-$title = 'Projet PIMA';
-include("/opt/lampp/htdocs/pima/head.php");
-?>
-</head>
-
-<?php include("/opt/lampp/htdocs/pima/header.php"); ?>
-
-<section class="wrapper style1">
-    <div class="container">
-        <div id="content">
-            <article>
-                <header>
-                    <h2>Inscription en tant que professeur</h2>
-                </header>
-            </article>
-
-            <?php
-            inscription_teacher($bdd);
-
-
-            if (isset($_POST['reset'])){
-                fill_table($bdd);
-            }?>
-        </div>
-
-    </div>
-</section>
-<?php #include("/opt/lampp/htdocs/pima/footer.php"); ?>