

body
{  
  
  background-color: #660029;
   margin-top: 20px;
   margin: auto;
   margin-bottom: 20px; 
font-size: small;
   /* Idem pour le bas du navigateur */
  
}

/* L'en-tête */

#en_tete
{

 text-align:center;
margin-left: 70px;
margin-bottom: 20px;
margin-right: 70px;
margin-top: 30px;
 width: 860px;
 height: 200px;
}


a img {border: none;}


/* Le menu */
#menu
{

 text-align:center;
margin-left: 70px;
margin-right: 70px;

 width: 860px;
 height: 20px;
}

.element_menu
{
  font-size: small;
   background-repeat: repeat-x;
   border: 1px solid black;
   margin-bottom: 20px;
   background-image: url("images/menu.jpg");

   
}
/* effets*/
.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   background-color: white;
   color: #660029;
}

#menuhaut
{
}
.element_haut
{
  font-size: small;
   background-repeat: repeat-x;
 
   margin-bottom: 20px;


   
}
/* effets*/
.element_haut a
{
   color: #FFFFFF;
}

.element_haut a:hover
{
   background-color: white;
   color: #660029;
}
/* Le corps de la page */

#corps2
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   margin-left: 350px;
   margin-right: 2px;

   margin-bottom: 20px;
   padding: 5px;

   color: #660029;
   background-color: #FFE4E1;
}

#corps
{
font-size: small;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   margin-left: 2px;
   margin-right: 2px;
   margin-top: 40px;
   margin-bottom: 20px;
   padding: 15px;
   text-align: left;
   color: #660029;
   background-color: #FFE4E1;
   
   border: 1px solid black;
}

#corps h1
{
   text-decoration: underline;
   color: #242424;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h3
{
   height: 30px;
   background-image: url("images/pinco3.gif");
   background-repeat: no-repeat;
   padding-left: 30px;
   color: #4B4B4B;
   text-align: left;
}

td.corps
{
 background-color: #FFE4E1;
   border: 1px solid #FFE4E1;
}
td.bijou
{
 background-color: #FFE4E1;
   border: 1px solid black;
}

td 
{

padding: 15px;
   border: 1px solid black; /* ... auront une bordure de 1px */
background-color: #FFE4E1;
   }

td.form
{
 background-color: #FFE4E1;
  border: 1px solid #FFE4E1;
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 2px;

   text-align: center;
   margin-left: 2px;
   margin-right: 2px; 
   color: #4B4B4B;
   background-image: url("images/menu.jpg");
   background-repeat: repeat-x;
   border: 1px solid black;
}



