
/*
Theme Name: Les Mains de Manou Minimal
Theme URI: https://lesmainsdemanou.fr
Author: Support Technique
Author URI: https://lesmainsdemanou.fr
Description: Thème minimal pour Les Mains de Manou
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: les-mains-de-manou-minimal
*/

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.site-header {
    padding: 20px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #eee;
}

.site-title {
    margin: 0;
    font-size: 28px;
}

.site-content {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.site-footer {
    padding: 20px;
    background-color: #f8f8f8;
    border-top: 1px solid #eee;
    text-align: center;
}
