/* CSS Document */

body
{
   width: 800px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("image/bluewater.gif");
}


/* L'en-tête */

#en_tete
{
   width: 800px;
   height: 150px;
   background-image: url("bizerte.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}



/* menu  */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   background-color: #626262;
   background-image: url("image/barm.gif");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   list-style-image: url("image/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}



    /* corps    */

#corps
{
   margin-left: 140px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
  
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   
   color: #B3B3B3;
   background-color: #626262; /* Une couleur de fond pour le corps */
   background-image: url("image/barm.gif");
   background-repeat: repeat-x; /* Une petite image de fond qui se répètera horizontalement en haut */
   
   border: 2px solid black; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}


     /* corps    */
	 
	 
	 

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: #B3B3B3;
   background-color: #626262;
   background-image: url("image/barm.gif");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

.titre
{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000033;
	font-size: 18px;

}

.titre1 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #3366FF;
}

.pub {
    
	background-color: #626262;
   background-image: url("image/barm.gif");
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}

