body
{
	width: 990px;
	background-image: url("fond_perso.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc */
	margin: auto;
	margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur */
	margin-bottom: 10px; /* Idem pour le bas du navigateur */
}

 /* L'en-tête */
 
#en_tete
{
   width: 990px;
   height: 195px;
}

/* Le menu */

#menu_gauche
{
   float: left; /* Le menu flottera à gauche */
   width: 170px; /* Très important : donner une taille au menu */
}

.element_menu
{
    background-color: #eaeaea;
    border: 1px inset blue;
    margin-bottom: 10px; /* Pour éviter que les éléments du menu ne soient trop collés */
	margin-top: 5px;
}

.element_menu h3 /* Tous les titres de menus */
{    
   margin-left: 20px;
   margin-top: 5px;
   margin-bottom: 5px;
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("puce.jpg"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 40 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   color: #000000;
   text-decoration: none
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: blue;
}

.element_menu a:visited /* Quand le visiteur a déjà vu la page du menu concernée */
{
   color: blue;
}

#menu_droite
{
   float: right; /* Le menu flottera à gauche */
   width: 170px; /* Très important : donner une taille au menu */
}

/* Le corps de la page */

#sous_menu
{
	margin-left: 70px;
}

#haut
{
   margin-left: 180px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 20px; /* Une marge à droite pour pousser le corps, afin qu'il ne passe plus sous le menu */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
}

#corps
{
   overflow: scroll;
   margin-right: 5px; /* Une marge à droite pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-left: 190px;
   margin-bottom: 20px;
   margin-top: 5px;
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   height: 530px;
   text-align: justify;
}

#corps h3
{
   font-size: 200%;
   padding-left: 5px;
   font-weight: bold;
   color: #00e988;
   font-family: "Freestyle Script", "Times New Roman", serif;
}

#corps h2
{
   font-size: 300%;
   padding-left: 15px;
   font-weight: bold;
   color: #6b30be;
   font-family: "Edwardian Script ITC", "Times New Roman", serif;
}

#corps h1
{
   font-size: 200%;
   padding-left: 5px;
   font-weight: bold;
   text-align: center;
   color: #00e988;
   font-family: "Freestyle Script", "Times New Roman", serif;
}

#corps a
{
   font-size: 90%;
   /*padding-left: 600px;*/
   font-style: italic;
   font-weight: bold;
   color: black;
   text-decoration: none;
}

#corps th
{
   padding-left: 15px;
   text-align: center;
}

blockquote
{
   text-align: center;
   font-style: italic;
}

cite
{
   font-style: italic;
}

#cellule
{
	width: 400px;
	text-align: center;
}

#terre_neuve{
	overflow: scroll;
   margin-right: 5px;
   margin-bottom: 20px;
   margin-top: 5px;
   padding: 5px;
   /*height: 600px;*/
   text-align: justify;
}

#equipe_peda
{
   overflow: scroll;
   margin-right: 5px;
   margin-left: 190px;
   margin-bottom: 20px;
   margin-top: 5px;
   padding: 5px;
   /*height: 600px;*/
   text-align: justify;
}

#equipe_peda h3
{
   font-size: 200%;
   padding-left: 5px;
   font-weight: bold;
   color: #00e988;
   font-family: "Freestyle Script", "Times New Roman", serif;
}

#equipe_peda h2
{
   font-size: 300%;
   padding-left: 15px;
   font-weight: bold;
   color: #6b30be;
   font-family: "Edwardian Script ITC", "Times New Roman", serif;
}

#stage
{
   overflow: scroll;
   height: 640px;
   margin-left: 174px; 
   margin-right: 20px; 
   margin-bottom: 20px;
   margin-top: 20px;
   border: none;
   /*text-align: center; */
}

/*#stage td
{
    width: 300px;
}*/

/*#stage th
{
	text-align: left;
    font-weight: none;	
}*/

#stage h1
{
   font-size: 300%;
   padding-left: 15px;
   font-weight: bold;
   color: #6b30be;
   font-family: "Edwardian Script ITC", "Times New Roman", serif;
}

#stage h3
{
   font-size: 200%;
   padding-left: 15px;
   font-weight: bold;
   color: #6b30be;
   font-family: "Edwardian Script ITC", "Times New Roman", serif;
}

#stage h2
{
   font-size: 200%;
   padding-left: 5px;
   font-weight: bold;
   color: #00e988;
   font-family: "Freestyle Script", "Times New Roman", serif;
}

#stage a
{
   color: #000000;
   text-decoration: none
}

#stage a:hover
{
   text-decoration: underline;
   color: blue;
}

#stage a:visited
{
   color: blue;
}

/*#planning
{
   margin-left: 20px;
   margin-top: 20px;
   border: 3px outset green;
   text-align: center;
   border-collapse: collapse;
}*/

#planning th
{
   border: 1px outset black;
   text-align: center;
   color: white;
   font-weight: bold;
   background-color: red;
}

/*#planning td
{
   border: 1px outset black;
   text-align: left;
}*/

#planning h1
{
   font-size: 200%;
   padding-left: 15px;
   font-weight: bold;
   color: #6b30be;
   font-family: "Edwardian Script ITC", "Times New Roman", serif;
}

#inscription
{
   overflow: scroll;
   margin-right: 5px; /* Une marge à droite pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-left: 190px;
   margin-bottom: 20px;
   margin-top: 5px;
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   height: 600px;
   text-align: justify;
}

#inscription h2
{
   font-size: 200%;
   padding-left: 5px;
   font-weight: bold;
   color: #00e988;
   font-family: "Freestyle Script", "Times New Roman", serif;
}

#inscription h1
{
   font-size: 300%;
   padding-left: 15px;
   font-weight: bold;
   color: #6b30be;
   font-family: "Edwardian Script ITC", "Times New Roman", serif;
}



/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   width: 996px;
   height: 72px;
   background-image: url("copyright.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


