/*
//------------------------------------------------------------------
// 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 .ombre{
	background:url(images/ombre.jpg) bottom right no-repeat;
	float:left;
	width:394px;
	margin:10px;
	margin-top:20px;
	height:169px;	
}

#content #catalogue .cheval{
	padding:5px;
	border:solid 2px #962821;
	width:375px;
	height:150px;
	background:white;
}
#content #catalogue .ombre .cheval a img.border-photos{
	margin-right:10px;
	float:left;
	border:none;
}
#content #catalogue h5 a{
	font-family:Trebuchet MS;
	color:#004922;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

#content #catalogue h5 span{
	font-size:13px;
	font-style:italic;
	text-transform:normal;
}

#content #catalogue .informations{
	font-weight:bold;
	font-size:12px;
}
#content #catalogue .informations .nomparents{
	display:block;
	font-weight:normal;
	text-transform:uppercase;
	font-size:10px;
	margin-top:5px;
}
#content #catalogue .informations a.lienfiche{
	display:block;
	color:black;
	background:url(images/fiche.gif) no-repeat;
	padding-left:20px;
	font-weight:normal;
	font-size:11px;
	margin-top:15px;
	margin-left:200px;
}

#content #catalogue .informations a.lienvideo{
	display:block;
	color:black;
	background:url(images/icovideo.gif) no-repeat;
	padding-left:20px;
	font-weight:normal;
	font-size:11px;
	margin-top:5px;
	margin-left:200px;
}

#content #catalogue .liensimprimer{
	text-align:center;
	padding:30px;
}

#content #catalogue .liensimprimer a.liencatalogue img{
	border:none;
}

#content #catalogue .liensimprimer a.lienfiches img{
	border:none;
}


/*------------------------------------------------------------------*/
	/* VERSION TABLEAU */
/*------------------------------------------------------------------*/
/* 
#catalogue {
}
#catalogue table {
	width: 100%;
}
#catalogue table thead th a{
}
#catalogue table tr {
}
#catalogue table tr td {
	text-align: center;
}
#catalogue table tr td.photo img {
}
#catalogue table tr td.cheval{
}
#catalogue table tr td.cheval h3{
	text-transform: uppercase;
}
#catalogue table tr td.cheval span.informations {
	font: italic 12px Verdana;
}
#catalogue table tr td.pere{
	text-transform: uppercase;
}
#catalogue table tr td.mere{
	text-transform: uppercase;
} */