/* START Postbit_legacy ElementII by Ombre */ 

/* Partie droite du postbit_legacy (ombrage non fonctionnelle sous safari - avoir) */ 
.postbitlegacy .postbody, .eventbit .eventdetails .eventbody {
	margin-left:270px;
	-moz-box-shadow: 2px 2px 5px #c8c8c8 inset;
	-webkit-box-shadow: 2px 2px 5px #c8c8c8 inset;
	box-shadow: 2px 2px 5px #c8c8c8 inset;
}

/* Cadre principale qui continet tout les elements */ 
.postbitlegacy .userinfo { 
	background: #dad8d9 none   ;
	border: 1px solid #CEDFEB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
	box-shadow: -2px 2px 2px #c8c8c8;
	margin: 10px 10px 10px 10px;
	width: 230px;
}

/* Zone du pseudonyme */ 
.username_container {
	text-shadow: #819EB2 -2px 2px 2px;
}

/* Retrait des ombres dans la popup options du profile membre */ 
.memberaction_body.popupbody {
text-shadow: none;
}

/* Titre d'utilisateur en gras */ 
.usertitle {
	font-weight: bold;
}

/* Centrage pseudo et titre d'utilisateur */ 
.eventbit .userinfo .eventuseravatar, .username_container, .usertitle {
	text-align:center;
	float:none;
}

/* Infos des fields et zone complète des fields*/ 
.postbitlegacy dl.userinfo_extra dd, .postbitlegacy dl.userinfo_extra dd a, .postbitlegacy dl.user_rep dd  {
	background: #f2f6f8 none   ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	font-style: italic;
}

/* Titrages des fields */ 
.postbitlegacy dl.userinfo_extra dt, .postbitlegacy dl.user_rep dt {
	font-weight: bold;
}

/* Centrage de l'avatar */ 
.postuseravatar {
	border: 1px solid #CEDFEB;
	padding: 10px 10px 10px 10px;
	margin:auto;
	text-align: center;
}

/* Taille de l'avatar */ 
.postbitlegacy .userinfo .postuseravatar img, .eventbit userinfo .eventuseravatar img {
	width: 100px;
	height: 100px;
}

/* Contour de l'avatar */ 
.postbitlegacy .userinfo .postuseravatar, .eventbit .userinfo .eventuseravatar {
	float:none;
	width:100px;
	text-align: center;
	margin: 10px auto 10px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	background: #f2f6f8 none   ;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
	box-shadow: -2px 2px 2px #c8c8c8;
}

/* Contour de la zone des infos du membre */ 
.postbitlegacy .userinfo .userinfo_extra  {
	float:none;
	background: #f2f6f8 none   ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
	box-shadow: -2px 2px 2px #c8c8c8;
	border: 1px solid #CEDFEB;
	padding: 5px 5px 5px 5px;
	width: auto;
	margin: 0px 10px 10px 10px;
}

/* Centrage des icones de communications (msn, icq, etc...) */ 
.postbitlegacy .imlinks {
	text-align: center;
}
/* Icones de communication encadrés avec effets d'ombres */ 
.postbitlegacy .imlinks img {
	background: #f2f6f8 none   ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
	box-shadow: -2px 2px 2px #c8c8c8;
	border: 1px solid #CEDFEB;
	padding: 2px 2px 2px 2px;
}
/* END Postbit_legacy ElementII by Ombre */ 
/* START alignement horizontal des icônes de légendes pour vb-r by Ombre */
.wgo_subblock dl.icon_legends dt {
    float: none;
}
.wgo_subblock dl.icon_legends dd {
    display: inline;
}
/* END alignement horizontal des icônes de légendes pour vb-r by Ombre */
/* Centrage des réputations */ 
.postbit_reputation {
    text-align: center;
} 


.pemtable {
	font-weight: bold;
	text-align: center;
}

.pemtable td {
	padding:8px;
	vertical-align:top;
	border-left:1px solid #cedfeb;
	border-right:1px solid #cedfeb;
	border-bottom:1px solid #cedfeb;
}

.pemtable .alt1 {
	background:rgb(255, 255, 255) bottom repeat-x;
}

.pemtable .alt2 {
	background-color:rgb(240,242,250);
}

.pemtable .left {
	text-align: left;
}

.pemtable .right {
	text-align: right;
}

.pemtable .normal {
	font-weight: normal;
}
 