
body {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-image: url("parchemin.jpg");
    background-repeat: repeat;
    color: #000000;
}

h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

h2,h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.container {
    max-width: 1000px;
    margin: auto;
    text-align: justify;
}

.book-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
}


.book-section img {
    max-width: 120px;
    height: auto;
    margin-right: 20px;
}
	
.book-table {
    width: 100%;
    max-width: 724px;
    border-collapse: collapse;
}

.book-table td {
    vertical-align: top;
    padding: 10px;
    text-align: justify;
}


/* --- BOUTON MENU --- */

.menu {
    position: relative;
    display: inline-block;
}

.menu-bouton {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.menu-bouton img {
    display: block;
    width: 50px;
}

/* --- CONTENU DEROUlant --- */

.menu-contenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #B7B3A8;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    z-index: 1000;
}

.menu.ouvert .menu-contenu {
    display: block;
}

.menu-contenu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
}

.menu-contenu a:hover {
    background: #f0f0f0;
}
/* FIN DU BOUTON */
.cover img {
    max-width: 250px;
    width: 100%;
    height: auto;
}

.details ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 15px;
}

.details li {
    margin-bottom: 8px;
}

.buy-links img {
    height: 60px;
    width: auto;
    margin-right: 15px;
}

.description {
    margin-top: 30px;
    max-width: 750px;
	text-align: justify;
}

.image-centree {
    text-align: center;
}

.image-texte-Center {
    max-width: 350px;   /* taille maximale */
    width: 100%;
    height: auto; /* proportions */
}
/*
.image-texte-CenterOld {
    display : block;
	width: 20%;
    margin: 20px auto;
    min-width: 220px;
    max-width: 500px;
	height: auto; 
} */

.image-texte-DLarge { /* margin top right bottom left */
    float: right;
	width: 20%;
    margin: 0 20px 0 15px;
    min-width: 220px;
    max-width: 500px;
}

.image-texte-GLarge {
    float: left;
	width: 20%;
    margin: 0 20px 15px 0;
    min-width: 220px;
    max-width: 500px;
    height: auto;
}
.image-texte-gauche {
    float: left;
	width: 10%;
    margin: 0 20px 15px 0;
    min-width: 110px;
    max-width: 250px;
    height: auto;
}

.image-texte-droite {
    float: right;
	width: 10%;
    margin: 0 20px 15px 0;
    min-width: 110px;
    max-width: 250px;
    height: auto;
}

/* fin IMAGES FLOTTANTES */

@media screen and (max-width: 700px) {
    .book-table tr {
        display: block;
    }
    .book-table td {
        display: block;
        width: 100%;
    }
    .cover img {
        max-width: 200px;
    }
}

