body
{
    background-color: lightblue;
}

/*
    Cette règle touche les balises h1 et les balises h2. 
*/
h1,h2 
{
    color: white;
    text-align: center;
}
  
p 
{
    font-family: verdana;
    font-size: 20px;
}

/*
    Cette règle touche la balise avec l'id imageMeme.
*/
#imageMeme
{
    width:400px;
    height:400px;
    float: right;
}