/* BankiMeteo ***********/

/* Carte d'un niveau */

table.map_niveau {
	border-collapse: collapse; 
	text-align: center;
	margin: 0 auto 20px auto;
	width: 60%;
}

.map_niveau td {
	width: 20%;
	height: 50px;
	border: 1px solid #0066B9;
}



/* Carte d'un monde */
table#meteo_monde {
	border-collapse: collapse; 
	text-align: center;
	margin-bottom: 20px;
	width: 560px;
	margin: 0 auto 20px auto;
}

#meteo_monde td {
	width: 20px; 
	height: 20px;
	line-height: 20px;
	border: 1px solid #d1d1d1;
	z-index: 1;
}

.curseur {
	cursor: pointer;
}

#meteo_listes {
	width: 540px;
	margin: auto;
}

.liste_head {
	text-align: center;
	width: 250px;
	float: left;
	margin: 0 10px 0 10px;
	padding: 0;
}	
	
#liste_objets, #liste_nains {
	text-align: left;
	border: 1px solid #0066B9;
	float: left;
	width: 260px;
	height: 210px;
	overflow: auto;
}

#liste_objets {
	margin-right: 15px;
}

#liste_objets ul {
	list-style: none;
	padding: 0;
	margin: 10px 10px 10px 15px;
}

#liste_objets ul li {
	height: 30px;
}

#liste_objets ul li img {
	vertical-align: middle;
}

#liste_nains ul, #ressource ul {
	list-style: none;
	padding: 0;
	margin: 5px;
	color: black;
}

#liste_nains ul li, #ressource ul li {
	padding: 5px;
	margin-bottom: 1px;
}

.info, #liste_nains ul li a, #ressource a, #tri_nain td a {
	font-size: 10px;
	color: #404040;
}

.info a:hover {
	text-decoration: underline;
}

/* Ressources */
#ressource {	
	
}
