body
{
	width: 95%;
	height: 95%;
	   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   /*background-image: url("../images/salle2.jpg");*/
   /*background-image: url("../effet.jpg");*/
   background-color: black;
   background-attachment: fixed;
}


#en_tete
{
	width: 800px;
	height:100px;
	background-image: url("../images/lt-ban-red.jpg");
	background-repeat: no-repeat;
	margin-bottom: 20px;
	border: 3px inset black;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
   
  
}

#menu
{
   float: left;
   width: 25%;
}

.element_menu
{
   /*background-color: #626262;*/
   background-image: url("../images/labo.gif");
   background-repeat: repeat-x;
   
   /*border: 2px solid black;*/
   
   margin-bottom: 50px;
   border: 3px inset black;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: white;
   font-family: comic sans ms, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   font-style: italic;
   letter-spacing: 2px;
   font-size: large;
}

.element_menu ul
{
   list-style-image: url("../images/grenade.gif");
   padding-bottom: 20px;
   padding-left: 10px;
   margin-left: 35px;
   margin-bottom: 5px;
}

.element_menu ul2
{
   list-style-image: url("../images/lt-red-mini.gif");
   padding-bottom: 20px;
   padding-left: 5px;
   margin: 40px;
   margin-bottom: 5px;
}

.element_menu a
{
	font-family: Comic sans ms, Pricedown, Distress, Arial, "Times New Roman", serif;
   color: red;
   font-size: 18px;
   letter-spacing: 1px;
}
}

.element_menu a:hover
{
   background-color: red;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 25%;
   margin-bottom: 20px;
   padding: 5px;
   
   /*color: #B3B3B3;*/
   color: white;
   background-image: url("../images/salle2.jpg");
   background-color: #626262;
   /*background-image: url("../images/o2g.png");
   background-repeat: repeat-x;*/
   
   border: 2px solid black;
}




#corps h1 /* Tous les titres h1 du corps */
{
  	color: red;
	font-size: xx-large;
	text-align: center;
   font-family: Pricedown, Distress, Arial, "Times New Roman", serif;
   background-image: url("../images/construction.jpg");
   text-decoration: blink;
   letter-spacing: 1px;
}

#corps h2 /* Tous les titres h2 du corps */
{
   height: auto;

   background-image: url("../images/lt-red-mini.gif"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 60px;
   color: red;
   text-align: left;
   font-family: Comic sans ms, Pricedown, Distress, Arial, "Times New Roman", serif;
   letter-spacing: 1px;
   font-size: 20px;
   border: 2px inset black;
}

#corps h3 /* Tous les titres h2 du corps */
{
   height: auto;

   background-image: url("../images/lt-mini.gif"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   
   padding-left: 80px;
   padding-top: 20px;
   color: white;
   text-align: left;
   font-family: Comic sans ms, Pricedown, Distress, Arial, "Times New Roman", serif;
   letter-spacing: 1px;
   font-size: 20px;
   border: 3px inset black;
}





#pied_de_page
{
   padding: 10px;
   
	font-family: comic sans ms, Pricedown, Arial, serif;
	font-size: medium;
   text-align: center;
	color: red;
   /*color: #B3B3B3;
   background-color: #626262;
   background-image: url("../images/texture.jpg");
   background-repeat: repeat-x;*/
   
   /*border: 3px inset black;*/
}

p /* Tous les paragraphes auront ces propriétés CSS */{
  color: red;
   font-size: 16px;
	font-family: Comic sans ms, Arial, "Times New Roman", serif;
  width: 600px;
  height: 750px;
   /*border: 1px solid black;*/
   text-align: justify;
   padding: 12px;
   margin: auto; /* Marge extérieure de 50px */
	border: 3px inset black;
   
}/* Et chacun des paragraphes aura en plus une valeur d'overflow différente */
.coupe{
   overflow: hidden;
}
.barres_defilement{
   overflow: scroll;
}
.auto{
   overflow: auto;
}
.inset
{
   border: 3px inset black;
}
.outset
{
   border: 3px outset black;
}

.construction
{
background-color: black;
background-image: url("../images/construction.jpg");
margin: auto;
background-repeat: no-repeat;

}
