
/* *****************************************************************
GENERALITIES
***************************************************************** */

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

h1 {
    font-size: 2.5em; /* 1em = 16px */
    color:#DD5735;
}
h2 {
    font-size: 2em;
    color:#333;
}
h3 {
    font-size: 1.5em;
}

/* Les liens */
a {
    color:#DD5735;
    text-decoration: none;
}
/* *****************************************************************
MAIN LAYOUT
***************************************************************** */
.header, .footer {
    text-align:center;
    background-color: #ddd;
}
.header {
    /*border : taille type couleur;*/
    border:1px solid #DD5735;
}
.footer {
    border:1px solid #555555;
}
/*.footer {*/
/*    text-align:center;*/
/*    background-color: #ddd;*/
/*}*/

.parent {
    border:1px dashed #DD5735;
}

/*on selectionne img de la class .footer */
/*on selectionne img enfant de .footer */
.footer img {
    width:60px;
}