.fiche {
	text-align: left;
	display: block;
	margin-bottom: 20px;
}

.fiche .infos {
	float: left;
}

.fiche .legende {
	display: block;
	float: left;
	width: 90px;
}

.fiche .valeur {
	font-weight: bold;
	float: left;
}

.fiche .info-bloc {
	clear: both;
}


.fiche .photo {
	text-align: left;
	float: left;
	margin-right: 10px;
}

.confidentiel, .sngm {
	text-align: left;
	margin-top: 20px;
	clear: both;
	display: block;
}

.confidentiel .legende, .sngm .legende {
	display: block;
	float: left;
	width: 120px;
}

.confidentiel .valeur, .sngm .valeur {
	font-weight: bold;
}

.confidentiel .info-bloc, .sngm .info-bloc {
	clear: both;
}

/* Carte d'identité */
.identite {
	text-align: left;
	display: block;
	margin-bottom: 20px;
}

.identite .infos {
	float: left;
}

.identite .legende {
	display: block;
	float: left;
	width: 75px;
}

.identite .valeur {
	font-weight: bold;
}

.identite .info-bloc {
	clear: both;
}

td span.tableau {
	display: block;
	padding-top: 5px;
}
/* Tooltip sur l'annuaire */
span.editlinktip.hasTip img {
	position: relative;
	top: 4px;
	left: 5px;
}
