/* Réinitialisation des styles par défaut */

/* Style de base pour le corps de la page */
/*body > div {
    margin: 0;
    padding: 0;
    height: 100%;
	font-family: Arial, sans-serif;
    background-image: url('img/SMAM.JPG');
	background-color: rgba(255, 255, 255, 0.5);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
 }

*/