#principale
{
	padding: 100px;
	border-bottom: solid 1px var(--sombre);
}

h1
{
	padding: 10px 30px;
	margin: 20px 0;
}

p
{
	padding: 20px 30px;
	margin: 20px 0;
}

table
{
	margin-left: 130px;
	border-right: solid 1px var(--sombre);
	border-bottom: solid 1px var(--sombre);
	border-spacing: 0;
}

td
{
	padding: 10px;
	border-top: solid 1px var(--sombre);
	border-left: solid 1px var(--sombre);
}

#principale a
{
	display: inline-block;
	width: 150px;
	padding: 10px 0;
	margin: 40px 40px 0 0;
	text-align: center;
	color: var(--bleu);
	text-decoration: none;
	border: solid 1px var(--bleu);
	transition: 0.5s;
}

#principale a:hover
{
	background: var(--bleu);
	color: var(--blanc);
}

#revision, #pneu, #vidange, #diagnostic, #clim, #batterie
{
	display: none;
	min-height: 500px;
	padding-bottom: 100px;
}

#revision:target, #pneu:target, #vidange:target, #diagnostic:target, #clim:target, #batterie:target
{
	display: block;
}

section img
{
	display: block;
	height: 300px;
	margin: 0 0 0 auto;
}

section:nth-of-type(n+4) h1, section:nth-of-type(n+4) p
{
	margin: 20px 100px;
}

section:nth-of-type(n+4) h1
{
	background: var(--bleu);
	color: var(--blanc);
}

section:nth-of-type(n+4) p:first-of-type
{
	height: 600px;
	padding: 0;
	margin: 0 0 50px 0;
}

#revision p:first-of-type
{
	background: url('../img/services/revision.jpg') center no-repeat;
	background-size: cover;
}

#pneu
{
	//background: url('../img/services/revision.jpg') top left no-repeat;
	//background-size: cover;
}

#vidange p:first-of-type
{
	background: url('../img/services/vidange2.jpg') center no-repeat;
	background-size: cover;
}

#diagnostic p:first-of-type
{
	background: url('../img/services/diagnostic.jpg') bottom left no-repeat;
	background-size: cover;
}

#diagnostic img
{
	margin: 0 auto 0 0;
}

#clim
{
	//background: url('../img/services/clim.jpg') top left no-repeat;
	//background-size: cover;
}

#batterie
{
	//background: url('../img/services/clim.jpg') top left no-repeat;
	//background-size: cover;
}
