body{
	color: #222;
	background-color: #FFF;
	padding: 0px;
	font-family: 'Libre Baskerville', Baskerville, Garamond, Georgia, Times, serif;
	
}
.page{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.page_sommaire {
	background-image: url(../images/boite.jpg);
}
.page_article{
	background-image: url(../images/fond.jpg);
}
.page_theatre {
	background-image: url(../images/boite_negatif.jpg);
}
.lib_theatre {
	display:none; /* libellés ce qui est encore visible et ce qui ne l'est plus */
}
h1 {
	line-height: 1.25;
}
.titre_theatre {
	min-height: 20px;
	margin-bottom: 20px;
	overflow: auto;
}
.page_fond_rubrique{
	background-image: url(../images/fond_transparent.png);
	background-repeat: repeat;
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height:100%;
	z-index:0;
}
.page_rubrique {
		background-image: url(../images/fond.jpg);
}
.menu_haut{
	position: fixed;
	top: 0px;
	left:0px;
	z-index: 99;
	width: 100%;
	height: 50px;
	background-color: #EFEFEF;
	padding-top: 4px;
	padding-left: 8px;
	font-size: 162%;
	font-weight: bold;
	font-style: italic;
}
.menu_haut ul li {
	float:left;
	margin-right: 5px;
	margin-left: 5px;
}
.zone_titre_bg, .zone_titre_bg_bas {
	background-image: url(../images/couture.png);
	position: absolute;
	background-size: contain;
}
.zone_nom_bg, .zone_nom_bg_bas {
	position: absolute;
	z-index: -1;
	background-image: url(../images/titre.png);
	background-size: contain;
	width:700px;
	height: 200px;
}
.zone_titre_bg_bas {
	z-index: 2;
}
.zone_nom_bg_bas{
	z-index: 3;
}
.zone_fond{
	z-index: 1;
}
.zone_fond_machina {
    background-image: url(../images/machina.png);
	position: absolute;
    top: 90px;
    left: 100px;
    height: 800px;
    width: 800px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.zone_boutons{
	z-index: 3;
}
.zone_resume{
	clear: both;
	margin-top: 100px;
	margin-bottom: 100px;
	min-height: 300px;
	background-color: #FFF;
	padding: 8px;
	overflow: auto;
	z-index: 10;
}
.zone_vide {
	background-color:transparent;
}
.zone_article, .zone_rubrique{
	min-height: 300px;
	margin-top: 120px;
	background-image: url(../images/fond_mobile_immobile.png);
	background-size: contain;
	z-index: 12;
}
.zone_article_1 {
	background-image: none;
	background-color: rgba(255,255,255,0.65);
	
}
.zone_rubrique h1 {
	background-color: white;
}
.zone_rubrique ul {
	background-color: transparent;	
}
.zone_rubrique ul li {
	background-color: white;
}
.zone_theatre ul  {
	background-color: transparent;
	color: #FAFAFA;
}
.zone_theatre ul li {
	background-color: transparent;
}
.zone_theatre  {
	background-image: none;
}
.zone_theatre .zone_date, .quelle_rubrique {
	font-size: 85%;
    color: #FEFEFE;
}
.zone_date, .quelle_rubrique {
	font-size: 85%;
    color: #242424;
}
.zone_date { display:none; /* pour l'instant */ }
.zone_notes {
	background-color: white;
	font-size: 80%;
	z-index:19238;
}
.titre_article {	
	padding: 10px;
	padding-top: 20px;
	font-size: 180%;
	margin-bottom: 40px;
}
.titre_article  h1 {
	display: inline;
	background-color: #FFF;
	text-align: left;
}
.zone_rubrique h1 {
	display: inline;
}
.zone_theatre h1{
	background-color: #343434;
	color: #fafafa;
	display: block;
}
.texte_article {
	padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
    text-align: justify;
    background-color: rgba(239, 239, 239, 0.5);
}
.texte_article p {
	/*display: inline;*/
	background-color: #FFF;
}
.texte_article li {
	background-color: #FFF;
}
.page_theatre .texte_article {
	background-color: rgba(239, 239, 239, 0.33);

}
.page_theatre .texte_article p {
	/*display: inline;*/
	background-color: #343434;
	color: #fafafa;
}
.page_theatre .texte_article li {
	background-color: #343434;
	color: #fafafa;
}
.zone_theatre h3 {
	color: #FAFAFA;
}
.ps_article {
	margin-left: 20px;
	width: 80%;
	margin-top: 20px;
	background-color: #FFF;
	font-style: italic;
}
.page_theatre .ps_article {
	background-color: #343434;
	color: #fafafa;
}
.pagination_bloc{
	background-color: white;
	border-bottom: 0.5px solid #CCC;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 80%;
	clear: both;
}

.pagination-items {
    display: flex;
    flex-wrap: nowrap; /* Empêche le passage à la ligne */
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
}

.pagination-item {
    margin: 0 4px; /* Espace horizontal entre les éléments */
    padding: 5px 10px; /* Ajoute un peu d'espace intérieur */
    text-align: center;
}

a, a:link, a:visited, a:active {
	color: #222;
	background-color: none;
	text-decoration: none;
}
a:hover {
	background-color: white;
	text-decoration: underline;
}
.menu_haut a, .menu_haut a:link, .menu_haut a:visited, .menu_haut a:active {
	color: #222;
	background-color: #EFEFEF;
	text-decoration: none;
}
.menu_haut a:hover {
	background-color: #EFEFEF;
	text-decoration: none;
	color: #888;
}
.zone_article a, .zone_article a:link, .zone_article a:visited, .zone_article a:active {
	color: #222;
	background-color: #C8C8C8;
	text-decoration: none;
}
.zone_article a:hover {
	background-color: white;
	text-decoration: underline;
}


.zone_theatre a, .zone_theatre a:link, .zone_theatre a:visited {
	color: #fefefe;
	background-color: none;
	text-decoration: none;
}
.zone_theatre .texte_article a, .zone_theatre .texte_article  a:link, .zone_theatre .texte_article  a:visited {
	color: #fefefe;
	background-color: #737373;
	text-decoration: none;
}
.zone_theatre a:active, .zone_theatre a:hover {
	background-color: #222;
	text-decoration: underline;
}
.element_i {
	position: absolute;
	opacity: 0.65;
	background-size: contain;
	width: 100px;
	height: 90px;
}

.previsu {
	background-color: white;
}

@media screen and (max-device-width: 640px){
	.menu_haut{
		width: 100%;
		height: 90px;
		font-size: 110%;
	}
	.texte_article {
		text-align: left;
	}
}

@media screen and (max-width: 640px){
	.menu_haut{
		width: 100%;
		height: 90px;
		font-size: 110%;
	}
	.texte_article {
		text-align: left;
	}
	
}