#menu {
      width:880px;
      overflow:auto; 
      margin:0px auto;
      text-align:center;
    }
    
    #menu dl {
      float: left;
      width: 146.6px;
      margin: 0px; /* espacement entre les boutons */

    }
    
    #menu dl dt { /* ex: banque, paiement */
      border: 0px solid  #050505;

    }
    
    #menu dd { /* tout ce qui est en desous du bouton */
      border: 1px solid black;
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    
    #menu ul { /* toute la liste */
      margin: 0;
      padding: 0;
      list-style-type: none;
    }

    #menu ul li { /* un point de la liste : un sous menu */
      list-style-type: none;
    }
    
    #menu ul li a{ /* liens hypertextes : sous menus */
      background-color: #F5F5F5;
      color: black;
      display: block;
      height: 100%;
      border: 0 none;

    }
    
    #menu li a:hover, #menu dl dt a:hover { /* quand souris au dessus #B0C4DE*/
      background-color: black ;
      color: white;
		 text-decoration: none ;

    }

	a{
	      text-decoration: none ;
	}
	      
	a:hover{
		text-decoration: underline ;
	}

	html{
		background-color: #D9D9D9 ;
	}

  
    
  
  
  	.bandeauhaut{
		background-color: black;
		color: white;
		width:880px;
		overflow:auto; 
      margin:0px auto;
	}
	
	.bandeaubas{
		background-color: black;
		color: white;
		width:880px;
		overflow:auto; 
      margin:0px auto;
	}
  
  .NomPage{
      padding-left : 5%; 
    }
    
    
  .corps{
      width:860px; 
      height:400px;
      background-color: white ;
      color: black;
      overflow:auto; 
      margin:0px auto;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
      text-align: justify;
      z-index: 15;
    }
    
    .contenu{
      position: relative;
      right : -280px;
      top: -262px;
      overflow:auto; /* ascenseur */
      margin:0px auto;
      width : 573px; /* largueur */
      height:96px; /* hauteur */
      
    }

    
    
    th{
      font-weight:normal;
    }
    
    .titre{ 
      background-color: #c8d7e3;
      color: black; 
      padding-left : 2%; 
      z-index: 21;
    }

    a img {
      border: none; 
    }
