/* CSS membres */

/* Menu membres */
#membres-region{
	margin:20px auto 0;
	width:980px;
	background:#b51f22;
	padding:5px 0;
}
.block-membres ul {
	width:980px;
	display:block;
	padding:0;
}
.block-membres ul li{
	list-style:none outside none;
	float:left;
	margin:0 5px 0 10px;
	padding:0;
}
.block-membres ul li a{
	color:#fff;
	padding:2px 5px 2px 20px;
	height:16px;
	line-height:16px;
}
.block-membres ul li a#memberslist{
	background:transparent url(images/menu_membres_listusers.png) no-repeat 0% 50%;
}
.block-membres ul li a#agenda{
	background:transparent url(images/menu_membres_agenda.png) no-repeat 0% 50%;
}
.block-membres ul li a#forum{
	background:transparent url(images/menu_membres_forum.png) no-repeat 0% 50%;
}
.block-membres ul li a#documents{
	background:transparent url(images/menu_membres_documents.png) no-repeat 0% 50%;
}
.block-membres ul li a#massmailing{
	background:transparent url(images/menu_membres_massmailing.png) no-repeat 0% 50%;
}
.block-membres ul li a#account{
	background:transparent url(images/menu_membres_account.png) no-repeat 0% 50%;
}
.block-membres ul li a#logout{
	padding-left:0;
	margin-left:20px;
	font-size:.9em;
	font-style:italic;
}
.block-membres ul li.active-trail a{
	font-weight:bold;
}
.block-membres ul li.active-trail ul li a{
	font-weight:normal;
}

/* Second niveau */
.block-membres ul li.expanded{
	position:relative;
}
.block-membres ul li.expanded ul{
	display:none;
}
.block-membres ul li.expanded:hover ul{
	display:block;
	background:#b51f22;
	position:absolute;
	top:18px;
	left:0;
	width:180px;
	z-index:200;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
.block-membres ul li.expanded ul li{
	clear:left;
	margin:0 0 3px;
}
.block-membres ul li.expanded ul li a{
	padding:3px 5px 3px 20px;
	display:block;
}

/* -------------------------------------------------------------------------------------
 * 				PROFIL
 * ------------------------------------------------------------------------------------ */
#avatar-img {
	float:left;
	width:220px;
	padding: 0px; margin: 0px;
}
#avatar-img #photos { margin-top: 10px; }
#avatar-img .photo { margin-bottom: 5px; }
#avatar-area {
	float:right;
	margin-top:0;
	width:480px;
}
table.tableau-membre tr td.titre {
	padding:3px 5px;
	vertical-align:top;
	width:160px;
	font-weight: bold;
}
table.tableau-membre tr td {
	padding:3px 0;
	vertical-align:top;
}
.profil-cache { background: #f1d6d6; }
.indication {
	font-family:Verdana;
	font-size:10px;
	margin:20px 0 4px 0;
}



/* RÉSERVATION_______________________________________________________________________________*/
.node-type-reservation .node-inner .meta-infos{
	float:right;
	width:180px;
	text-align:left;
}
