/*
Theme Name: Mon Thème Vide
Theme URI: https://votre-site.com/
Author: Votre Nom
Author URI: https://votre-site.com/
Description: Un template WordPress de base pour démarrer un projet à partir de zéro.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mon-theme-vide
*/

/* Ajoutez votre CSS personnalisé en dessous */
body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}