/*# pour dire que l'on fait reference a des identifiants (id) dans html*/
/*. pour dire que l'on fait reference a une classe*/

#date, #heure {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: whitesmoke;
    font-weight: bold;
    text-transform: uppercase;
	margin-right: 2%;
}

/* #heure {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: blue;
    font-weight: bold;
	margin-right: 2%;
} */
