/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/

#fiche .genealogie{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

#fiche .genealogie table{
	text-transform:uppercase;
	font-size:11px;
	margin-left:auto;
	margin-right:auto;
}
#fiche .genealogie table td{
	border:solid 1px white;
	padding:5px;
	padding-right:10px;
	padding-left:10px;
}

#fiche .commentairesparents{
	margin-left:70px;
}
#fiche .commentairesparents p{
	margin:0px;
	margin-bottom:20px;
}


#fiche .commentairesparents h4{
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	margin-bottom:5px;
	padding:2px;
	margin-right:10px;
	background:white;
	color:#20215A;
}

