/* styles.css */

html {
    font-size: 100%; /* normalement inutile : mais contre bug dans I.E.*/
}
global{
    width: 1200px;
    margin: 0 auto;
}
body
{
    width: 1200px;
    background-color: rgb(192,223,239);
    font-size: 1.2em;
}
ul
{
    width: 500 px;
    border: 1px solid blue;
    text-align: justify;
    padding: 12px;
    margin: 120px;
    font-size: 1em;
    text-align: justify;
}
p
{
    font-size: 1em;
    text-align: justify;
}
h1
{
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color:blue;
}

