#fiche_contact{
	display:block;
	height:495px;
	width:500px;
	padding:10px;
	z-index:1000;
}

#num_contact{	/* Le numéro de la fiche */
	display:block;
	height:20px;
	font-size:17px;
	text-align:right;
	color:#666;
}

#nom_contact{	/* Le nom et les statut du contact */
	display:block;
	padding:2px;
	color:#090;
	font-size:20px;
}
#nom_contact h6{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	margin-top:4px;
}

#fiche_contact h5{	/* Les titres des parties */
	display:block;
	line-height:20px;
	text-align:center;
	font-size:14px;
	background:#5DB957;
	color:#FFF;
}

#t_fiche, #t_fiche_patients, #t_fiche_historique, #t_fiche_dons{	/* Les parties */
	width:100%;
	font-size:13px;
	background:#EEE;
	border-top:3px solid #5DB957;
	border-bottom:3px solid #5DB957;
}

#t_fiche_patients th, #t_fiche_historique th, #t_fiche_dons th{		/* Les en-tête des tableaux */
	font-size:12px;
}

#t_fiche td, #t_fiche_patients td, #t_fiche_historique td, #t_fiche_dons td{	/* Les cases des tableaux */
	max-width:200px;
	padding:3px;
	color:#000;
	word-wrap:break-word;
	vertical-align:middle;
	text-align:center;
	font-size:12px;
	overflow:hidden
}
#t_fiche td{
	text-align:left;
}
#t_fiche td:first-child{
	text-align:right;
	min-width:140px;
	width:140px;
	padding-right:20px;
	color:#000;
	font-size:13px;
	font-weight:bold;
}
#t_fiche_patients td:nth-child(2){
	text-align:left;
}
#t_fiche_dons td:last-child{
	text-align:justify;
}
#t_fiche_dons tbody tr:hover{
	cursor:pointer;
	background:#FFF;
}