/* On travaille sur la balise body, donc sur TOUTE la page */
body
{
    background-color: black; /* Le fond de la page sera noir */
    color: white; /* Le texte de la page sera blanc */
}

p { 
background:#0000; 
width:100%;
height:10px;
line-height:200px;
text-align:center; /* centrage horizontal d'un élément en-ligne */ }

img { 
vertical-align:top; }