.orange {
	color: orange;
}

.vert {
	color: lime;
}

.bleu {
	color: aqua;
}

.annales{
	color: yellow;
	text-decoration: none;
	font-size: small;
}

.annales_blanc{
	color: white;
	text-decoration: none;
	font-size: small;
}

.annales_titre{
	color: aqua;
	text-decoration: none;
	font-size: medium;
	font-variant: small-caps;
}

/* Style pour le cadre */
.image-frame {
	border: 5px solid rgb(249, 249, 249); /* Couleur et largeur du cadre */
	padding: 10px; /* Espace à l'intérieur du cadre */
	display: display: block; /* Passer à un affichage de type bloc */
	text-align: center; /* Centre le texte (si présent) à l'intérieur du cadre */
}

.image-container {
	display: flex;
	flex-wrap: wrap;
	gap: 10px; /* Espace entre les images */
}

img {
	padding: 5px; /* Espace autour de chaque image */
	border: 5px solid #1f1f1f; /* Style du cadre blanc */
}

body 
{
	background-color: #1f1f1f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fafafa;
	border-style: none;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
h1
{
	color: #fefb00;
	font-variant: small-caps;
	font-size: xx-large;
	margin: 2px;
}
h2
{
	color: #72fa78;
	font-size: large;
	margin-left:10px;
	margin: 1;
	padding-left: 20px;
}
h3
{
	color: aqua;
	font-size: medium;
	margin: 0;
	padding-left: 40px;
}
h4
{
	text-align: center;
	color: #fefb00;
}

b {
	color: #bcfffa;
}

P.titre{
	margin-right: auto;
	margin-left: auto;
	font: xx-large Georgia, "Times New Roman", Times, serif;
	color: orange;
	text-align: center;
}

table{
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 100%;
	text-align: center;
	border-style: none;
	border-width: 1px;
	border-collapse: collapse;
}

table.notes{
	border: 1px dotted orange;
}

table.blanc{
	border: 1px dotted white;
	border-collapse:collapse;
}

a{
	color: aqua;
	text-decoration: none;
}
a.no-under{
	text-decoration: none; 
}
a.no-under-orange{
	text-decoration: none;
	color: orange;
}

a.pied{
	color: orange;
	text-decoration: none; 
}

.liste{
	color: white;
	text-decoration: none;
	text-indent: 25px;
}

.jaune{
	color: yellow;
}

.bleu{
	color: aqua;
}

img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

img.inline{
	display: inline;
}

table.marins{
	text-align: left;
}

table.biblio{
	text-align: left;
}


img.marins{
	display: block;
	float: right;
}

td.present {
	font-size: 8px;
}

td.absent {
	color: red;
	font-size: 8pt;
	border: 1px solid #9cd; /* 1px de contour solide noir */
}

td.blanc {
	border: 1px solid white;
}

