/* ------------------ Eléments pour la top bar ------------------  */

#topbar {
	position: absolute; top: 0px; left: 0px;
	height: 30px; width:100%;
	background-image: url(/res/topbars/horizontal.gif); background-repeat: repeat-x;
	color: #CCCCCC; font-weight: bold; 
	z-index: 5;
}

#topbar_logo { position: absolute; top: 5px; left: 10px; width: 45px; }

#topbar_indexpath { position: absolute; left: 65px; line-height: 30px;}

.topbar_path { font-size: 11px; font-weight: bold; }

#topbar_indexcount {color: #CCCCCC;  font-size: 10px; font-weight: normal; }

#topbar_name {
	line-height: 30px; text-align: center;
	color: #EEEEEE; font-size: 11px; font-weight: 600;
}
 
#topbar_navicon { position: absolute; top: 5px; right: 5px; }

#top_quit { position: absolute; top: 0px; right: 0px; }
#top_help { position: absolute; top: 0px; right: 25px; }
#top_menu { position: absolute; top: 0px; right: 50px; }
#top_map { position: absolute; top: 0px; right: 75px; }
#top_up { position: absolute; top: 0px; right: 110px; }
#slide_show { position: absolute; top: 0px; right: 145px; }
#top_last { position: absolute; top: 0px; right: 180px; }
#top_next { position: absolute; top: 0px; right: 205px; }
#top_prev { position: absolute; top: 0px; right: 230px; }
#top_first { position: absolute; top: 0px; right: 255px; }
#top_download { position: absolute; top: 0px; right: 280px; }
#showspeed_minus { position: absolute; top: 0px; right: 245px; visibility: hidden; }
#showspeed_plus { position: absolute; top: 0px; right: 190px; visibility: hidden; }
#showspeed_value { position: absolute; top: 3px; right: 224px; font-size: 12px; visibility: hidden; }

#topbar_themetip {
	position: absolute; top: 7px; right: 100px;
	width: 180px;
	text-align: center;
	color: #CCCCCC; font-size: 6pt; font-weight: 600;
}
 
#topbar_indextip {
	position: absolute; top: 35px; right: 10px;
	width: 180px;
	text-align: center;
	color: #CCCCCC; font-size: 6pt; font-weight: 600;
}



/* ------------------ Eléments pour le menu ------------------ */

#menu_zone {
	position: absolute; top: 30px; right: 0px;
	width: 285px;
	background-color: #2A2A2A;
	margin: auto auto auto auto; padding: 0px 0px 0px 0px;
	text-align: center;
	color: #CCCCCC; font-size: 11px;
	visibility: hidden; z-index: 5;
}

.menu_rubrique {
	height: 30px; width: 275px;
	margin: 5px auto 5px auto;
	vertical-align: middle;
	overflow: hidden;
}

#menu_zone h1 {
	position : relative; top: 0px; left: 0px;
	height: 30px;
	background-image: url(/res/topbars/horizontal.gif); background-repeat: repeat-x;
	margin: 0px 0px 5px 0px; padding : 0px 5px 0px 20px;
	line-height: 30px; text-align: left;
	color: #CCCCCC; font-size: 11px; font-weight: bold;
}

.menu_arrow { position: absolute; top: 7px; right: 2px; cursor: pointer;}

.menu_li_zone {
	position: relative; left: 0px;
	height: 305px;
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	overflow: auto;
}

.menu_li0 {
	height: 25px;
	background-color: #444444;
	margin: 0px 5px 5px 0px; padding : 0px 5px 0px 30px;
	line-height: 25px; text-align: left;
	color: #CCCCCC; font-size: 10px; font-weight:bold;
	cursor: pointer;
}

.menu_li1 {
	height: 25px;
	background-color: #444444;
	margin: 0px 5px 5px 0px; padding : 0px 5px 0px 45px;
	line-height: 25px; text-align: left;
	color: #CCCCCC; font-size: 11px; font-weight:normal;
	cursor: pointer;
}

#menu_zone_low {
	position: absolute; top: 30px; right: 0px;
	width: 100%; height : 100%;
	background-image: url(/res/topbars/menu.png);
	margin: auto auto auto auto; padding: 0px 0px 0px 0px;
	text-align: center;
	color: #CCCCCC; font-size: 11px;
	visibility: hidden; z-index: 4;
}



/* ------------------ Eléments pour le contrôle de la carte et de l'aide ------------------ */

#exit_zone {
	position: absolute; top: 43px; right: 15px;
	visibility: hidden; z-index: 9;
	border: 0px; cursor: pointer;
}

#help_zone {
	position: absolute; top: 69px; right: 15px;
	visibility: hidden; z-index: 8;
	border: 0px; cursor: pointer;
}

#expand_zone {
	position: absolute; top: 289px; right: 261px;
	visibility: hidden; z-index: 8;
	border: 0px; cursor: pointer;
}

#reduce_zone {
	position: absolute; top: 289px; right: 0px;
	visibility: hidden; z-index: 8;
	border: 0px; cursor: pointer;
}



/* ------------------ Eléments pour la carte ------------------ */

#small_map_zone {
	position: absolute; top: 35px; right: 7px;
	width: 272px; height: 272px;
	border: 0px;
	padding: 0px;
	color: #555555; font-size: 11px;
	visibility: hidden; z-index: 7;
}

#wide_map_zone {
	position: absolute; top: 35px; right: 7px;
	border: 0px;
	padding: 0px;
	color: #555555; font-size: 11px;
	visibility: hidden; z-index: 7;
}

#info_window {
	text-align: center;
}