/*
//------------------------------------------------------------------
// 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 {
	max-width: 1050px;
}
#content table#foal {
	
}
#content table#foal td#foal_docs {
	width: 430px;
	vertical-align: top;
	text-align: center;
}
#content table#foal td#foal_docs #foal_docs_in {
	background: #E6E6E6;
	height: 375px;
	padding: 10px;
}
#content table#foal td#foal_docs #player_video {
	width: 360px;
	margin: auto;
	height: 288px;
}
#content table#foal td#foal_docs #photos {
	height: 80px;
	margin-top: 15px;
}
#content table#foal td#foal_docs #photos img {
	border:solid 1px #7f7f7f;
}
#content table#foal td#foal_docs .principale {
	height: 288px;
}
#content table#foal td#foal_docs .principale img {
	border:solid 1px #7f7f7f;
}
#content table#foal td#foal_infos {
	vertical-align: top;
	width: 480px;
	padding-left: 20px;
}
#content table#foal td#foal_infos #retour_liste {
	text-align: right;
	margin-bottom: 10px;
}
#content table#foal td#foal_infos #retour_liste a {
	text-decoration: underline;
}
#content table#foal td#foal_infos h2 {
	text-transform: uppercase;
}
#content table#foal td#foal_infos h4 {
	font: bold 12px Arial, sans-serif;
	color: #f38300;
	margin-bottom: 5px;
}
#content table#foal td#foal_infos #encart_eleveur {
	width: 230px;
	border: solid 1px #cccccc;
	float: right;
	padding: 7px;
}
#content table#foal td#foal_infos #encart_eleveur #photo_eleveur {
	float: right;
}
#content table#foal td#foal_infos #encart_eleveur #photo_eleveur img {
	border: solid 1px #cccccc;
}
#content #origines {
}
#content #origines h4 {
	font: bold 12px Arial, sans-serif;
	color: #f38300;
	margin-bottom: 5px;
	text-align: center;
}
#content #origines table {
	margin: auto;
}
#content #origines table td.pere {
	border:solid 1px #7f7f7f;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	width:150px;
	padding:4px;
	background:#ebeef0;
}
#content #origines table td.mere {
	border:solid 1px #7f7f7f;
	text-align:center;
	text-transform:uppercase;
	font-size:10px;
	width:150px;
	padding:4px;
	background:#f6eeed;
}
#content #origines table td .race{
	font-style:italic;
	text-transform:none;	
	font-size:9px;
	margin-left:4px;
}