/* © 2007 by Rachid EL YOUSSFI  : elyoussfi-rachid@hotmail.fr */

/***************************************/


#zw_member_left_content{
	display: block;
	float: left;
	width: 79%;
	max-width: 79%;
	padding:2px;
}

#zw_member_right_content{
	display: block;
	float: right;
	width: 19%;
	max-width: 19%;
	padding:2px;
}


/*--- Profil utilisateur --*/

.member_profile_box{
	float: left;
	display: block;
	padding:0;
	margin:0;
	width: 100%;
	max-width: 100%;
	border-radius: 0 0 6px 6px;
	-moz-border-radius: 0  0 6px 6px;	
}

.member_profile_box_photo{
	float: left; 
	display: block;
	padding: 1px;
	margin:3px;
	max-width: 25%;
}

.member_profile_box_title{
	float: left;
	font-size:13px;
	color: #000;
	background-color: #E7EAFE;
	width: 70%;
	max-width: 70%;
	padding: 4px 8px;
	padding-bottom:0;
	margin: 2px;
	margin-bottom: 8px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius:5px;
}


.member_profile_box_name{
	font-size:14px;
}

.member_profile_box_status{
	color: #666;
}


.member_profile_box_quick_infos{
	font-size:12px;
	color: #999999;
	font-weight:normal;
}

.member_profile_box_infos{
	float: right;
	width: 70%;
	color:#333;
	max-width: 70%;
	margin-bottom: 3px;
	padding: 5px;
	margin-right: 5px;
}

.member_profile_box_infos label{
	color: #333;
	font-size: 11px;
}


/*--- Menu utilisateur ---*/

.member_profile_nav {
	position: relative;
	float: right;
	display: inline-table;
	font-size:12px;
	z-index: 1;
}
.member_profile_nav dl {
	float: left;
	font-weight:bold;
	margin: 0;
}
.member_profile_nav dt {
	background: #DEE6FE;
	/*border: #CCC 1px solid;*/
	border-bottom:none;
	cursor: pointer;
	text-align: center;
	padding: 3px;
	margin-left: 4px;
}


.member_profile_nav dt:hover {
	background: #DEE6FE;
	/*border: #CCC 1px solid;*/
	border-bottom:none;
	cursor: pointer;
	text-align: center;
	padding: 3px;
	margin-left: 4px;
	font-weight:bold;
}


.member_profile_nav a{
	text-decoration: none;
	color:#7C96FA;
}
.member_profile_nav a:hover{
	text-decoration: none;
	color: #FFF;
	font-weight:bold;
}

.member_profile_box_item{
	clear:both;
	float:left;
	padding: 5px;
	border-bottom:#CCCCCC solid 1px;
}

.member_profile_box_item_infos{
	font-size:11px;
	display: block;
	clear: both;
	margin-top: 3px;
	background:#E8EFFD;
	width: 100%;
}


.member_presentation{
	background: #F8FFE6;
	border: #CCC 1px solid;
	margin-top: 8px;
	margin-bottom: 8px;
	width: 98%;
} 

.member_more_about_me{
color: #666;
text-align: justify;
margin: 5px;
}

/*--- liste amis ---*/


.member_friend_box{
	clear:both;
	display: block;
	float: left;
	border:#EFEDED 1px solid;
	padding:3px;
	min-height: 80px;
	width: 98%;
}

.member_friend_box li{
	line-height: 1.366;	
}

.member_friend_box_title{
	float: left;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	width: 99%;
}

.member_friend_box_card{
	clear:both;
	display: inline-table;
	border:#CCCCCC 1px solid;
	padding:3px;
	width:98%;
}

.member_friend_box_infos{
	float: left;
	padding:2px;
	padding-left: 5px;
}
.member_friend_box_photo{
	float: left;
	display: inline-table;
	padding:2px;
	margin: 2px;
	border: 1px solid #EFEDED;
}

.member_friend_box_actions{
	position: relative;
	float: right;
	bottom:0;
	background-color: #E7EAFE;
	padding: 4px;
	min-width: 170px;
}



