/* CSS Document */

div#cadre
	{
		position: relative;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		height:100%;
	}

div#map{
	position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: 600px;;
	border-style:solid;
	border-width:1px;
	border-color:gray;
}



