      /* structure ecran grand 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;
        max-width: 1260px;
        height: auto;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #reste {
        position: relative;
        max-width: 1260px;
        height: auto;
        top: auto;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #corps {
        position: relative;
        width: auto;
        height: auto;
        padding: 16px;
      }

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

.transtete {	width: 1260px;
	}

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

#wrapper {
 width: 1260px;
}

.corpart {
 max-width: 1260px;
}

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

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