      /* structure ecran grand */
      /* LPS V2.0 lepetitsite © Philippe Brouard 2023 - copie personnelle autorisée, partage et diffusion interdit */
      /* V1.0 03/06/05 ---  creation */
      /* 24/10/05 --- 6:corps en position absolute */
      /* 17/05/21 --- responsive design et flexbox */
      /* 06/10/23 --- corps en min-width à la place de width */
      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;
        display: flex;
        box-sizing: border-box;
      }
      #cote {
        box-sizing: border-box;
        width: auto;
        height: auto;
        padding: 16px;
      }

      #corps {
        box-sizing: border-box;
        width: 900px;
        height: auto;
        padding: 16px;
        flex-shrink: 2;
      }

      #corpsplus {
        box-sizing: border-box;
        width: 1060px;
        height: auto;
        padding: 16px 32px 16px 16px;
        flex-shrink: 2;
      }
/*1*/
      #actu {
        box-sizing: border-box;
        width: 160px;
        height: auto;
        padding:16px;
        flex-shrink: 1;
      }

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

.transtete {	width: 1260px;
	}

.arttab {	position: relative;
		width: auto;
		margin-top: 10px;
		font-size: 1em;
	}
/*11*/
#banniere {  	width: 1260px;
		overflow: hidden;
	}

#wrapper {
 width: 1260px;
}

.divtabnav {
 display: block;
}

.ddlmenumobile {
  display: none;
}

.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;
}
