
body
{
   width: 960px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 10px;   
   background-image: url("images/fond.png");
}

/* L'en-tête */

#en_tete
{
   width: 960px;
   height: 200px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 20px;
}


/* Le menu */

#menu
{
   float: left;
   width: 250px;
}

.element_menu
{
   background-color: #EB760B;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 5px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   color: #000000;
   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: #FFFFFF;
   text-decoration: none;
}

.element_menu a:hover
{
	text-decoration: underline;
	background-color: red;
	color: black;
	/* font-style: italic; */
   font-weight: bold
}


/* Le corps de la page */

#corps
{
   margin-left: 260px;
   margin-bottom: 20px;
   padding: 5px;
   
   color: #000000;
   background-color: #EB760B;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 5px solid black;
}

#corps h1
{
   color: #000000;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #000000;
   text-align: left;
}


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

#pied_de_page
{
	margin-left: 260px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	background-color: #EB760B;
	background-image: url("images/motif.png");
	background-repeat: repeat-x;
	border: 5px solid black;
}