.carte {
	overflow:hidden;
	position:relative;
	width:695px;
	height:400px;
} 
.carte .gmap {
	width:695px;
	height:400px;
}
.carte .container {
	position:absolute;
	top:0px;
	left:-222px;
	width:236px;
	height:400px;
	opacity:0.9;
}

.carte .outils {
	width:222px;
/* 	height:400px; */
	top:0px;
	left:0px;
	position:absolute;
	background:#fbfbfb url('images/fond-outils.png') repeat-y top right;
	color: #222;
}
.cursor-grab {
 	cursor:-moz-grab;
	cursor:url(/mt/gfx/carte/main.cur);
}
.cursor-grabbed {
	cursor:move;
	cursor:url(/mt/gfx/carte/main2.cur);
}
.carte .controle {
	width:14px;
	height:400px;
	top:0px;
	left:222px;
	position:absolute;	
	background:#fbfbfb url('images/bp-outils.png') no-repeat top left;
	cursor:pointer;
}
.carte .outils span.titre {
	font-size: 20px;
	font-weight: bold;
	font-variant:small-caps;
	margin:10px;
	display:block;
	clear:both;
}
.carte .outils a  {
	background: transparent url('images/puce_sous_menu.png') no-repeat 8px 11px;
	font-size: 11px;
	color: #737373;
	text-decoration: none;
	padding: 8px 0px 8px 20px;
	height: auto;
}
.carte .outils a:hover {
	text-decoration: underline;
}
.carte .toggler {
	margin: 10px 5px 0px 5px;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: bold;
	font-variant:small-caps;
	font-family: 'Andale Mono', sans-serif;
	cursor:pointer;
}
.carte .element {
}
img.map {float:left}
div.map {text-align:center;width:200px;display:inline;float:left;}


