/* CSS extrait de correctif_nginx_fix.php */

    body {
      font-family: Arial, sans-serif;
      background-color: #f9f9f9;
      color: #333;
      line-height: 1.6;
      padding: 20px;
    }
    h1, h2 {
      color: #005A9C;
    }
    code, pre {
      background: #f4f4f4;
      border: 1px solid #ddd;
      padding: 10px;
      display: block;
      white-space: pre-wrap;
      margin-bottom: 20px;
    }
    .notice {
      background: #fff3cd;
      border-left: 5px solid #ffeeba;
      padding: 15px;
      margin-bottom: 20px;
    }
