/* Boutiques *****************/
#boutique1 {
	width: 570px;
	height: 168px;
	margin: 10px auto;
	padding-top: 17px;
	
	background: url("../../img/design/1/boutique1.jpg") no-repeat;
}

#boutique2 {
	width: 570px;
	height: 168px;
	margin: 10px auto;
	padding-top: 17px;
	
	background: url("../../img/design/1/boutique2.jpg") no-repeat;
}

#boutique_main {
	border: 1px solid #0066B9; 
	width: 535px; 
	height: 150px; 
	overflow: auto;
	margin: auto;
	background-color: #ffffff;
}

#boutique_main a.item {
	border: 1px solid #d1d1d1;
	height: 90px; 
	width: 127px; 
	margin: 0; 
	text-align: center; 
	float: left;
	padding-top: 25px;
}

#boutique_main a:hover {
	border-color: #0066B9;
}

.item h1 {
	display: inline;
	font-weight: bold;
	font-size: 12px;
}

.item .prix {
	color: #a0a0a0;
	margin-top: 20px;
}

/* Bě°˝timents *****************/
#liste_membres {
	background-color: #f1f1f1;
	border: 1px solid #4560a5; 
	margin-bottom: 15px;
	width: 150px; 
	padding: 10px; 
	font-size: 11px; 
	float: right	
}

#liste_membres ul {
	padding-left: 20px;
}

/* Carte *****************/
#jeu_map {
	border-collapse: collapse;
	margin: auto;
}

#jeu_map td {
	width: 25px;
	height: 25px;
	border: 1px solid #d1d1d1;
	text-align: center;
	padding: 0;
}

a.lien_case {
	width: 25px;
	height: 25px;
	display: block;
	color: black;
	padding: 0;
	margin: 0;
	font-size: 1px;
}

.coord {
	background-color: #0066B9;
	color: white;
}

.hl {
	background-color: #d1d1d1;
}

/* event map */
.map_event {
	display: none;
}

.map_event_hl {
	display: block;
	position: absolute;
	/* top et left geres par javascript */
	padding: 2px;
	color: #4560a5; 
	background-color: #f1f1f1;
	border: 1px solid #4560a5;
	width: 150px;
	text-align: left;
	font-size: 11px;
	z-index: 500;
}

.map_event_hl ul {
	padding-left: 15px;
}

.map_event_hl a {
	font-size: 11px;
}

/* Classement *****************/
table#classement {
	text-align: center;
	width: 75%; 
	margin: 15px auto;
	border-collapse: collapse; 
}

#classement .titre {
	font-weight: bold;
	border-bottom: 1px solid #0066B9;
}

#classement .hl {
	/*background-color: rgb(238, 255, 238);*/
	background-color: #b3ffb1;
}

#classement .last {
	background: #ffd0d0; 
}

/* Menu *****************/
#menu_jeu {
	text-align: center;
	border-bottom: 1px solid #0066B9;
	margin-bottom: 10px;
}

#menu_jeu a {
	margin: 0 4px 0 4px;
}

#menu_jeu .on {
	border: 1px solid #0066B9;
	border-bottom: 1px solid white;
	padding: 3px 3px 0 3px;
	font-weight: bold;
}

/* Barre de PA **********/
.barre_pa {
	height: 6px;
	width: 70px;
	border: 1px solid #4560a5;
	background: white;
}

.barre_pa .pa {
	height: 6px;
	background: #0066B9;
}

