 body
{
    width: 800px;
	margin: auto;
    
}

/* L'en-tête */

/*
#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/Titre2.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}
*/

/* Le menu */

#menu
{
   float: left;
   width: 150px;
}

.element_menu
{
	background-color: #626262;
	background-image: url("Images/FeuilleFine.png");
	background-repeat: repeat-x;
	border: 2px solid black;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	bottom: 0px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   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: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#corps
{
   
  width: 620px;
   margin-left: 22%;
   background: url("Images/FeuilleFine.png") no-repeat ;0 0;
}
#corps h1
{
	text-align: center;
	color: #0099FF;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 0px;
   text-align: center;
   color: #B3B3B3;
   background-color: white;
   border: 1px solid black;
}
 

