@charset "utf-8";


#tooltip em {
    display:none;
}
#tooltip:hover {
    z-index: 500;
}
#tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top:7px;
    left:55px;
    color: #7d6a00;
    border: 1px solid #bbb;
    background-color: #FFE;
    padding: 5px;
    width:100px;
}


#player{ width: 530px;}

	#descriptionPerso{ color: #7d6a00; width:210px; margin:0px; padding:10px 0px 0px 5px; float:left; border: 0px;}
		#imgPlayer{text-align:center;}
		#description{ font-style:italic; }
			 .content{background-color: #CFCF9B; padding:3px;}
	#viewPlayer{position: relative; width:300px; margin:0px; padding:0px 5px 0px 0px; float:right; border: 0px}
	
.persoInventory{background-image:url(/site_elements/img_interface/invent_bg_player.png); background-repeat:no-repeat; width:292px; height:408px;}
.inventory{position:relative;background-image:url(/site_elements/img_interface/invent_item.png); background-repeat:no-repeat; width:51px; height:51px; text-align:center;}
.inventory img{ margin-top:10px;}
.weapon{ position: absolute; left:70px; top: 200px;}
.boots{ position: absolute; left:155px; top: 320px;}
.helmet{ position: absolute; left:155px; top: 80px;}
.armor{ position: absolute; left:155px; top: 160px;}
.labelContainer{float:left; padding: 0px 5px 0px 0px; margin:0px; font-weight:bold; width:45px;}
.valueContainer{float:left; margin-left:5px;}
.ContainerBar{ padding:4px 0px 4px 0px; margin:0px;}
.labelContainerBar{float:left; padding: 0px 5px 0px 0px; margin:0px; font-weight:bold; width:45px;}
.mainContainerBar{float:left; width:100px; height: 15px; padding:0px; margin:0px; border: 1px solid #7d6a00;}
.contentContainerBar{background-color:#7d6a00; height:16px; padding:0px; margin:0px;}
