/* --- Mise en page de la page de lecture --- */

.story-container {
    max-width: 800px; /* Conteneur de lecture optimal */
    margin: 0 auto 0 auto;
    text-align: left; /* Aligner le texte à gauche pour la lecture */
}

/* Style de l'image de la nouvelle */
.story-image {
    margin: 40px 0;
    text-align: center;
}

.story-image img {
    max-width: 100%;
    height: auto;
    border-radius: 5px; /* Optionnel : bords légèrement arrondis */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Style pour le titre de la nouvelle */
.titrepage { 
   font-size: 28pt;
   color: #666;
 }

.titrenouvelle {
   color: #666;
   margin-left: 0;
}

.subtitle {
  font-size: 18pt;
}


/* Style du corps du texte (paragraphes) */
.story-content {
    line-height: 1.7; /* Très important pour la lisibilité */
    font-size: 1.8em;
    margin-bottom: 50px;
}

.story-content p {
    margin-bottom: 1.8em; /* Espace après chaque paragraphe */
   font-weight: normal;
}

/* Lien de retour/navigation */
.back-link {
    color: #555;
    text-decoration: none;
    font-size:1.1em;
    display: inline-block;
    margin-bottom: 15px;
   font-family:"Arial",sans-serif;
}

.back-link:hover {
    text-decoration: underline;
}

footer {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}

/* Style issu de l'export de Word */
p.MsoNormalCxSpFirst, li.MsoNormalCxSpFirst, div.MsoNormalCxSpFirst
	{margin:0cm;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:115%;
	font-size:16.0pt;
	font-family:"Times New Roman",serif;}
p.MsoNormalCxSpMiddle, li.MsoNormalCxSpMiddle, div.MsoNormalCxSpMiddle
	{margin:0cm;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:115%;
	font-size:16.0pt;
	font-family:"Times New Roman",serif;}
p.MsoNormalCxSpLast, li.MsoNormalCxSpLast, div.MsoNormalCxSpLast
	{margin-top:0cm;
	margin-right:0cm;
	margin-bottom:10.0pt;
	margin-left:0cm;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:115%;
	font-size:16.0pt;
	font-family:"Times New Roman",serif;}



