/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/
#content {
	padding-left: 15px;
	padding-right: 15px;
}
#content h2 {
	margin-left: -15px;
}
#content .vignette {
	width: 935px;
	height: 221px;
	background: url(images/encart-chevaux.gif) no-repeat;
	margin: auto;
	margin-top: 20px;
}
#content .vignette h3 {
	height: 43px;
	font: bold 18px Arial;
	line-height: 43px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#content .vignette h3 a {
	color: #e1efcf;
}
#content .vignette table {
	width: 98%;
	margin: auto;
}
#content .vignette table td {
	vertical-align: top;
}
#content .vignette table td.photo {
	width: 230px;
	text-align: center;
}
#content .vignette table td.infos {
	padding-left: 15px;
}
#content .vignette table td.infos .suite {
	padding-top: 8px;
}
#content .vignette table td.infos .suite .lien {
	height: 30px;
	line-height: 30px;
}
#content .vignette table td.infos .suite .lien a {
	padding-left: 30px;
	background: url(images/fleche.gif) left center no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}