		
			.EncadrementDeMaCarte {
			margin: auto;
			width: 70%;
			}

			#MapContainer {
			position:relative;
			border: 1px solid #000;
			width:720px;
			height:370px;
			margin:-5px 5px 5px -5px;
			z-index:2;
			}
			
			#EmplacementDeCarteGlobale {
			float: left;
			width: 470px;
			height: 370px;
			border: none;
			}
			
			#EmplacementDeLaListe {
			overflow: auto;
			float: right;
			position: relative;
			width: 250px;
			height: 370px;
			border: none;
			background-color: #fff;
			}
			
			#EmplacementDeLaListe a{
				text-decoration:none;
				font-size: 14pt;
				font-family: "Times New Roman",serif;
			}
			

			#descriptifsite h1{
			text-align: center;
			font-family: "Times New Roman",serif;
			font-weight:bold;
			font-size: 18pt;
			color: blue;
			}

			#descriptifsite h2{
			text-align: center;
			font-family: "Times New Roman",serif;
			font-weight:normal;
			font-size: 14pt;
			color: black;
			}

