<!doctype html>
<title>Label Tlv</title>Consultez nos offres spéciales pour les albums et les EP :
Adresse physique, Le Havre, France
Numéro de téléphone : +33 6 68 16 11 83
Adresse e-mail: tlv76610@outlook.fr
/* Style de base pour le corps de la page */ body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; }
/* Style du conteneur principal */ .container { max-width: 1200px; margin: 0 auto; padding: 20px; }
/* Style du menu de navigation */ nav { background-color: #222; padding: 10px 0; }
nav ul { list-style: none; }
nav li { display: inline-block; margin-right: 20px; }
nav a { text-decoration: none; color: #fff; font-weight: bold; }
/* Style de l'en-tête */ header { text-align: center; padding: 50px 0; }
header h1 { font-size: 2.5em; color: #333; }
/* Style des sections principales */ section { margin-bottom: 40px; }
/* Style du pied de page */ footer { background-color: #222; color: #fff; text-align: center; padding: 20px 0; }
/* Style des liens dans le pied de page */ footer a { color: #fff; text-decoration: none; margin: 0 10px; }
/* Style des boutons */ .button { display: inline-block; padding: 10px 20px; font-size: 1em; text-align: center; text-decoration: none; background-color: #3498db; color: #fff; border-radius: 5px; transition: background-color 0.3s ease; }
.button:hover { background-color: #2980b9; }