body
{
background-color: rgb(213,255,211);
margin: 5px;
}
h2
{
text-align: center;
font-family: comic sans ms, serif;
text-decoration: underline;
}
h3
{
color : red;
text-decoration : underline;
font-weight: bold;
text-align: center;
}
h4
{
color: blue;
text-decoration: underline;
}
p
{
margin-right: 200px;
}
.souligné
{
color: green;
text-decoration: underline;
font-weight: bold;
}
