/****************************************************************************/
/*								Members	List								*/
/****************************************************************************/


#ListTeamGroups{
	width:697px;
	margin-bottom:10px;
	padding:10px 10px 0px 10px;
	border:1px dotted #EFEFEF;
}

	#ListTeamGroups .ListMembers{
		margin-left:-1px;
		float:left;
		_width:342px;
		width: 342px;
		margin-bottom:10px;
		border:1px solid #AFD4E8;
		background:url('images/bg_cadreTeam.jpg') 0px bottom repeat-x #FCFDFD;
		font-size:11px;
		height: 98px;
	}
	
		#ListTeamGroups .ListMembers .photo{
			float:left;
			padding:3px;
		}

			#ListTeamGroups .ListMembers .photo img{
				width:70px;
				height:85px;
			}
		
		#ListTeamGroups .ListMembers .info{
			float:left;
			padding:3px;
			width:210px;
		}

#ListTeamGroups .separator{
	float:left;
	width:10px;
	height:1px;
}
