/****************************************************************/
/* PANNEAU DE JEU > CARTE DE YUUKAN
/****************************************************************/
div.relative {position:relative;}

/* Scroll */
div#carte_yuukan_scroll_conteneur {overflow:hidden; height: 260px; width: 280px; border: 1px solid #ddd; position: relative;background-image:url('http://images.shinobi.fr/design/loading_shuriken'); background-repeat:no-repeat; background-position:center center; }
div#carte_yuukan_scroll_contenu {width: 672px;	height: 637px;	position: relative;}
div#joueur_icon {position:absolute; top:122px; left:130px;}
div.moi_fixe {width:12px; height:19px; background-image:url('http://images.shinobi.fr/images/cartes_plus/personnages/moi_fixe.gif');}
div.moi_gauche {width:9px; height:19px; background-image:url('http://images.shinobi.fr/images/cartes_plus/personnages/moi_gauche.gif');}
div.moi_droite {width:9px; height:19px; background-image:url('http://images.shinobi.fr/images/cartes_plus/personnages/moi_droite.gif');}
div.moi_haut {width:12px; height:19px; background-image:url('http://images.shinobi.fr/images/cartes_plus/personnages/moi_haut.gif');}
div.moi_bas {width:12px; height:19px; background-image:url('http://images.shinobi.fr/images/cartes_plus/personnages/moi_bas.gif');}
div.moi_mort {width:13px; height:16px; background-image:url('http://images.shinobi.fr/images/cartes_plus/personnages/moi_mort.gif');}

/* Tableau */
table#carte_yuukan {border-collapse:collapse;border:1px solid #c2c2c2;position:absolute; }
table#carte_yuukan td {border:0; padding:0;text-align:center;vertical-align:middle;font-size:0;}
table#carte_yuukan td.brouillard {background-image:url('../brouillard.gif');background-position:left bottom;}
table#carte_yuukan td.mer {background-position:left bottom;}
table#carte_yuukan td.raid0 {background-image:url('http://images.shinobi.fr/images/carte_raid/0.gif'); background-position:50% 50%; background-repeat:no-repeat}
table#carte_yuukan td.raid1 {background-image:url('http://images.shinobi.fr/images/carte_raid/1.gif'); background-position:50% 50%; background-repeat:no-repeat}


/* Tableau > Cases */
table#carte_yuukan td div.case {width:100%; height:100%;position:relative;top:0;left:0;}
table#carte_yuukan td div.case:hover {background-image: url('../images/interface/fond/blanc_alpha80.png');}
table#carte_yuukan td div.accessible {background-image: url('../images/interface/fond/blanc_alpha30.png');cursor:pointer;}
table#carte_yuukan td div.brouillard {background-image:url('../images/carte/brouillard.gif');} /* Pour les cases hors-limites */

/* Tableau > Cases > Icones */
table#carte_yuukan td div.icon {width:100%;height:100%;	position:relative;top:0;left:0;background-repeat:no-repeat;background-position:center center;}

/* Tableau > Cases > Icones > Personnages */


table#carte_yuukan td div.perso2 {background-image:url(http://images.shinobi.fr/images/cartes_plus/personnages/moi_fixe.gif);}
table#carte_yuukan td div.coequipier2 {background-image:url(http://images.shinobi.fr/images/cartes_plus/personnages/coequipier_fixe.gif);}
table#carte_yuukan td div.ennemi_br2 {background-image:url(http://images.shinobi.fr/images/cartes_plus/personnages/ennemi_fixe.gif);}
/* Tableau > Cases > Icones > Montures */
table#carte_yuukan td div.monture_cheval, table#carte_yuukan td div.monture_dodo, table#carte_yuukan td div.monture_griffon{background-image:url(http://images.shinobi.fr/images/classes/4.png); }


/* Fenêtres */
div.case_fenetre {}
div.case_fenetre span.titre{font-weight:bold; color:#434343}
div.case_fenetre span.numero{font-style:italic; color:#434343}
div.case_fenetre img{float:left;border:1px dashed #8d8d8d; margin-right:3px}