/*
Design d'exemple du Site El Caminito
Réalisé par Muriel Bernard

*/

body
{
   width: 800px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 20px;    
   background-image: url("images_tango/neige.jpg"); 
     /*background-color:#2f4f4f;*/
}

/* L'en-tête 

#en_tete
{
   width: 800px;
   height: 100px;
   background-image: url("images_tango/texte_logo.gif"); 
   background-repeat: no-repeat;
   margin-bottom: 10px;
}



/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 0px;
   padding: 5px;
   color: #191970;
   /* ecriture mauve initiale : #dda4e2*/
   /* background-color: black;
    /* background-image: url("images_tango/.jpg")*/
   background-repeat: repeat-x;
   
}
.element_menu a:hover
{
    /*background-color: #B3B3B3;*/
	text-decoration: none;
   color: #ffe4c4;
}


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

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: #fe0000;
   /*background-color: #ff6400;
   background-image: url("images/motif.png");*/
   background-repeat: repeat-x;
  
  
}

