/*
//------------------------------------------------------------------
// 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 : 400px;
}
#content .informations{
	float : right;
	width : 640px;
}
/*------------------------------------------------------------------*/
#content .documents img{
	border : 1px solid #5D708E;
}
/*------------------------------------------------------------------*/
#content .informations h3{
	color : #5D708E;
	text-transform : uppercase;
	font-size : 17px;
}
#content .informations .infos, .prix{
	font-weight : bold;
	font-size : 1.1em;
}
#content .informations .commentaires{
	padding : 40px 0;
}
#content .informations table#genealogie{
	width : 640px;
	height : 200px;
}
#content .informations table#genealogie td{
	background:#E0E2E6;
	border:1px solid #C3C3C3;
	text-align : center;
	text-transform : uppercase;
	font-size : .92em;
}
#content .informations h4.titreC{
	background : #5D708E;
	color : #fff;
	padding : 2px 0;
	text-align : center;
	font-size : 13px;
}
/*------------------------------------------------------------------*/
#content #imprimer{
	float : right;
}