body { /* Modifications : suppression de la bordure - marges */
  margin: 0;
  padding: 0;
  border : none;
  background-image: none;
}

.Corps { width: 100%; }
.nB { height: 15px; font-weight: bold; font-size: 11pt; min-width:  100%; } /* border: 1px solid blue; */
.tB { width: 100%; height: 15px; }
.mB { width: 100%; height: 15px; }
.cB { width: 100%; height: 15px; }
.eB { width: 100%; height: 15px; text-align: right; }
.aB { width: 100%; height: 15px; text-align: left; }
.sB { width: 100%; height: 15px; text-align: left; }
.dB { width: 60%; height: auto; font-style: italic; font-size: 9pt; }
.iB { width: 40%; height: auto; padding-top: 5px; align-content: column; display: flex; flex-wrap: wrap; } /* border: 1px solid red; */
.xB { width: 100%; height: auto; display: flex; align-content: flex-start; flex-wrap: wrap;}
.lB { width: 100%; min-height: 100px; margin-top: 5px; display: flex; border: 1px solid #CFCF9C; font-size: 10pt; }
.pB { min-width: 10%; height: auto; margin: 3px; display: flex; align-self: center; justify-content: center; }
.pI {  }

.NoPrint {display: none;}

.imgMarque {
	max-width : 75px; 
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.Marque {
	border: solid 3px gray;
	width: 100%;
}

//.SMenu {display: none;}
.ItemMenu {display: none;}

/*.SMenu h2 {
	font-size: 90%;
	max-width: 100%;
	img {
		height: auto;
	}
}*/

.SMenu a {
	margin-right: 10px;
	background-color: #CFCF9C;
	border-top: 3px solid #CFCF9C;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 3px solid black;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size:12pt;
	text-align: center;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
}

.SMenu a:hover {
	border-top: 3px solid #CFCF9C;
	margin-top: 3px;
	border-bottom: 3px solid #CFCF9C;
	margin-bottom: 0px;
	color: white;
}

.SMenu {
	margin: 10px;
}

.Contenu h2, p {
	text-align: justify;
	font-size: 90%;
	max-width: 100%;
	img {
		height: auto;
	}
}

.Contenu {
	margin: 0px;
	max-height: 100%;
	img {
		width: auto;
	}
}

.Contenu h3 {
	text-align: center;
	font-size: 16pt;
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
}

.Contenu cite {
	font-style: italic;
	font-size: 10pt;
	text-decoration: none;
}

.TitrePage h1 {
	margin: 5pt;
	padding: 5pt;
	border-bottom: 4pt solid black;
	background-color: #CFCF9C;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size:14pt;
	-moz-border-radius: 20pt;
}

.Footer {display: none;}

.ZoneMenu {display: none;}

.erreur {
	background-color: red;
	font-weight: bold;
}

.warning {
	background-color: yellow;
	font-weight: bold;
}

