

body
{
   width: 90%;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
  
   background-image: url("x.png");
   background-repeat: repeat-y; /* Le fond ne se répètera que sur la première colonne, verticalement */


  font-family:"Times New Roman",Times,Arial,sans-serif;
   
}


.barres_defilement
			{
				overflow:scroll;
			}



#carte
{
width:200px;
height:200px;
position:absolute;
top:0px;
left:50px;

background: url("moselle3.gif") no-repeat;
}

/* L'en-tête */

#en_tete
{
   width: 100%;
   

  
   margin-bottom: 10px;
   border:2px inset lightblue;
    background-color:darkcyan;
	
}
#en_tete h1
{
 color: white;
   font-family: "Times New Roman",  Arial, "Arial Black",Times, serif;
   text-align: center;
  
   }
   #en_tete h2
{
 color: white;
   font-family: "Times New Roman",  Arial, "Arial Black",Times, serif;
   text-align: center;
  
   }

/* Le menu */

#menu
{
   float: left;
   width: 15%;
}

.element_menu1
{
   background-color:darkcyan;
   color:white;
   background-repeat: repeat-x;
   
   border: 2px inset lightblue;
   
}
.element_menu2
{
   background-color:gray;
   color:black;
   background-repeat: repeat-x;
   
   border: 2px inset lightblue;
 
   margin-bottom: 5px;
}


/* Quelques effets sur les menus */


.element_menu1 h3
{    
   color: white;
   font-family: "Times New Roman", Arial, "Arial Black", Times, serif;
   text-align: center;
  
}

.element_menu2 ul
{
  font-size:0.8em;
   padding: 4px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   color:green
}

.element_menu2 a
{
   color: white;
   font-weight:bold;
  
}

.element_menu2 a:hover
{
   background-color: #B3B3B3;
   color: black;
   font-weight:bold;
   }
   
  


/* Le corps de la page */

#corps
{

   margin-left: 20%;
   margin-bottom: 20px;
   padding: 15px;
   
   color: black;
     background-image: url("x.png");
   background-repeat: repeat-y; 
  /* background-color:white;
   background-repeat:repeat-x;*/
   font-size:0.9em;
   border: 2px inset black;
}

#corps h2
{
   color:  dodgerblue;
   text-align: center;
   font-family: "Times New Roman",  Arial, "Arial Black",Times, serif;
 
}

#corps h3
{
   height: 30px;
   
   padding-left: 30px;
   color: maroon;
   text-align: center;
}
.corps_menu1 h3
{    
   color: white;
   font-family: "Times New Roman", Arial, "Arial Black", Times, serif;
   text-align: center;
  
}
.corps_menu2 ul
{
  font-size:0.9em;
   padding: 4px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   color:green
}

.corps_menu2 a
{
   color: blue;
   font-weight:bold
}

.corps_menu2 a:hover
{
   background-color: white;
   color: black;
   font-weight:bold;
   }

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 2px;
font-size:0.8em;
   text-align: center;

   color: white;
   background-color: #626262;
   
   
   
   border: 2px inset lightblue;
}
table,td
{
border:2px double black;
border-collapse:collapse;
}
