/*
//------------------------------------------------------------------
// 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
//
//------------------------------------------------------------------
*/

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

.vignette {
	width: 203px;
	height: 229px;
	float: left;
	background: url(images/vignette-catalogue.jpg) no-repeat;
	padding: 10px 22px 0 12px;
	text-align: center;
	margin-right: 30px;
}

.vignette h3 {
	font: bold 12px Verdana;
	color: #29abe2;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.vignette h3 span.race {
	font-style: italic;
}
.vignette .prix {
	font: normal 12px Verdana;
}
.vignette img {
	border: solid 1px #80aac1;
}
.vignette .infos_generales {
	color: #b2b2b2;
	font: italic 11px Verdana;
	margin-bottom: 5px;
}
.vignette .origines {
	font: normal 12px Verdana;
}
#imprimer img {
	border: none;
}