/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
#fiche .affiche {
	float: left;
	width: 400px;
	margin-right: 10px;
}
#fiche h2 span.race {
	font-style: italic;
}
#fiche .infos {
	color: #006837;
	font: italic 12px Verdana;
}
#fiche .commentaire_general {
	font: normal 12px Verdana;
}
#fiche #genealogie {
	background: #fbb03b;
	border: solid 2px #ee7f00;
	border-collapse: collapse;
	width: 80%;
	margin-top: 10px;
}
#fiche #genealogie td {
	background: #fbb03b;
	border: solid 2px #ee7f00;
	padding: 3px;
	text-transform: uppercase;
}
#fiche #genealogie td span.race {
	font-style: italic;
}
#fiche h5 {
	color: #1e3c09;
	font: bold 12px Verdana;
	margin-top: 5px;
	margin-bottom: 5px;
}
#fiche #imprimer img {
	border: none;
	margin-top: 15px;
}