        /* début Styles TEXTES */
        /* =================== */
		
        /* Titre haut gauche ligne 1 => Nom du projet */
        /* ========================================== */
        h1 {
          display: block;
		  color: var(--PromoColorTextFonce);
          font-size: 1.7em;
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0;
          margin-right: 0;
          font-weight: bold;
		  font-family: var(--PromoFontFamily);
		 /*  font-family:Gadugi;*/
		 /* text-decoration: underline;*/
        }

		/* Titre haut gauche ligne 2 => Commune */
		/* ==================================== */
        h2 {
          display: block;
		  color: var(--PromoColorTextFonce);
          font-size: 1.3em;
          margin-top: 5px;
          margin-bottom: 60px;
          margin-left: 0;
          margin-right: 0;
          font-weight: bold;
		  font-family: var(--PromoFontFamily);
		 /* text-decoration: overline;*/
        }

		/* Titre Description */
		/* ================= */
        h3 {
          display: block;
		/*  color: var(--PromoColorTextFonce);*/
          font-size: 1.2em;
          margin-top: 20px;
          margin-bottom: 3px;
          margin-left: 0;
          margin-right: 0;
          font-weight: bold;
		  font-family:var(--PromoFontFamily);
        }

		/* BAS ligne 1 */
		/* =========== */
        h4 {
          display: block;
		/*  color: var(--PromoColorTextFonce);*/
          font-size: 17px;
          margin-top: 0px;
          margin-bottom: 7px;
          margin-left: 0;
          margin-right: 0;
          font-weight: bold;
		  font-family:var(--PromoFontFamily);
        }

		/* BAS ligne 2 */
		/* =========== */
		  h5 {
          display: block;
		/*  color: var(--PromoColorTextClair); */
          font-size: 15px;
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0;
          margin-right: 0;
          font-weight: normal;
		  font-family:var(--PromoFontFamily);
        }

		/* BAS ligne 3 */
		/* =========== */
		  h6 {
          display: block;
		/*  color: var(--PromoColorTextClair); */
          font-size: 15px;
          margin-top: 5px;
          margin-bottom: 15px;
          margin-left: 0;
          margin-right: 0;
          font-weight: normal;
		  font-family:var(--PromoFontFamily);
        }

		/* texte  */
		/* ===== */
		  p {
          display: block;
		/*  color: var(--PromoColorTextClair); */
          font-size: 17px;
          text-align: justify;
          margin-top: 15px;
          margin-bottom: 10px;
          margin-left: 0;
          margin-right: 0;
          font-weight: normal;
		  font-family:var(--PromoFontFamily);
        }






		 /*  titre mandat si pas de logo */
        h10 {
          display: block;
		  color: var(--PromoColorTextFonce);
          font-size: 1.8em;
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0;
          margin-right: 0;
          font-weight: bold;
		  font-family: var(--PromoFontFamily);
        }


		 /*  commune mandat si pas de logo */
        h11 {
          display: block;
		  color: var(--PromoColorTextFonce);
          font-size: 1.2em;
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0;
          margin-right: 0;
          font-weight: normal;
		  font-family: var(--PromoFontFamily);
        }







        /* fin Styles TEXTES */
        /* = = = = = = = = = */
		
		
		
		

/* début table des lots */
table.tableMini {
  font-family: var(--PromoFontFamily);
  font-size: 15px;
  border-collapse: collapse;
  width: 100%;
  margin: 0px;
}

table.tableMini th {
  border: 0px solid #dddddd;
  text-align: left;
  font-weight: normal;
  border-bottom: 0px solid black;
    margin: 0px;
}

table.tableMini td, 
table.tableMini th {
  border: 0px solid #dddddd;
  text-align: left;
  padding: 0px;
    margin: 0px;
}

/* fin table des lots */

		
		
		
		
		
		
		
		
		
		