body
{
   background: url('degrade.jpg') fixed center;
   
}

h1
{
   color: black;
   font-size: medium;
   font-weight: 400;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}
blockquote
{
   text-align: justify; /* La citation sera justifiée */
}

h2
{
   color: green;
}
.minuscule
{
   font-size: xx-small;
}
.trespetit
{
   font-size: x-small;
}
.petit
{
   font-size: small;
}
.moyen
{
   font-size: medium;
}
.grand
{
   font-size: large;
}
.tresgrand
{
   font-size: x-large;
}
.supermegagigatresgrand
{
   font-size: xx-large;
}