/* Page Fiche Membre */
#p_navigation_fichemembres {
	background-image: url(images/bg_navigation.png);
	background-repeat: no-repeat;
	background-position: 5% center;
	border: 1px dashed #bbbbbb;
	margin-top: -0.75em;
	padding-right: 1%;
	padding-left: 1%;
	text-align: center;
	font-family: calibri, georgia, 'times new roman', arial, serif;
}


.div_fiche_membres {
	border: 1px solid green;
	-moz-border-radius: 5px;
	margin-bottom: 1.5em;
	padding: 2px;
	background-image: url(images/liste_membres_bg.png);
	background-position: right center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.div_fiche_membres_avatar {
	border: 1px dashed gray;
	background-color: white;
	float: left;
	max-width: 20%;
	text-align: center;
	margin-right: 0.75em;
}
.div_fiche_membres_onoffline {
	float: right; 
	width: 52px;
	text-align: center;
}
.p_fiche_membres_pseudo {
	font-size: x-large;
	font-family: 'comic sans ms';
	font-variant: small-caps;
	padding-left: 0.75em;
}
.span_fiche_membres {
	text-decoration: none;
	color: black;
	text-transform: capitalize;
	border: 1px dotted green;
	padding: 0.25em;
	padding-right: 0.50em;
	padding-left: 0.50em;
	-moz-border-radius: 5px;
}
.p_fiche_membres_infos {
	padding-left: 0.75em;
	line-height: 1.5em;
}
.table_fiche_membres_infos {
	margin-left: 0.75em;
	margin-bottom: 2em;
	max-width: 75%;
}
.p_fiche_membres_derniereactivite {
	padding-left: 0.75em;
	font-style: italic;
	text-align: right;
}

.div_message_livre_dor_com {
	background-image: url(images/bg_livredor_msg.png);
	background-repeat: no-repeat;
	background-position: center right;
	border: 1px solid lightblue;
	border-left-width: 2px;
	border-top-width: 2px;
	margin-bottom: 1em;
}
.div_message_livre_dor_com2 {
	background-image: url(images/bg_livredor_msg2.png);
	background-repeat: no-repeat;
	background-position: center left;
	border: 1px solid lightgreen;
	border-left-width: 2px;
	border-top-width: 2px;
	margin-bottom: 1em;
}
.texte_message_livre_dor_com {
	border: 0px solid yellow;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	text-indent: 2%;
}
.pseudo_date_message_livre_dor_com {
	border: 0px solid green;
	text-align: right;
	font-style: italic;
	font-size: 0.90em;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 5px;
}

