diff --git a/psychorientation/psychorientation/InterfaceClasse.Designer.cs b/psychorientation/psychorientation/InterfaceClasse.Designer.cs
index 6ab411be346e835e60be6af8fd005e73b69744cc..3b8cfdc61cd4b0b06a03b8ff6fd0eeac54a0354c 100644
--- a/psychorientation/psychorientation/InterfaceClasse.Designer.cs
+++ b/psychorientation/psychorientation/InterfaceClasse.Designer.cs
@@ -32,7 +32,6 @@
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InterfaceClasse));
             this.pb_action_suivante = new System.Windows.Forms.PictureBox();
             this.lblDate = new System.Windows.Forms.Label();
-            this.pb_sortir = new System.Windows.Forms.PictureBox();
             this.lblClasse = new System.Windows.Forms.Label();
             this.lblMoyenne = new System.Windows.Forms.Label();
             this.lblCompetence = new System.Windows.Forms.Label();
@@ -41,10 +40,9 @@
             this.lblListeEleve = new System.Windows.Forms.Label();
             this.imgListPerso = new System.Windows.Forms.ImageList(this.components);
             this.pnlChoix = new System.Windows.Forms.Panel();
-            this.lblNotation = new System.Windows.Forms.Label();
             this.lblCours = new System.Windows.Forms.Label();
+            this.lblNotation = new System.Windows.Forms.Label();
             ((System.ComponentModel.ISupportInitialize)(this.pb_action_suivante)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.pb_sortir)).BeginInit();
             this.pnlListeEleve.SuspendLayout();
             this.pnlChoix.SuspendLayout();
             this.SuspendLayout();
@@ -74,18 +72,6 @@
             this.lblDate.TabIndex = 2;
             this.lblDate.Text = "Chargement...";
             // 
-            // pb_sortir
-            // 
-            this.pb_sortir.BackColor = System.Drawing.Color.Transparent;
-            this.pb_sortir.BackgroundImage = global::psychorientation.Properties.Resources.sortir;
-            this.pb_sortir.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
-            this.pb_sortir.Location = new System.Drawing.Point(1283, -1);
-            this.pb_sortir.Name = "pb_sortir";
-            this.pb_sortir.Size = new System.Drawing.Size(75, 75);
-            this.pb_sortir.TabIndex = 3;
-            this.pb_sortir.TabStop = false;
-            this.pb_sortir.Click += new System.EventHandler(this.Pb_sortir_Click);
-            // 
             // lblClasse
             // 
             this.lblClasse.AutoSize = true;
@@ -174,15 +160,6 @@
             this.pnlChoix.Size = new System.Drawing.Size(189, 528);
             this.pnlChoix.TabIndex = 8;
             // 
-            // lblNotation
-            // 
-            this.lblNotation.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
-            this.lblNotation.Location = new System.Drawing.Point(13, 87);
-            this.lblNotation.Name = "lblNotation";
-            this.lblNotation.Size = new System.Drawing.Size(164, 59);
-            this.lblNotation.TabIndex = 0;
-            this.lblNotation.Text = "Type de notation visant à aider les eleves de competence :";
-            // 
             // lblCours
             // 
             this.lblCours.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
@@ -192,6 +169,15 @@
             this.lblCours.TabIndex = 1;
             this.lblCours.Text = "Type de cours visant à aider les eleves de competence :";
             // 
+            // lblNotation
+            // 
+            this.lblNotation.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F);
+            this.lblNotation.Location = new System.Drawing.Point(13, 87);
+            this.lblNotation.Name = "lblNotation";
+            this.lblNotation.Size = new System.Drawing.Size(164, 59);
+            this.lblNotation.TabIndex = 0;
+            this.lblNotation.Text = "Type de notation visant à aider les eleves de competence :";
+            // 
             // InterfaceClasse
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -206,19 +192,18 @@
             this.Controls.Add(this.lblMoyenne);
             this.Controls.Add(this.pnlListeEleve);
             this.Controls.Add(this.lblClasse);
-            this.Controls.Add(this.pb_sortir);
             this.Controls.Add(this.lblDate);
             this.Controls.Add(this.pb_action_suivante);
             this.DoubleBuffered = true;
-            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
             this.MaximizeBox = false;
             this.Name = "InterfaceClasse";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
             this.Text = "Psychorientation";
+            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InterfaceClasse_FormClosing);
             this.Load += new System.EventHandler(this.Form1_Load);
             this.SizeChanged += new System.EventHandler(this.InterfaceClasse_SizeChanged);
             ((System.ComponentModel.ISupportInitialize)(this.pb_action_suivante)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.pb_sortir)).EndInit();
             this.pnlListeEleve.ResumeLayout(false);
             this.pnlListeEleve.PerformLayout();
             this.pnlChoix.ResumeLayout(false);
@@ -231,7 +216,6 @@
 
         private System.Windows.Forms.PictureBox pb_action_suivante;
         private System.Windows.Forms.Label lblDate;
-        private System.Windows.Forms.PictureBox pb_sortir;
         private System.Windows.Forms.Label lblClasse;
 
         private System.Windows.Forms.Label lblMoyenne;
diff --git a/psychorientation/psychorientation/InterfaceClasse.cs b/psychorientation/psychorientation/InterfaceClasse.cs
index de58e684b8b761531b96ff7a5875c3cfe197ef0f..bb7f3e6a21d8eaf7c4f490a38d346191fce35bd3 100644
--- a/psychorientation/psychorientation/InterfaceClasse.cs
+++ b/psychorientation/psychorientation/InterfaceClasse.cs
@@ -29,20 +29,32 @@ namespace psychorientation
         private Label lblValEffort = new Label();
         private Label lblValCompetence = new Label();
 
-        public InterfaceClasse()
+        private bool isRandom=true;
+
+        public InterfaceClasse(bool isRandom)
         {
             InitializeComponent();
+            this.isRandom = isRandom;
         }
 
         private void Form1_Load(object sender, EventArgs e)
         {
             AjouterEleveImage();
+            GenererBase();
+            
+            /*
+            Message mAccueil = new Message("Bonjour apprenti prof, vous allez apprendre à éduquer des joueurs !! ", "Début", TypeMessage.INFORMATION);
+            mAccueil.ShowDialog();
+            */
+        }
 
+        private void GenererBase()
+        {
             lblDate.Text = libelle.Mois(moisActuel % 12);
-            lblClasse.Text=libelle.Niveau(anneeActuelle);
-            lblEffort.Text = "Effort de la classe : " + Math.Round(gestEleve.GetEffortClasse(),1).ToString();
-            lblCompetence.Text = "Competence de la classe : " + Math.Round(gestEleve.GetCompetenceClasse(),1).ToString();
-            lblMoyenne.Text = "Moyenne de la classe : " + Math.Round(gestEleve.GetMoyenneClasse(),1).ToString();
+            lblClasse.Text = libelle.Niveau(anneeActuelle);
+            lblEffort.Text = "Effort de la classe : " + Math.Round(gestEleve.GetEffortClasse(), 1).ToString();
+            lblCompetence.Text = "Competence de la classe : " + Math.Round(gestEleve.GetCompetenceClasse(), 1).ToString();
+            lblMoyenne.Text = "Moyenne de la classe : " + Math.Round(gestEleve.GetMoyenneClasse(), 1).ToString();
 
             Libelle lib = new Libelle();
             int y = 20;
@@ -55,7 +67,7 @@ namespace psychorientation
                 y += 220;
             }
 
-            
+
             TrackBar tbNota = new TrackBar();
             tbNota.Location = new System.Drawing.Point(0, lblNotation.Location.Y + lblNotation.Size.Height);
             tbNota.Size = new System.Drawing.Size(184, 45);
@@ -69,7 +81,7 @@ namespace psychorientation
             lblValCompetence.Tag = "Compétence : ";
             lblValEffort.Location = new Point(130, 5 + tbNota.Location.Y + tbNota.Size.Height);
             lblValCompetence.Location = new Point(1, 5 + tbNota.Location.Y + tbNota.Size.Height);
-            lblValEffort.Text = lblValEffort.Tag + ( (20 - tbNota.Value) / 10.0).ToString();
+            lblValEffort.Text = lblValEffort.Tag + ((20 - tbNota.Value) / 10.0).ToString();
             lblValCompetence.Text = lblValCompetence.Tag + (tbNota.Value / 10.0).ToString();
             pnlChoix.Controls.Add(lblValEffort);
             pnlChoix.Controls.Add(lblValCompetence);
@@ -81,31 +93,17 @@ namespace psychorientation
             tbCours.Scroll += new System.EventHandler(tbCours_Scroll);
             pnlChoix.Controls.Add(tbCours);
             lblCours.Text = coursText + tbCours.Value.ToString();
-
-            Message mAccueil = new Message("Bonjour apprenti prof, vous allez apprendre à éduquer des joueurs !! ", "Début", TypeMessage.INFORMATION);
-            mAccueil.ShowDialog();
         }
 
-        private void AjouterEleveImage()
+        private void AjouterPictureboxEleve()
         {
-            for (int i = 1; i < 4; i++)
-            {
-                gestEleve.AjouterEleve(new Eleve(i));
-            }
-
-            int nb = gestEleve.GetListeEleves().Count;
-
-            if (nb > 8)
-            {
-                nb = 8;
-            }
-            for (int i = 0; i < nb; i++)
+            for (int i = 0; i < gestEleve.GetListeEleves().Count; i++)
             {
                 PictureBox pbEleve = new PictureBox();
 
                 pbEleve.Location = new System.Drawing.Point(572, 396);
                 pbEleve.Size = new System.Drawing.Size(73, 85);
-                pbEleve.Image = imgListPerso.Images[r.Next(0,4)];
+                pbEleve.Image = imgListPerso.Images[r.Next(0, 4)];
                 pbEleve.Left = positionElevex[i];
                 pbEleve.Tag = gestEleve.GetEleve(i);
                 pbEleve.BackColor = System.Drawing.Color.Transparent;
@@ -115,7 +113,24 @@ namespace psychorientation
 
                 this.Controls.Add(pbEleve);
             }
+        }
 
+        private void AjouterEleveImage()
+        {
+            if (isRandom)
+            {
+                for (int i = 1; i < r.Next(3,9); i++)
+                {
+                    gestEleve.AjouterEleve(new Eleve(i));
+                }
+            }
+            else
+            {
+                gestEleve.AjouterEleve(new Eleve(1,0,1.0,9.0,0));
+                gestEleve.AjouterEleve(new Eleve(2,0,5.0,5.0,0));
+                gestEleve.AjouterEleve(new Eleve(3,0,9.0,1.0,0));
+            }
+            AjouterPictureboxEleve();
             gestEleve.FaireControle("Controle " + lblClasse.Text + " " + lblDate.Text, valNotation / 10.0);
         }
 
@@ -125,7 +140,7 @@ namespace psychorientation
             Eleve tag = (Eleve)pb.Tag;
             InterfaceInfoCompletEleve iice = new InterfaceInfoCompletEleve();
             iice.setParam(tag);
-            iice.ShowDialog();
+            iice.Show();
         }
 
         private void Pb_action_suivante_Click(object sender, EventArgs e)
@@ -201,19 +216,14 @@ namespace psychorientation
         {
             PictureBox pb1 = pb_action_suivante;
             pb1.Location = new Point(Size.Width - pb1.Width - 32, Size.Height - pb1.Height - 32);
-
-            PictureBox pb2 = pb_sortir;
-            pb2.Location = new Point(Size.Width - pb2.Width, 0);
         }
-
-        private void Pb_sortir_Click(object sender, EventArgs e)
-        {
-            if (MessageBox.Show("Souhaitez-vous quitter le jeu ?\nVous perdrez alors votre progression dans la partie en cours.",
+        /*
+         if (MessageBox.Show("Souhaitez-vous quitter le jeu ?\nVous perdrez alors votre progression dans la partie en cours.",
                                 "Confirmation de fermeture", MessageBoxButtons.YesNo, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button2) == System.Windows.Forms.DialogResult.Yes)
             {
                 Close();
-            }
-        }
+            } 
+         */
 
         private void tbNota_Scroll(object sender, EventArgs e)
         {
@@ -230,5 +240,15 @@ namespace psychorientation
             valCours = (double)tbCours.Value;
             lblCours.Text = coursText + valCours.ToString();
         }
+
+        private void InterfaceClasse_FormClosing(object sender, FormClosingEventArgs e)
+        {
+           
+            if (MessageBox.Show("Souhaitez-vous quitter le jeu ?\nVous perdrez alors votre progression dans la partie en cours.",
+                                "Confirmation de fermeture", MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.No)
+            {
+                e.Cancel = true;
+            }
+        }
     }
 }
diff --git a/psychorientation/psychorientation/InterfaceClasse.resx b/psychorientation/psychorientation/InterfaceClasse.resx
index eedd352a1985af3b9f6dcb08781a1fbfd54066f6..67c43d952cd00794f386ac6b0c0306ea8569594e 100644
--- a/psychorientation/psychorientation/InterfaceClasse.resx
+++ b/psychorientation/psychorientation/InterfaceClasse.resx
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="utf-8"?>
 <root>
-  <!--
-    Microsoft ResX Schema
-
+  <!-- 
+    Microsoft ResX Schema 
+    
     Version 2.0
-
-    The primary goals of this format is to allow a simple XML format
-    that is mostly human readable. The generation and parsing of the
-    various data types are done through the TypeConverter classes
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
     associated with the data types.
-
+    
     Example:
-
+    
     ... ado.net/XML headers & schema ...
     <resheader name="resmimetype">text/microsoft-resx</resheader>
     <resheader name="version">2.0</resheader>
@@ -26,36 +26,36 @@
         <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
         <comment>This is a comment</comment>
     </data>
-
-    There are any number of "resheader" rows that contain simple
+                
+    There are any number of "resheader" rows that contain simple 
     name/value pairs.
-
-    Each data row contains a name, and value. The row also contains a
-    type or mimetype. Type corresponds to a .NET class that support
-    text/value conversion through the TypeConverter architecture.
-    Classes that don't support this are serialized and stored with the
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
     mimetype set.
-
-    The mimetype is used for serialized objects, and tells the
-    ResXResourceReader how to depersist the object. This is currently not
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
     extensible. For a given mimetype the value must be set accordingly:
-
-    Note - application/x-microsoft.net.object.binary.base64 is the format
-    that the ResXResourceWriter will generate, however the reader can
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
     read any of the formats listed below.
-
+    
     mimetype: application/x-microsoft.net.object.binary.base64
-    value   : The object must be serialized with
+    value   : The object must be serialized with 
             : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
             : and then encoded with base64 encoding.
-
+    
     mimetype: application/x-microsoft.net.object.soap.base64
-    value   : The object must be serialized with
+    value   : The object must be serialized with 
             : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
             : and then encoded with base64 encoding.
 
     mimetype: application/x-microsoft.net.object.bytearray.base64
-    value   : The object must be serialized into a byte array
+    value   : The object must be serialized into a byte array 
             : using a System.ComponentModel.TypeConverter
             : and then encoded with base64 encoding.
     -->
@@ -125,7 +125,7 @@
         AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
         LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
         ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACM
-        mgEAAk1TRnQBSQFMAgEBBgEAARgBAAEYAQAByAEAAcgBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
+        mgEAAk1TRnQBSQFMAgEBBgEAATABAAEwAQAByAEAAcgBAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
         AwABIAEDAgABkAEBAgABAQEAAQgGAAHiAQQXAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEA
         AcAB3AHAAQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEA
         A0IBAAM5AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIA
@@ -8869,4 +8869,4 @@
         vVBvxOHiQa896v8HT8lffb465hIAAAAASUVORK5CYII=
 </value>
   </data>
-</root>
+</root>
\ No newline at end of file
diff --git a/psychorientation/psychorientation/InterfaceInfoCompletEleve.Designer.cs b/psychorientation/psychorientation/InterfaceInfoCompletEleve.Designer.cs
index 969c8d064329dbca87baf0367b38d13d37a5b928..59b30e3a1b9a886a097db48ca95b67e8050b4983 100755
--- a/psychorientation/psychorientation/InterfaceInfoCompletEleve.Designer.cs
+++ b/psychorientation/psychorientation/InterfaceInfoCompletEleve.Designer.cs
@@ -185,6 +185,7 @@
             this.Controls.Add(this.lblNomEleve);
             this.Name = "InterfaceInfoCompletEleve";
             this.Text = "InterfaceInfoCompletEleve";
+            this.TopMost = true;
             this.Load += new System.EventHandler(this.InterfaceInfoCompletEleve_Load);
             this.panel1.ResumeLayout(false);
             this.panel2.ResumeLayout(false);
diff --git a/psychorientation/psychorientation/Menu.Designer.cs b/psychorientation/psychorientation/Menu.Designer.cs
new file mode 100644
index 0000000000000000000000000000000000000000..85007634e446ea9a08fec39240c4739a10c27ac4
--- /dev/null
+++ b/psychorientation/psychorientation/Menu.Designer.cs
@@ -0,0 +1,75 @@
+namespace psychorientation
+{
+    partial class Menu
+    {
+        /// <summary>
+        /// Required designer variable.
+        /// </summary>
+        private System.ComponentModel.IContainer components = null;
+
+        /// <summary>
+        /// Clean up any resources being used.
+        /// </summary>
+        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+        protected override void Dispose(bool disposing)
+        {
+            if (disposing && (components != null))
+            {
+                components.Dispose();
+            }
+            base.Dispose(disposing);
+        }
+
+        #region Windows Form Designer generated code
+
+        /// <summary>
+        /// Required method for Designer support - do not modify
+        /// the contents of this method with the code editor.
+        /// </summary>
+        private void InitializeComponent()
+        {
+            this.button1 = new System.Windows.Forms.Button();
+            this.button2 = new System.Windows.Forms.Button();
+            this.SuspendLayout();
+            // 
+            // button1
+            // 
+            this.button1.Location = new System.Drawing.Point(102, 207);
+            this.button1.Name = "button1";
+            this.button1.Size = new System.Drawing.Size(178, 84);
+            this.button1.TabIndex = 0;
+            this.button1.Text = "Partie scénarisé";
+            this.button1.UseVisualStyleBackColor = true;
+            this.button1.Click += new System.EventHandler(this.button1_Click);
+            // 
+            // button2
+            // 
+            this.button2.Location = new System.Drawing.Point(478, 207);
+            this.button2.Name = "button2";
+            this.button2.Size = new System.Drawing.Size(178, 84);
+            this.button2.TabIndex = 1;
+            this.button2.Text = "Partie classique";
+            this.button2.UseVisualStyleBackColor = true;
+            this.button2.Click += new System.EventHandler(this.button2_Click);
+            // 
+            // Menu
+            // 
+            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+            this.ClientSize = new System.Drawing.Size(800, 450);
+            this.Controls.Add(this.button2);
+            this.Controls.Add(this.button1);
+            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
+            this.MaximizeBox = false;
+            this.Name = "Menu";
+            this.Text = "Menu";
+            this.ResumeLayout(false);
+
+        }
+
+        #endregion
+
+        private System.Windows.Forms.Button button1;
+        private System.Windows.Forms.Button button2;
+    }
+}
\ No newline at end of file
diff --git a/psychorientation/psychorientation/Menu.cs b/psychorientation/psychorientation/Menu.cs
new file mode 100644
index 0000000000000000000000000000000000000000..c73c2af96ca28f639bb75f61dcc517ed0634c090
--- /dev/null
+++ b/psychorientation/psychorientation/Menu.cs
@@ -0,0 +1,41 @@
+using System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Data;
+using System.Drawing;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+using System.Windows.Forms;
+
+namespace psychorientation
+{
+    public partial class Menu : Form
+    {
+        public Menu()
+        {
+            InitializeComponent();
+        }
+
+        private void button1_Click(object sender, EventArgs e)
+        {
+            InterfaceClasse iC = new InterfaceClasse(false);
+            iC.FormClosing += new FormClosingEventHandler(f_FormClosing);
+            this.Hide();
+            iC.Show();
+        }
+
+        private void f_FormClosing(object sender, FormClosingEventArgs e)
+        {
+            this.Close();
+        }
+
+        private void button2_Click(object sender, EventArgs e)
+        {
+            InterfaceClasse iC = new InterfaceClasse(true);
+            iC.FormClosing += new FormClosingEventHandler(f_FormClosing);
+            this.Hide();
+            iC.Show();
+        }
+    }
+}
diff --git a/psychorientation/psychorientation/Menu.resx b/psychorientation/psychorientation/Menu.resx
new file mode 100644
index 0000000000000000000000000000000000000000..1af7de150c99c12dd67a509fe57c10d63e4eeb04
--- /dev/null
+++ b/psychorientation/psychorientation/Menu.resx
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+</root>
\ No newline at end of file
diff --git a/psychorientation/psychorientation/Program.cs b/psychorientation/psychorientation/Program.cs
index 5f0feaef3dca7c8135265bd0b7ada4de49f35209..aa6151dcd98c4e923b0dd75de9503068ccae5650 100644
--- a/psychorientation/psychorientation/Program.cs
+++ b/psychorientation/psychorientation/Program.cs
@@ -16,7 +16,7 @@ namespace psychorientation
         {
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-            Application.Run(new InterfaceClasse());
+            Application.Run(new Menu());
         }
     }
 }
diff --git a/psychorientation/psychorientation/psychorientation.csproj b/psychorientation/psychorientation/psychorientation.csproj
index c7d50c335efc2174d001c9da84862ff367e73611..535e29a359d2c221f7d200612224ea6925727dfe 100644
--- a/psychorientation/psychorientation/psychorientation.csproj
+++ b/psychorientation/psychorientation/psychorientation.csproj
@@ -78,6 +78,12 @@
       <DependentUpon>InterfaceInfoEleve.cs</DependentUpon>
     </Compile>
     <Compile Include="Libelle.cs" />
+    <Compile Include="Menu.cs">
+      <SubType>Form</SubType>
+    </Compile>
+    <Compile Include="Menu.Designer.cs">
+      <DependentUpon>Menu.cs</DependentUpon>
+    </Compile>
     <Compile Include="Message.cs">
       <SubType>Form</SubType>
     </Compile>
@@ -99,6 +105,9 @@
     <EmbeddedResource Include="InterfaceInfoEleve.resx">
       <DependentUpon>InterfaceInfoEleve.cs</DependentUpon>
     </EmbeddedResource>
+    <EmbeddedResource Include="Menu.resx">
+      <DependentUpon>Menu.cs</DependentUpon>
+    </EmbeddedResource>
     <EmbeddedResource Include="Message.resx">
       <DependentUpon>Message.cs</DependentUpon>
     </EmbeddedResource>