/*
//------------------------------------------------------------------
// 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 #documents{
	float : left;
	width : 680px;
	text-align :center;
	background : #6C2717;
	padding : 10px;
	margin:10px 0;
}
#content #documents img{
	border:3px solid #481003;
}
#content #documents .affiche{
	float:left;
}
#content #documents .photos{
	margin : 5px 0 0 0;
}
/*------------------------------------------------------------------*/
#content #origines{
	float : left;
	margin:10px 0px 20px 0px;
}
#content #origines table#genealogie{
	width : 700px;
}
#content #origines table#genealogie td{
	background : #DCC695;
	color : #000;
	text-align : center;
	padding : 5px 0;
}
#content #origines table#genealogie td span.nom{
	text-transform : uppercase;
}
#content #origines table#genealogie td span.race{
	font-style : italic;
	font-size : 11px;
}
/*------------------------------------------------------------------*/
#page #wrapper1 #wrapper2 #contener #content #imprimer a.fiche{
	background: url(fr/images/imprimer-fiche.png) no-repeat;
	display : block;
	width : 188px;
	height : 82px;
	text-indent : -2000px;
	overflow : hidden;
}
#page #wrapper1 #wrapper2 #contener #content #imprimer a.fiche:hover{
	background: url(fr/images/imprimer-fiche-hover.png) no-repeat;
}