/****************************************************************/
/* AVATAR JEU
/****************************************************************/
iframe.avatarAndVillage { width:120px;height:74px;}
iframe.avatar { width:120px;height:74px;}
div.avatar_icon {
	width:60px;
	height:74px;
	position:relative;
	margin:auto;/* conflit avec combat.php ? perso ? */
}
div.avatar_icon div {
	width:60px;
	height:74px;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}
div.avatar_icon div {
	width:60px;
	height:74px;
	background-repeat:no-repeat;
	position:absolute;
	top:0;
	left:0;
}
div.avatar_icon div.blink {
    display:none;
}
div.avatar_icon_small {
	width:30px;
	height:37px;
	position:relative;
	top:0;
	left:0;
	margin:auto;
}
div.avatar_icon_small img {
	width:30px;
	height:37px;
	position:absolute;
	top:0;
	left:0;
}

div#avatar_preview {float:right;position:relative; width:100px;}


/****************************************************************/
/* Module de création d'Avatar
/****************************************************************/
img.avatar {position:absolute;top:0; left:0; width:60px;height:74px;}


img.miniature {
	width:60px;
	height:74px;
	border:1px dashed #CCCCCC;
	margin:0px;
	padding:-2px;
	cursor:pointer;
}
img.miniature:hover {
	border:1px solid #CCCCCC;
}
#avatar dt {
	text-transform:capitalize;
	letter-spacing:1px;
	padding-left:7px;
	color:404146;
	margin-bottom:1px;
 	border:					1px solid #C2C2C2;
	-moz-border-radius: 8px;
	font-weight: bold ;
	color: #9E9E9E ;
    padding : 0.4em;
	cursor:pointer;
}

#avatar dd {
	padding-left:0px;
	margin-left:0;
}


