h1
{
	padding: 100px 100px 50px 100px;
	background: rgba(255, 255, 255, 0.6);
	font-size: 2.2em;
}

#principale
{
	background: url('../img/remorquage/probleme.jpg') center no-repeat;
	background-size: cover;
}

#principale div
{
	padding: 20px 100px;
	line-height: 1.5;
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	font-size: 1.75em;
}

#principale div:first-of-type
{
	color: var(--rouge);
	font-weight: bold;
}

#principale a
{
	display: inline-block;
	padding: 20px;
	background: var(--rouge);
	color: var(--blanc);
}

#principale div img
{
	height: 300px;
	margin: 20px;
	vertical-align: bottom;
}