html { height: 100%; padding: 0px; margin: 0px}

body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;}

/* Carte */
#map-canvas { height: 100%; width: 100%; padding: 0px; margin: 0px}

/* Calque des boutons de la carte */
#sidebar {
	text-align: left;
	position: absolute;
	top: 8px;
	left:225px;
	height: 33px;
	padding: 0px 2px 0 4px;
	font-size: 0.9em;
	width: 450px;
}

/* Calque droite fichier KML */
#sidebar_droite {
	position:absolute;
	top: 37px;
	width:139px;
	height:9px;
	z-index:1;
	right: 10px;
}



/* Style textes */
.n12an {
font-family: arial;
font-size: 12px;
color: #000000;
}

/* --------------- Liens --------------- */
A:link {
color: #000000;
text-decoration: none;
}

A:hover {
color: #070090;
text-decoration: none;
}
/* ------------------------------------- */

/* Style Recherche */
.recherche 
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFF99;
}

/* Style Recherche */
.affiliation {font-family: verdana; font-size: 10px; font-weight: normal; font-style: normal; color: #999999}

.recherchetexte {font-family: verdana; font-size: 10px; color: #000000; font-weight: normal; font-style: normal}
	
/*p {
margin-top: 0;
margin-bottom: 0;
}*/
	
form {
margin: 0;
padding: 0;
}

/* CSS Page earth ---------------------------------------------------------- */
.n10vg {
font-family: arial;
font-size: 10px;
color: #565656;
}

.n14vbl {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #2F509F;
font-weight: bold;
font-size: 14px;
}

.GoogleBleu {
color: #0057d9;
font-weight: bold;
}

.cadre_int {
border: solid 1px #E8E8E8;
padding: 0px 0px;
background: white url(http://www.geo-trotter.net/images/fond-bandes.gif) repeat;
}

.cadre_haut {
    width: 220px;
    background: #F0F0F0 url('http://www.geo-trotter.net/images/cadre-gris-haut.gif') top no-repeat;
}
.cadre {
    background: url('http://www.geo-trotter.net/images/cadre-gris-bas.gif') bottom no-repeat;
}
.cadre_contenu {
    padding:5px 10px;
}
/* ------------------------------------------------------------------------------ */

/* Search */
#map-searchbar-r { position:fixed; top:90px; left:70px; width:150px; font-size:12px; line-height: 12px; line-height: 12px; font-family:Arial, Helvetica, sans-serif; border: 0px solid #818181; z-index:9999; }

.map-searchbar-r-input { background-image:url(icon_search_large.png); background-repeat:no-repeat; background-position:right bottom; border: 1px solid #818181; height:20px; width:150px; padding:2px 2px 2px 7px; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; }

