#container {
	 height:950px;
}

#nav {
	 background-color:white;
	 height:740px;
}

#countries {
	padding-top:20px;
	clear: both;

}

#carte {
	width:400px;
	float:left;
}
#cartemain {
	width:70%;
	float:left;
	position:relative;
	z-index:1;
	margin-left:-20px;
}

#carteother {
	width:30%;
	float:right;
	margin-right:5px;
	padding-top : 55px;
}

#centres-liste {
	width:170px;
	float:left;
	margin-left:5px;
	display:inline;
	padding-left:10px;
	padding-top: 10px;
	/* border : thin solid rgb(145,147,148); */
	height: 400px;
	overflow: auto;
	z-index:100;
}

