/* Le corps du document */
body {
    font-family: sans-serif;
    color: #555; /* 555555 */
    background-color:#eee;
}

/* Le titre principal */
h1 {
    font-size: 2.5em;
    color: #DD5735;
}

/* Le titre de second niveau */
h2 {
    font-size: 2em;
    color: #333;
}

/* Le titre de 3ème niveau */
h3 {
    font-size: 1.5em;
}

/* Les liens */
a {
    text-decoration: none;
    color: #DD5735;
}

/* Le header */
.header {
    text-align: center;
    background-color: #ddd;
    border: 1px solid #DD5735;
}

/* Le footer */
.footer {
    text-align: center;
    background-color: #ddd;
    border: 1px solid #555;
}

.parent {
    border: 1px dashed #DD5735;
    /* ==>
    border-width
    border-style
    border-color
    */
}