@charset "utf-8";
    body {
      font-family: 'Segoe UI', sans-serif;
      background: #f9f9fb;
      color: #333;
      text-align: center;
      padding: 40px;
    }
    h1 {
      color: #7b3f00;
      margin-bottom: 30px;
    }
    .controls, .sidebar {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 30px;
    }
    .control-group {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    input[type="color"], select, button {
      margin-top: 5px;
      padding: 6px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }
    button {
      background-color: #7b3f00;
      color: white;
      cursor: pointer;
    }
    button:hover {
      background-color: #a85c1a;
    }
    canvas {
      border: 1px solid #ccc;
      margin: 30px auto;
      display: block;
    }
    .history-panel {
      max-width: 400px;
      margin: 0 auto 30px;
      background: #fef4e5;
      border: 1px solid #d8bfa3;
      border-radius: 10px;
      padding: 15px;
    }
    #historyList li {
      margin-bottom: 10px;
      cursor: pointer;
      padding: 6px;
      border-radius: 6px;
      background: rgba(255,255,255,0.6);
    }
    #historyList li:hover {
      background: #fff0d8;
    }
	
	.titre {
	font-size:19px;
	text-align:center;
	font-weight:600;
}
.Stitre {
	font-size:15px;
	text-align:center;
}
