body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("autres/backgound.jpg");
   background-color: #000000;
   background-attachment: fixed;
}
#en_tete
{
   width: 760px;
   height: 126px;
   background-image: url("autres/musicbkgrnd.jpg");
   background-repeat: no-repeat;
   margin-bottom: 150px;
   margin: auto;
}
#menu
{
   float: left;
   width: 150px;
}

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



.element_menu h3 
{   
   color: #c7b99c;
   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: #c7b99c;
}

.element_menu a:hover
{
   background-color: #c7b99c;
   color: black;
}
#corps
{
   margin-left: 160px;
   margin-bottom: 20px;
   padding: 5px;
   color: #c7b99c;
   background-color: #141a2f;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   border: 2px solid black;
   text-align: justify;
}
#corps h1
{
   color: #c7b99c;
   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: #c7b99c;
   text-align: left;
}
#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #141a2f;
   background-color: #c7b99c;
   background-repeat: repeat-x;
   
   border: 2px solid black;
}
p
{
    /* Les paragraphes commenceront 30 pixels sur la droite */
   text-align: justify; /* Ils seront justifiés */
}
.imageflottante
{
   float: right;
   margin-left: 5px;
}
.elementcorps a:hover
{
   background-color: #c7b99c;
   color: #141a2f;
}
.elementcorps a
{
   color: #c7b99c;
}
.elementbasdepage a:hover
{
   background-color: #141a2f;
   color: #c7b99c;
}
.elementbasdepage a
{
   color: #141a2f;
}
