/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------*/

#content #fiche h2.fiche{
	text-transform:uppercase;
	margin-bottom:0px;
}

#fiche h2{
	text-transform:uppercase;
}

#content #fiche h2.fiche span{
	font-size:14px;
	font-style:italic;
}

#content #fiche .photos{
	text-align:center;
}

#content #fiche .photos img{
	border:solid 2px #7ec1d9;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:8px;
}

#content #fiche .informations{
	font-weight:bold;
	font-size:13px;
}
#content #video{
	padding:20px;
	text-align:center;
}
#content #video img{
	border:solid 2px #7ec1d9;
}
#content #fiche .fichepdf{
	float:right;
}

#content #fiche .fichepdf a img{
	border:none;
}
#content #fiche h4{
}
#content #fiche p.commentaire{
	margin-bottom:20px;
}
#content #fiche .autresdocuments{
}
#content #fiche .genealogie{
	margin-bottom:20px;
	text-align:center;
}
#content #fiche .genealogie table{
	width:98%;
}
#content #fiche .genealogie tr{
}
#content #fiche .genealogie td{
	font-size:11px;
	text-transform:uppercase;
	padding:4px;
	text-align:center;
	border:solid 1px #7ec1d9;	
}
#content #fiche .commentairesparents{
}
#content #fiche .commentairesparents h4{
}
#content #fiche .commentairesparents p{
}

/*------------------------------------------------------------------*/


