body {
	color: white;
	font: 0.9em Verdana;
}

#conteneur {
margin-left: auto;
  margin-right: auto;
	position: absolute; /* postulat de départ */
  top: 50%; left: 50%; /* à 50%/50% du parent référent */
  transform: translate(-50%, -50%);
	width: 678px;
	height: 187px;
}

/* @group style */

.titre {
	font-weight: bold;
	font-size: 1.4em;
}

a {
	text-decoration: none;
	color: silver;
}

a:hover {
	color: white;
}



/* @end */