
/*
CSS.css
--------

Par David Remacle 2014

*/

body {

   background: url("imgs/soleil.jpg) fixed no-repeat top right;
}

h1 { 
    color: red;
    font-size: 40px;

}

p {

    font-size: 14px; /* paragraphe de 14 pixels */
 }