.vehicule-fiche
{
	margin-bottom: 1.5em;
}

.vehicule-fiche h4
{
	margin-bottom: 0.4em;
}

.vehicule-profil
{
	margin-left: var(--marge-fond);
	margin-bottom: 0.8em;
}

.vehicule-profil th
{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
	padding-right: 0.8em;
}

.vehicule-profil td
{
	vertical-align: top;
}

.vehicule-description
{
	margin-bottom: 0;
}

.vehicule-notes
{
	margin-top: 0;
}

.vehicule-image-droite
{
	float: right;
	max-width: 25%;
	margin: 0 0 0.8em 1em;
}

.vehicule-image-droite img
{
	display: block;
	max-width: 100%;
	height: auto;
}

.vehicule-description-bloc::after
{
	content: "";
	display: block;
	clear: both;
}