/*
//------------------------------------------------------------------
// 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 #trier {
	float: right;
	padding-top: 15px;
	font: bold 14px Verdana, sans-serif;
	color: #74766b;
}
#content #trier a {
	text-decoration: none;
	color: #74766b;
}
/*------------------------------------------------------------------*/
#content .vignette {
	width: 247px;
	height: 321px;
	background: url(images/chevaux-vignette.jpg) no-repeat;
	float: left;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 17px;
	color: #787a6f;
	position: relative;
}
#content .vignette .photo {
	height: 122px;
	padding-left: 17px;
	padding-right: 40px;
	text-align: center;
	margin-bottom: 15px;
}
#content .vignette h3 {
	text-align: center;
	font: bold 14px Verdana, sans-serif;
	text-transform: uppercase;
}
#content .vignette h3 a {
	text-decoration: none;
	color: #57594f;
}
#content .vignette .infos_generales {
	margin-bottom: 7px;
}
#content .vignette .origines {
	color: #57594f;
	font: normal 13px verdana, sans-serif;
	margin-bottom: 7px;
}
#content .vignette .origines span {
	text-transform: uppercase;
}
#content .vignette .lien {
	text-align: right;
}
/*------------------------------------------------------------------*/
#content #imprimer {
	float: right;
}
#content #imprimer a {
	display: block;
	width: 142px;
	height: 31px;
	background: url(images/imprimer.jpg) no-repeat;
	color: white;
	font: normal 11px Verdana, sans-serif;
	text-align: center;
	padding-top: 10px;
}
#content #imprimer a:hover {
	background: url(images/imprimer-hover.jpg) no-repeat;
}