﻿  body {
    	background: url("../images/sable.gif");
}
.Titre {
	font-family: 'Monotype Corsiva';
	font-size: 36pt;
	font-weight: bold;
	color: #095E2F;
}

.Entete {
	font-family: 'Comic Sans MS';
	color: #095E2F;
}
#Lecture {
	max-width:73%;
	width:73%;
	text-align:left;
	margin-bottom:40px;
}
img {
	display: block !important;
	max-width:100% !important;
	width: auto !important;
	height: auto !important;
}

.image_box {
	vertical-align: top;
	margin-bottom:	5px;
	max-width:100% !important;
	width: auto !important;
	height: auto !important;
	display:inline-block;
}
@media screen and (min-width: 920px) {
	.text_box {
		width: 414px;
		display: inline-block;
		margin-left:20px;
		margin-top: auto;
		margin-bottom: auto;
		text-align:left;
	}
}
@media screen and (max-width: 919px) {
	.text_box {
		width: 100%;
		text-align:left;
	}
}
.text_box ul li {
	padding : 6px 0px;
}
/* CSS pour Youtube */
/* 1. Le conteneur gère le centrage et la largeur maximale sur la page */
.video-container {
    display: flex;
    justify-content: center; 
    width: 100%;             
    max-width: 800px;        
    margin: 0 auto;          
}
/* 2. L'iframe s'adapte automatiquement en gardant le bon ratio (16:9) */
.video-container iframe {
    width: 100%;             
    height: auto;            
    aspect-ratio: 16 / 9;    

/* Neuvaine */	
.Neuvaine {
	max-width:100%;
	width:100%;
	text-align: center;
	color: maroon; 
	font-family: Calibri;
	font-weight: bold;
	font-size:14pt;
	margin-top:10px;
	margin-bottom:10px;
}

.Neuvaine h1{
	font-size:18pt;
}
.Neuvaine hr {
	max-width:100%;
	width:100%;
}
.Neuvaine img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.Esprit {
	font-family: Calibri;
	font-weight: bold;
	font-size:14pt;
	color: #152848;
}
.Esprit h1 {
	font-size: 24pt;
}
.neuv-sc {
	font-family: Calibri;
	font-weight: bold;
	font-size:12pt;
	color: #152848;
}
.neuv-sc h1 {
	font-size: 24pt;
}
.NeuvaineMis
{
	color: #623100;
	font-family: Calibri;
	font-weight: bold;
	font-size:14pt;
}
.NeuvaineMis h1
{
	font-size:5;
}
.NeuvaineMis hr
{
	width:80%;
}