/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/
#presentation div#p_bottom div#p_top div.document_cheval{
	width:100%;
	text-align:right;
	float:left;
}
#presentation div#p_bottom div#p_top div.document_cheval div.titre{
	float:left;
	margin:0 20px 0 0;
}
#presentation div#p_bottom div#p_top div.document_cheval h2{
	margin:0 0 20px 0;
	color:#a5b640;
	text-align:justify;
	font-size:2em;
	font-style:italic;
	font-weight:normal;
	text-indent:25px;
	width:350px;
}
#presentation div#p_bottom div#p_top div.document_cheval h3{
	margin:0 0 20px 0;
	font-weight:normal;
	color:#78726f;
	text-align:justify;
	font-size:1.8em;
	font-family:garamond, "times new roman", serif;
	text-indent:50px;
	border-bottom:10px solid #64993a;
	text-transform:uppercase;
	width:445px;
}
#presentation div#p_bottom div#p_top div.document_cheval h3 em{
	font-size:.8em;
}
#presentation div#p_bottom div#p_top div.document_cheval p.affiche{
	float:left;
	margin:0 10px 0 0 ;
}
#presentation div#p_bottom div#p_top div.document_cheval p.affiche a{
	
}
#presentation div#p_bottom div#p_top div.document_cheval p.affiche a img{
	border:3px solid #d5d5d5;
}
#presentation div#p_bottom div#p_top div.document_cheval p.photos{
	float:left;
}
#presentation div#p_bottom div#p_top div.document_cheval p.photos a img{
	border:3px solid #d5d5d5;
}
#presentation div#p_bottom div#p_top div.document_cheval p.infos{
	text-align:left;
	color:#a3b33c;
	text-indent:50px;
	font-weight:bold;
	font-size:1.2em;
}
#presentation div#p_bottom div#p_top div.document_cheval h4{
	text-align:justify;
	color:#a3b33c;
	font-weight:bold;
	margin:20px 0 10px 0;
	border-bottom:2px solid #64993a;
	padding:0 0 2px 0;
}
#presentation div#p_bottom div#p_top div.document_cheval p.commentaire{
	text-align:justify;
	color:#a3b33c;
	width:445px;
}
/*------------------------------------------------------------------*/
#affichage_page{
	background:#fff;
	margin:10px auto;
	width:980px;
	float:left;
}
#affichage_page div#ap_bottom{
	background:url(images/affichage_page_bottom.jpg) bottom no-repeat;
	float:left;
	width:100%;
}
#affichage_page div#ap_bottom div#ap_top{
	background:url(images/affichage_page_top.jpg) top no-repeat;
	min-height:260px;
	float:left;
	width:100%;
}
/*------------------------------------------------------------------*/
#content div#fiche_cheval{
	padding:10px 20px;
	color:#000;
	float:left;
	width:100%;
}
#content div#fiche_cheval p.prix{
	color:#a5b640;
	font-size:1.2em;
}
#content div#fiche_cheval p.prix span{
	font-weight:bold;
}
/*---------------------------------------------------*/
#content div#fiche_cheval h4{
	text-align:justify;
	color:#a3b33c;
	font-weight:bold;
	margin:20px 0 10px 0;
}
#content div#fiche_cheval table#genealogie{
	float:left;
	background:url(images/cheval_genealogie.jpg) top repeat-x #eaeaea;
	border:1px solid #cac8c8;
	border-collapse:collapse;
	width:500px;
}
#content div#fiche_cheval table#genealogie tr{
	
}
#content div#fiche_cheval table#genealogie td{
	text-align : center;
	padding : 3px 0;
	text-transform : uppercase;	
	border-bottom:1px solid #cac8c8;
	padding:10px;
}
#content div#fiche_cheval table#genealogie td.mere{
	
}
#content div#fiche_cheval table#genealogie td.pere{
	
}
/*---------------------------------------------------*/
#content div#fiche_cheval div.commentaires{
	width:400px;
	margin:0 0 0 20px;
	float:left;
}
#content div#fiche_cheval div.commentaires h4.titreC{
	text-align:justify;
	color:#a3b33c;
	font-weight:bold;
	margin:20px 0 10px 0;
	border-bottom:2px solid #64993a;
	padding:0 0 2px 0;
}
#content div#fiche_cheval div.commentaires p.commentaire{
	color:#2b5e11;
}
/*---------------------------------------------------*/
#content div#imprimer{
	margin:10px auto 30px auto;
	float:right;
} 
#content div#imprimer a{
	background:url(images/chevaux_print.jpg) no-repeat;
	display:block;
	width:190px;
	height:46px;
	padding:12px 0 0 55px;
	float:left;
} 