/* @viewport {				//Balise META en HTML par défaut
   width: device-width; 	// largeur du viewport 
   zoom: 1; 				// zoom initial 
}*/

body {
/*	display: flex; */
/*	flex-direction: column;*/
	background-image: url(img/reliure.gif);
	background-repeat: repeat-y;
}

h1 {
	margin: 5px;
	margin-left: 270px;
	border-bottom: 4px solid black;
	background-color: #CFCF9C;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size:18pt;
	-moz-border-radius: 20px;
}






.nB { width: 100%; height: 15px; font-weight: bold; }
.tB { width: 20%; height: 15px; }
.mB { width: 20%; height: 15px; }
.cB { width: 34%; height: 15px; }
.eB { width: 10%; height: 15px; text-align: right; }
.aB { width: 13%; height: 15px; text-align: right; }
.sB { width: 13%; height: 15px; text-align: right; }
.dB { width: 100%; height: 20px; margin-top: 5px;  font-style: italic; }
.iB { width: 100%; padding-top: 15px; display: flex; flex-wrap: wrap; flex-direction: row; align-content: flex-start; }
.xB { width: 100%; height: auto; display: flex; flex-direction: column; align-content: space-between; }
.lB { width: 100%; min-height: 100px; margin-top: 5px; display: flex; border: 1px solid #CFCF9C; }
.pB { min-width: 10%; height: auto; margin: 5px; display: flex; align-self: center; justify-content: center; }
.pI { max-height: 100px; max-width: 100px; }


.ZoneMenu {
	margin: 5px;
	margin-left: 60px;
	width: 200px;
}

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

.SMarque1 {
 	text-align: center; 
 	width: 25%;
}

.SMarque2 {
 	text-align: center; 
 	width: 100%;
}

.imgMarque {
	max-width : 90px; 
	display: block;
	margin-left: auto;
	margin-right: 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 {
	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;
}

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

.Footer {
	margin-left: 200px;
	padding-top: 10px;
	background-image: url(img/ligne.gif);
	background-repeat: no-repeat;
	background-position: top center;
}

.ItemMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ItemMenu li {
	border: 3px solid white;
}

.ItemMenu a {
	display: block;
	background-color: #CFCF9C;
	border-top: 3px solid #CFCF9C;
	margin-top: 0px;
	border-bottom: 3px solid black;
	margin-bottom: 3px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size:12pt;
	text-align: center;
	-moz-border-radius: 5px;
}

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

.ItemSMenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ItemSMenu li {
	border: 3px solid white;
}

.ItemSMenu a {
	display: block;
	background-color: #CFCF9C;
	border-top: 3px solid #CFCF9C;
	margin-top: 0px;
	border-bottom: 3px solid black;
	margin-bottom: 3px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	font-size:12pt;
	text-align: center;
	-moz-border-radius: 5px;
}

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

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

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

