/*Profil et affichage de lavatar par Alu pour Never utopia */
.profilmembre {
position:relative;
background-color:#2D4A01;
}
.pseudo{
padding-top:4px;
width:200px;
height:31px;
background-color:#2D4A01;
position:relative;
text-align:center;
color:#000000;
font:Josefin Slab, Georgia;
text-transform:uppercase;
text-shadow: 5px 5px 5px;
}
.pseudo .name a{font-size:14px; font-weight:300;color:#000000 !important;}
.rang {
width:136px;
background-color: #2D4A01;
font: 10px Josefin Slab, Georgia;
text-transform: uppercase;
color:#000000;
margin:-15px auto 5px auto;
padding:2px;
text-align:center;
position:relative;
z-index:2;
-moz-box-shadow: 0px 0px 8px 0px #000000;
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-o-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=
;
}
.infoprofil{
position:absolute;
top:35px;
left:0;
background: #62632D;
opacity:0;
filter:alpha(opacity=0);
height: 320px;
width:200px;
text-align:center;
font:13px sans-serif 500;
color: #000000;
-moz-transition: all 0.7s ease;
-webkit-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
overflow: auto;
}
.infoprofil:hover{opacity:1; filter:alpha(opacity=100);}
.infoprofil .label span {
visibility:visible;
text-decoration:underline;
display:block;
background-color:#62632D;
color:#000000 !important;
padding:5px;
margin: 5px 0 -5px 0;
}
.infoprofil .label{visibility:hidden;}
.infoprofilrep {
visibility:visible;
display:block;
background-color:#2D4A01;
padding:3px;
margin:-5px 0 -3px 0;
}
/*fin du profil ****************************************************/