html,body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	background: url('img/St_147174_BOSS-ORIGINAL-Pastel_Mood-Picture.jpg') top fixed no-repeat ;
	background-size: cover;
    font-family: Arial, sans-serif;
	
 }

div.redbar {
    color: #fff;
    background-color: #ff0000;
}
hr.redbar {
	border: none;
	height: 2px;
	background-color: #ffffff;
	margin: 0;
    padding: 0;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #282828;
    text-align: center;
    padding: 10px 0;
	opacity: 0.66;
	font-size: 9pt;
}

.download-box {
    background-color: rgba(255, 255, 255, 0.8); /* Boîte blanche avec légère transparence */
    border-radius: 15px; /* Bords arrondis */
    padding: 20px; /* Espace intérieur */
    max-width: 400px; /* Largeur maximale de la boîte */
    margin: auto; /* Centrer la boîte */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Légère ombre portée */
    text-align: center;
}

.download-link {
    color: #31ad4d; /* Couleur du lien */
    text-decoration: none;
    font-weight: bold;
}

.download-link:hover {
    text-decoration: underline; /* Soulignement du lien au survol */
}
