/*Liste membre*/

#les-membres{
	padding-bottom: 120px;
	background: white url(http://www.fdpi.info/data/template/bg-liste-membres.png) no-repeat bottom;
}

.accountSummary{
	width: 245px;
	margin: 0 auto;
}

.ContentText{
	padding: 0;
}

.content-entreprise{
	padding: 0 20px;
}

.liste-membres{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.info-membres{
	width: 100%;
}

.info-membres td{
	vertical-align: top;
}

.item-membre{
	padding: 10px 0 0 0;
	border-bottom: 1px dotted black;
	margin: 0 10px;
}

.item-membre a{
	text-decoration: none;
}

.item-membre:hover{
	background: #cccccc;
}

.icone-membre{
	padding: 0 2px 0 0;
    width: 35px;
}

.nom-membre{
	vertical-align: middle !important;
	font-weight: bold;
	font-size: 16px;
}

.poste-membre{
	color: #999999;
}

.img-membre{
    text-align: right;
}

.img-membre img{
	max-width: 50px;
	max-height: 50px;
}

/*Fiche membre*/

.fiche-membre{
	padding: 0 15px 0 0;
}

.fiche-membre .img-membre{
	height: 210px;
    text-align: center;
    width: 170px;
	padding: 15px;
}

.fiche-membre .img-membre img{
	max-height: 210px;
    max-width: 170px;
}

.fiche-membre .adresse-membre{
	height: 40px;
	padding: 10px 0;
}

.fiche-membre .tel-membre{
	height: 40px;
}

.fiche-membre .poste-membre{
	height: 40px;
	color: #808080;
    font-weight: bold;
	border-bottom: 1px dashed #23309D;
}

.fiche-membre .libel{
	font-weight: bold;
	color: #23309D;
	font-size: 16px;
}

.fiche-membre  .btn-contacter{
	vertical-align: bottom;
	text-align: right;
}

.fiche-membre  .btn-contacter a{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px 5px 6px;
	border-radius: 0px 20px 20px 20px;
	text-decoration: none;
	background: url(http://www.fdpi.info/data/template/bg-title.png) repeat-x left top;
	color: white;
	-moz-box-shadow: 0px 0px 12px 0px #656565;
	-webkit-box-shadow: 0px 0px 12px 0px #656565;
	-o-box-shadow: 0px 0px 12px 0px #656565;
	box-shadow: 0px 0px 12px 0px #656565;
}

.btn-pdf{
	font-size: 120%;
	font-weight: bold;
	margin: 0;
	padding: 6px 10px 4px 6px;
	border-radius: 0px 20px 20px 20px;
	text-decoration: none;
	background: url(http://www.fdpi.info/data/template/bg-title.png) repeat-x left top;
	color: white;
	float: right;
	-moz-box-shadow: 0px 0px 12px 0px #656565;
	-webkit-box-shadow: 0px 0px 12px 0px #656565;
	-o-box-shadow: 0px 0px 12px 0px #656565;
	box-shadow: 0px 0px 12px 0px #656565;
}