/* === Style global - Le Canard du CoinCoin === */

body {
font-family: "Georgia", "Times New Roman", serif;
background: #f8f4ec url('paper-texture.png');
color: #1a1a1a;
margin: 0;
padding: 0;
line-height: 1.6;
}

/* ---- En-tête ---- */

h1 {
font-size: 2.8em;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0;
font-family: "Times New Roman", serif;
color: #111;
text-shadow: 1px 1px 0 #fff;
}

.nav-main {
display: flex;
align-items: center;
justify-content: center;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 10px 0;
background-color: #fff;
}

.nav-main a {
margin: 0 10px;
text-decoration: none;
font-weight: bold;
color: #222;
font-family: 'Times New Roman', serif;
}

.nav-main a:hover {
text-decoration: underline;
}

.separator {
color: #aaa;
margin: 0 8px;
font-weight: normal;
}