/* Texte Css pour le site du TPE sur les sables mouvants */

body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("sable.jpg");
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
   background-attachment: fixed;
}

/* L'en-tête */

#en_tete
{
   width: 755px;
   height: 100px;
   background-image: url("imagehaut.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   margin-left: px;
   
   border: 3px solid olive;
   border-style: outset;
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
}


/* Le menu */

#menu
{
   float: left;
   width: 130px;
   height: 800px;
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
}

.important
{
      font-size: 18px;
	  font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
}

.element_menu
{
   background-color: blue;
   background-image: url("jaune.jpg");
   background-repeat: repeat -x;
   
   border: 3px solid olive;
   border-style: outset;
   
   margin-bottom: 20px;
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: Black;
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: Black;
}

.element_menu a:hover
{
   color: black;
   text-decoration: underline;
}

.element_menu a:active 
{
   background-color: yellow;
}

.element_menu a:visited 
{
   text-decoration: underline;
   color: black;
}

/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: black;
   background-color: teal;
   background-image: url("jaune.jpg");
   background-repeat: repeat -x;
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
   
   border: 3px solid olive;
   border-style: outset;
}

#corps h1
{
   color: #B2B2B2;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   color: black;
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
}

#corps h2
{
   height: 30px;

   background-image: url("");
   background-repeat: no-repeat;
   
   padding-left: 32px;
   color: #B2B2B2;
   text-align: left;
   color: black;
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
}


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

#pied_de_page
{
   padding: px;

   text-align: center;
   
   width: 755px;
   height: 50px;

   color: black;
   background-color: #626262;
   background-image: url("bannière2.jpg");
   background-repeat: repeat-x;
   
   border: 3px solid olive;
   border-style: outset;
   font-family: "Comic Sans MS", "Times New Roman", Times, serif, Arial, "Arial Black";
}
