<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
div {
background-color: #1c87c9;
color: #d5dce8;
padding: 22px;
}
</style>
</head>
<body>
<div>
<p>C'est un texte gris, et le fond est bleu</p>
</div>
<p style="color:#8ebf42;"> C'est un texte vert</p>
</body>
</html>