      /* structure ecran moyen pour rapid */
      /* LPS V2.0 lepetitsite © Philippe Brouard 2023 - copie personnelle autorisée, partage et diffusion interdit */
      /* V1.0 28/10/22 --- creation à partir de verti */

      body { 	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
      #entete {
        position: relative;
        width: 1000px;
        height: auto;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #reste {
        position: relative;
        width: 1000px;
        height: auto;
        top: auto;
        left: 0;
        bottom: auto;
        right: auto;
      }

      #corps {
        position: relative;
        width: auto;
        height: auto;
        padding-bottom: 1em;
      }

      #accueil {
        position: relative;
        width: 1000px;
        height: 100%;
        top: 0px;
        left: 0px;
        bottom: auto;
        right: auto;
      }
      .ppage_i {
              width: 1000px;
      }


.transtete {	width: 1000px;
	}


/*11*/
#banniere {  	width: 1000px;
		overflow: hidden;
	}


#wrapper {
 width: 1000px;
}

.corpart {
 max-width: 1000px;
}

.sousart {
  display: table;
}
.sousartrow {
  display: table-row;
}
.sousart1 {
  display: table-cell;
  padding-right: 1em;
}

.sousart2 {
  display: table-cell;
  padding-left: 1em;
}

.vitrine:nth-child(7) {
  display: none !important;
}

.vitrine:nth-child(8) {
  display: none !important;
}
