      /* structure ecran grand */
      /* LPS V2.0 lepetitsite © Philippe Brouard 2023 - copie personnelle autorisée, partage et diffusion interdit */
      /* V1.0 09/05/05 ---  1:actu plus petit */
      /* 17/05/05 ---2:adaptation taille accueil --- */
      /* 22/05/05 3:agrand. div accueil */
      /* 24/10/05 --- 6:corps en position absolute */

      body { 	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}
      #entete {
        position: relative;
        width: 1260px;
        height: auto;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #sousentete {
        position: relative;
        width: 1260px;
        height: auto;
        top: 0;
        left: 0;
        bottom: auto;
        right: auto;
      }
      #reste {
        position: relative;
        width: 1260px;
        height: auto;
        top: auto;
        left: 0;
        bottom: auto;
        right: auto;
        display: flex;
        box-sizing: border-box;
      }
      #cote {
        box-sizing: border-box;
        width: 280px;
        height: auto;
        padding: 16px;
        flex-shrink: 1;
        overflow-x: hidden;
      }
      #corps {
        box-sizing: border-box;
        width: 820px;
        height: auto;
        padding: 16px;
        flex-shrink: 0;
      }

      #corpsplus {
        box-sizing: border-box;
        width: 980px;
        height: auto;
        padding: 16px 32px 16px 16px;
        flex-shrink: 0;
      }

      #largenav {
        box-sizing: border-box;
        width: 1100px;
        height: auto;
        padding: 16px 32px;
        flex-shrink: 0;
        /* augmentation du padding 16 à 32px */
      }

      #largenavplus {
        box-sizing: border-box;
        width: 1260px;
        height: auto;
        padding: 16px 32px;
        flex-shrink: 0;
      }

      #largemain {
        box-sizing: border-box;
        width: 1100px;
        height: auto;
        padding: 16px 32px;
        flex-shrink: 0;
        /* augmentation du padding 16 à 32px */
      }

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

      #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: 100%;
		margin-top: 20px;
		font-size: 1em;
	}

.artplus p:hover {

	}


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

  #wrapper {
   width: 1260px;
  }

  .divtabnav {
   display: block;
  }

  .bclaN {
    display: block;
  }

  .navdosbtnN {
    display: block;
  }

  #menuvoir {
    display: none;
  }

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