body {
max-width:840px;
width:90%;
margin-left:auto;
margin-right:auto;
background-color: white;
font-family: Arial;
font-size: 13pt;
text-align: center;
 }


@font-face {
    font-family: "alegreya";
src: url(../font/alegreya.ttf);
}

	@font-face {
    font-family: "old";
    src: url(../font/old.ttf);
				}

A {
  color: #8D4024;
  text-decoration: none;
  
}
A:hover {
  color: mediumvioletred;
  text-decoration: none;
}
A:visited {
	color: none;
	color: #8D4024;
}

			

H1 { Font-family: old, serif;
 	text-align:left;
   font-size: 20pt;
   line-height:100%;
    font-weight: bold;
	color:#735673;
-webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
   hyphens: auto; 


}			

H2  { font-family: old,serif; 
font-weight: 400;
font-size: 36pt;
line-height: 36pt;
text-align: left;
color:#735673; 
}

H3 {
font-family: old, serif; 
font-size: 18pt;
font-weight: 400;
text-align: left;
color:#735673;
font-style: italic; 
}


H4 {
font-family: old, serif; 
font-size: 15pt;
font-weight: 600;
text-align: left;
color:#735673;
}

.lettrine { 
font-family: old, serif;
font-weight: 400;
font-size: 80pt;
color:#735673;
float: left; 
line-height: 70pt; 
margin-right:20px;  
}


.italique {
  font-family: Times;
  font-style: italic;
  font-size: 15pt;
}

.cap {
  font-variant: small-caps;
}

.retrait
{margin-left: 30px}

.cap_ital {
  font-family: Times;
  font-variant: small-caps;
  font-style: italic;
}

		
/* === MENU HAUT === */
.menu_haut {
  background: #f1f1f1;
  border-radius: 4px;
  padding: 0;
  margin: 10px auto;
  max-width: 840px;
  font-size: 1rem;
}

/* Bouton mobile */
.menu-toggle {
  display: none;
  background: #004080;
  color: #fff;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}

/* Liste principale */
.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.menu-list li {
  position: relative;
}

/* Boutons principaux */
.dropbtn {
  padding: 8px 12px;
  cursor: pointer;
  color: #004080;
  text-decoration: none;
  display: inline-block;
}

.dropbtn:hover {
  background: #004080;
  color: #fff;
  border-radius: 3px;
}

/* Sous-menus */
.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1000;
}

.dropdown-content li a {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
}

.dropdown-content li a:hover {
  background: #004080;
  color: white;
}

.dropdown-content.show {
  display: block;
}

/* === Responsive === */
@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .menu-list {
    display: none;
    flex-direction: column;
    background: #f1f1f1;
    border-radius: 4px;
    margin-top: 5px;
    padding: 10px;
  }

  .menu-list.active {
    display: flex;
  }

  .dropdown-content {
    position: relative;
    box-shadow: none;
    background: #e9e9e9;
    border-radius: 4px;
  }

  .dropdown-content li a {
    padding-left: 20px;
  }
}

div#titregauche { 
width:auto;
height:100%;
float: right; 
text-align: right;
font-family: old, serif;
font-size: 14pt;
font-weight: bold;
line-height: 100%;
margin-lerft: 5px;

}

.partage{

float:right;
width:210px;
height:auto;
text-align:center;
background-color:#f2f3f4;
border-radius: 10px;
margin-left:20px;
}

@media screen and (max-width:450px) {
.partage{
float:none;
width:210px;
height:auto;
background-color:#f2f3f4;
border-radius: 10px;
text-align: center;
margin-left: 50px;
margin-right:50px;
}
}

  #bloc570 {
	margin-top:1%;
	max-width:570px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left:3px;
	padding-right:3px;
	font-family: Arial;
	font-size: 14pt;
	text-align: justify;
	line-height: 150%;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
  }
  

.imagegauche { 
  float: left; 
  margin : 5px 15px 5px 0px;
 display: block;  
}

@media screen and (max-width:450px) {
.imagegauche { 
  float: left;
  width: 150;
  height:150;
  margin : 5px 15px 5px 0px;
 display: block;  
}
}

.cul {
display: block;
width:33%;
height:auto;
margin-left: auto;
margin-right: auto;

}

/* Section Publicités — 2 colonnes fixes, proportions conservées */

.publicites {
  text-align: center;
  line-height: 0; /* évite les petits espaces blancs entre images */
}

.vignettes {

width: 50%;
height: auto;
}

 .imagecentre {
display:block;
border-width:2px;
border-style:outset;
border-color:darkgray;
margin-left: auto;
margin-right: auto;
height: auto;
max-width: 566px;
width:100%;

 }
 
 .responsive {
  width: 100%;
  height: auto;
}
 
 
 .imagecentre_sans {
display:block;
margin-left: auto;
margin-right: auto;
height: auto;
max-width: 566px;
width:100%;

 }
	

 .imagecentre_legende {

border-width:2px;
border-style:outset;
padding-right: 5px;
padding-left: 5px;
padding-bottom:5px;
padding-top:5px;
border-style: hidden hidden outset hidden; 
border-color:darkgray;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width:556px;
font-size: 10pt;
line-height: 100%;
text-align:left;
 }


.titregauche { 
 width:40%;
 float: left; 
 margin : 5px 15px 5px 0px; 
 text-align: left;
 border-left:4px double black;
  padding:4px;
	font-family: old, serif;
	font-size: 20pt;
 line-height: 100%;
	font-weight: bold;
}


.titredroit { 
 width:40%;
 float: right; 
 margin : 5px 0px 5px 15px; 
 text-align: left;
 border-top:4px double black;
 border-bottom:4px double black;
 padding:4px 4px 4px 4px ;
 
	font-family: old, serif;
	font-size: 20pt;
 line-height: 100%;
	font-weight: bold;
}
  
 
.imagedroite { 
  float: right;
  margin : 5px 0px 5px 15px; 
  display: block;
}

@media screen and (max-width:600px) {
.imagedroite { 
  float: right;
  width:150px;
  height:150px;
    margin : 5px 0px 5px 15px; 
  display: block;
}
}

