.liste {
        font-familly:verdana;
    	font-size:11px;
        color:#000000;
	margin-bottom: 5px;
	background-color: #8D9D3E;
	border: 1px solid #8D9D3E;
	padding: 5px;
}

.liste:hover{
       background-color: #d3cdb8;
       border: 1px solid #000000;
}

 #Container {
       position:relative;
       border: 1px solid #000;
       width:1000px;
       height:600px;
       font-family:Arial, sans-serif; 
       font-size:11px;
       z-index:2;
 }

 #EmplacementDeCarteGlobale {
       float: left;
       width: 740px;
       height: 600px;
       border: none;
   }

 #EmplacementDeCarteGlobale a {
       color: red;
   }

 #EmplacementDeLaListe {
       overflow: auto;
       float: right;
       position: relative;
       width: 260px;
       height: 600px;
       border: none;
       background-color: #677718;
 }
 #EmplacementDeLaListe a{text-decoration:none;}

