

body {
	width: 1200px;
	background-color: white;
	font-family: Verdana;
	margin: 0 auto;
	text-align: justify;
}

h1 {
	font-family: Verdana;	/* famille de police */;
	font-size: 30px; 		/* taille de police */;
	font-weight: bold;		/* Gras */;
	font-style: normal;		/* ou oblique */;
	/*font-variant: normal;*/	/* petites majuscules */;
	color:darkblue;
	text-align: center;
	margin-left: 0px;
}
h2 {
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	font-style: normal; /* ou oblique */;
	/*font-variant: normal;*/
	color: darkblue;
	margin-left: 0px;
	text-align: left;
}
h3 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	font-style: normal; /* ou oblique */;
	color: darkblue;
	margin-left: 0px;
	text-align: left;	
}
h4 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	font-style: normal; /* ou oblique */;
	color: black;
	margin-left: 0px;
	text-align: left;	
}
h5 {
	font-family: Verdana;
	font-size: 15px;
	font-weight: normal;
	font-style: normal; /* ou oblique */;
	color: black;
	margin-left: 0px;
	text-align: left;	
}
p{
	font-family: Verdana;
	font-size: 15px;	/*16px*/
	color: black;
	margin-top: 1em;		/* ok le 01-08-23 */
	margin-bottom: 1em;		/* ok le 01-08-23 */
}

a:hover {
	background-color: darkblue;
	color: white;
	text-decoration: none;
}

/*a href {
	font-size: 9px;
	font-weight: bold;
	color: darkblue;
}*/
.legende {
	text-align: center;
	font-weight: bold;
	color : green;
	margin-top: 0px;	/* pour coller la légende sous l'image sans espace */
}
/*.last-update {			/* Date de dernière mise à jour */
/*	text-align: left;
/*	color : blue;
/*	font-size: 15px;
} */
.date {
	color: darkblue;
	font-weight: bold;		/*ok le 30-8-25*/
}
.image {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: auto;
}
img {
	border: 1px solid black;
}

/*	a {
	text-decoration: none;
}*/

/*a {
	text-decoration-color: red;
}*/

.retour {
	text-align: center;
	font-family: verdana;
    font-size: 14px;
	}	
/*	footer {
		display: flex;
		justify-content: center;
		padding: 5px;
		background-color: #45a1ff;
		color: #fff;
	}*/
.footer {
	margin:  0 0 0 0px;
    font-family: verdana;
    /*font-size: 22px;*/
	/*padding: 0 0 0 0;*/
	text-align: center;
	background-color: lightgrey;
	width: 100%;
	position: sticky;			/*ald absolute le 12 mai*/
	top: 1000px;				/*problème du  positionnement du footer*/
	border: 1px solid black;
	}

hr {
	height: 3px;
	color: blue;
	background-color: black;
	width: 100%;
	border: none;
	}
table, th {
	border: 2px solid black;
	border-collapse: collapse;
	}
	
th {
	padding: 4px;
	font-family: verdana;
	font-size: 15px;
	font-weight: lighter;
	color: black;
	text-align: left;
	}
.Legende_image {
	text-align: center;
	}	
.padd {
	padding-left: 20px;
	padding-right: 20px;
	}

.center { 		/* Pour centrer un tableau */
		margin-left: auto; 
		margin-right: auto; 
   } 	



