/*
//------------------------------------------------------------------
// 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 h2 span.race {
	font-style: italic;
}

#content p.prix {
	
	color: #808080;
	font: bold 12px Verdana;
}

#content p.informations {
	font: italic 12px Verdana;
	color: #808080;
}

#content .affiche, #content .photos {
	text-align: center;
}
#content .affiche img, #content .photos img {
	border: solid 1px #CCCCCC;
}
#content #commentaires h5 {
	color: #009245;
	font: bold 12px Verdana;
}
#fiche {
	text-align: center;
}
#fiche img {
	border: none;
}

#genealogie {
	width: 100%;
	background-color: #07440e;
	border: solid 2px #c69c6d;
	margin-bottom: 15px;
}
#genealogie td {
	background-color: #bcba9b;
	border: solid 2px white;
	text-transform: uppercase;
	padding: 5px;
}
#genealogie td span.race {
	font-style: italic;
}