      /* structure ecran moyen */
      /* LPS V2.0 lepetitsite © Philippe Brouard 2023 - copie personnelle autorisée, partage et diffusion interdit */
      /* V1.0 03/06/05 --- creation */
      /* 20/06/05 4: div accueil 550 -> 540 */
      /* 24/10/05 --- 6:corps en position absolute */
      /* 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;
        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;
        display: flex;
        box-sizing: border-box;
      }
      #cote {
        width: auto;
        height: auto;
        box-sizing: border-box;
        padding-bottom: 1em;
      }

      #corps {
        width: 640px;
        height: auto;
        padding-bottom: 1em;
        box-sizing: border-box;
        flex-shrink: 2;
      }
      #corpsplus {
        width: 800px;
        height: auto;
        padding-bottom: 1em;
        box-sizing: border-box;
        flex-shrink: 2;
      }
/*1*/
      #actu {
        width: 160px;
        height: auto;
        box-sizing: border-box;
        padding-bottom: 1em;
        flex-shrink: 1;
      }

      #actu2 {
        display: none;
      }


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


.transtete {	width: 1000px;
	}

  /* boutons dossier */

  /* taille G */

  .bdos1GN {
    width: 15em;
    padding: 0.5em;
  	}
  .bdos1GO {
    width: 15em;
    padding: 0.5em;
  	}
  .bdos2GN {
    width: 15em;
    padding: 0.5em;
  	}
  .bdos2GO {
    width: 15em;
    padding: 0.5em;
  	}
  .bdos3GN {
    width: 15em;
    padding: 0.5em;
  	}
  .bdos3GO {
    width: 15em;
    padding: 0.5em;
  	}

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


#wrapper {
 width: 1000px;
}

.divtabnav {
 display: block;
}

.ddlmenumobile {
  display: none;
}

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