/*
//------------------------------------------------------------------
// 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 .infos{
	color : #808080;
	font-size : 11px;
	font-style : italic;
}
#content .prix{
	padding : 10px 0;
}

#content #imprimer{
	float : right;
}
#content #imprimer img{
	border : none;
}

#content h4{
	padding : 10px 0;
	color : #006837;
}
#content table#genealogie{
	border : 8px solid #8CC63F;
	width : 100%;
	background : #666;
	padding : 3px;
}
#content table#genealogie td{
	border-left:5px solid #8CC63F;
	background : #fff;
	text-align : center;
	padding : 3px 0 3px 10px;
	text-transform : uppercase;
}