/* style general de prems */
/* LPS V2.0 lepetitsite © Philippe Brouard 2023 - copie personnelle autorisée, partage et diffusion interdit */
/* V1.0 09/05/05 --- 1:balise <a> dans artplus --- 2: localisation anninn ---*/
/* 13/05/05 --- 3:gestion de taille de police bouton dans les feuilles de titre --- 4:calcul de width pour bout S --- */
/* 16/05/05 --- 6:largeur fixe pour boite message */
/* 17/05/05 --- 7:class special pour vitrine --- */
/* 18/05/05 --- 8:sousart en table... */
/* 19/05/05 --- 9:titracc géré par span padding à 0px -> margin dans <p>--- */
/* 20/05/05 --- 10: gestions des espaces dans corps article --- 11:ajout de corpart */
/* 24/05/05 --- 11: titracc n'est plus en bold --- 12: correction sur espaces dans vitrine et taille*/
/* 07/06/05 --- 12: ajout de form cherche --- */
/* 09/06/05 --- 13: padding dans en relation --- 14: taille de artref */
/* 10/06/05 --- 15: supression de font-weight normal dans les titres */
/* 20/06/05 --- 16: petite coquille dans bdos3sn --- font-weight normal dans bcla*/
/* 23/06/05 --- 17: boutons S en span tout simple */
/* 14/07/05 --- 18: pour le tableau panier */
/* 25/07/05 --- 19: supression des marges pour tabnav */
/* 17/09/05 --- 20: message invisible seulement print */
/* 23/09/05 --- 21: bord image */
/* 24/09/05 --- 22: deplacement du titre accueil */
/* 13/10/05 ---23: changement dans artplus, passage à un plus avant le titre*/
/* 17/12/05 --- 24: 3 vitrines */
/* V1.1 21/12/05 --- 25: gestion marge image dans artlist */
/* 02/01/06 --- 26: ajout de line-height dans navtete */
/* 09/01/06 --- 27: ajout de margin bottom dans navtete img */
/* 22/02/06 --- 28: marge de droite pour images dans vitrine */
/* 11/06/06 --- 29: margin dans message, height de tabnav forcé au mini */
/* V1.2 02/08/06 --- 30: passage des images articles à droite */
/* 08/08/06 --- 31: style fcmd pour les formulaires de commande */
/* 01/09/06 --- 32: condvente style conditions de vente */
/* V2.2 22/08/24 --- 33: miniatimg et miniatimglarge */
/* 15/11/24 --- 34: bizarre que j'ai eu à ajouter le règle arttabmob, comment ça fonctionnait avant */
/* 12/05/25 --- 34: gestion diaporama */
/* 22/05/25 --- 35: gestion des tables dans le corp de texte */


body {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
}

html {
 width: 100%;
 height: 100%;
}

/*4,8*/
.general_nN {	background-color: none;
		color: #000;
	}
.general_bN {	background-color: none;
		color: #fff;
	}
.general_cN {	background-color: none;
		color: #555;
	}

/*2,8*/

/*4,8*/
.general_nY {	background-color: #fff;
		color: #000;
	}
.general_bY {	background-color: #fff;
		color: #fff;
	}
.general_cY {	background-color: #fff;
		color: #555;
}

.general_nB {	background-color: #000;
		color: #000;
	}
.general_bB {	background-color: #000;
		color: #fff;
	}
.general_cB {	background-color: #000;
		color: #555;
	}

a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#accueil>h1 {
  z-index: 1;
}

#accueil img.imgacc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    max-width: 150%;
}

/*12,24*/
#vitrines {
	position: absolute;
  z-index: 2;
			top: 25%;
			bottom: auto;
			left: auto;
			right: 10px;
			height: auto;
			display: block;
}

.vitrine {	position: relative;
		width: 250px;
		height: auto;
		padding: 0px;
		margin: 10px;
		overflow: hidden;
		display: block;
		float: right;
	}

/*7*/
.vitritit {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0.5em;
		font-size: 1.1em;
		font-weight: bold;
		text-align: left;
	}

.vitritit>button {
  position: absolute;
  top:0.1em;
  right: 0.1em;
  padding: 0;
}

.vitritex {	position: relative;
		margin: 0.7em;
    padding: 0.2em;
		font-size: 0.9em;
		font-weight: normal;
		text-align: left;
    overflow: hidden;
	}
.vitritex img { margin-right: 4px; }


.imgvitr {	position: relative;
		float: left;
		margin-right: 6px;
	}

/*9,11*/
.titracc {	position: absolute;
		top: 10%;
		bottom: auto;
/*22*/		left: 0px;
/*22*/		right: auto;
		padding: 0.2em;
		margin: 0em;
	}

  .titsize_s {
    font-size: 2em;
  }

  .titsize_g {
    font-size: 2.5em;
  }

  .titsize_p {
    font-size: 3.5em;
  }

  .titsize_t {
    font-size: 5em;
  }

  /* titre color */

  .titrecolor_n>a:link, .titrecolor_n>a:visited  {
      	color: #000;
  }
  .titrecolor_n>a:hover {
      	color: #000;
        text-decoration: underline;
  }

  .titrecolor_b>a:link, .titrecolor_b>a:visited {
      	color: #fff;
  }
  .titrecolor_b>a:hover {
      	color: #fff;
        text-decoration: underline;
  }

  .titrecolor_c>a:link, .titrecolor_c>a:visited {
      	color: #555;
  }
  .titrecolor_c>a:hover {
      	color: #555;
        text-decoration: underline;
  }

  /* vitrine titre color */

  .vitrititcolor_n>a:link, .vitrititcolor_n>a:visited  {
        color: #000;
  }
  .vitrititcolor_n>a:hover {
        color: #000;
        text-decoration: underline;
  }

  .vitrititcolor_b>a:link, .vitrititcolor_b>a:visited {
        color: #fff;
  }
  .vitrititcolor_b>a:hover {
        color: #fff;
        text-decoration: underline;
  }

  .vitrititcolor_c>a:link, .vitrititcolor_c>a:visited {
        color: #555;
  }
  .vitrititcolor_c>a:hover {
        color: #555;
        text-decoration: underline;
  }

  /* fin vitrine titre */

/*7*/
.ppage_i {	position: absolute;
      font-size: 0.9em;
      font-weight: normal;
      text-align: center;
      padding-top: 0.5em;
      bottom: 0em;
	}

.pppol_c, .pppol_c>p>a {
  color: #555;
}

.pppol_b, .pppol_b>p>a {
  color: #fff;
}

.pppol_n, .pppol_n>p>a {
  color: #000;
}

#annup {	margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
    background-color: #ccc;
	}

/*2*/
#annin {	position: absolute;
		top: 0px;
		left: auto;
		bottom: auto;
		right: 0px;
		text-align: left;
	}

  .blocann {
    position: relative;
    text-align: right;
    background-image: url("../pub10.png");
    background-repeat: no-repeat;
  }

  .blocann>button {
    position: absolute;
    top:1px;
    right: 1px;
    padding: 0;
  }

/* banniere */

#banniere {	position: relative;
		text-align: left;
		margin-top: 0px;
		margin-bottom: 0px;
	}

  #banniere>img {
    margin-bottom: -4px;
}

.titrbann {	position: relative;
		padding: 0.8em;
		margin: 0;
    left: 0px;
    right: auto;
}

.titrbannhover {	position: absolute;
		padding: 0.2em;
		margin: 0.6em;
    left: 0;
    right: auto;
}

.titbannsize_s {
  font-size: 1em;
}

.titbannsize_g {
  font-size: 1.5em;
}

.titbannsize_p {
  font-size: 2.5em;
}

.titbannsize_t {
  font-size: 4em;
}

/* table de navigation */

#menuvoir {
  font-size: 1.1em;
}
#menuvoir::first-letter {
  font-size: 1.4em;
}

.tabnav { 	position: relative;
		width: 100%;
	}


/* boutons classeur */

.bcla1 { 	position: relative;
		padding:0.2em;
    margin: 0.5em;
		font-weight: normal;
	}
.bcla2 { 	position: relative;
  padding:0.2em;
  margin: 0.5em;
		font-weight: normal;
	}
.bcla3 { 	position: relative;
  padding:0.2em;
  margin: 0.5em;
		font-weight: normal;
	}

/* boutons dossier */


/* taille M */

.bdos1MN { 	position: relative;
		float: left;
		margin: 0.5em;
		text-align: center;
		padding: 0.2em;
		width: 15em;
		overflow: hidden;
	}
.bdos1MO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 15em;
  overflow: hidden;
	}
.bdos2MN { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 15em;
  overflow: hidden;
	}
.bdos2MO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 15em;
  overflow: hidden;
	}
.bdos3MN { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 15em;
  overflow: hidden;
	}
.bdos3MO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 15em;
  overflow: hidden;
	}

/* taille P */

.bdos1PN { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 9em;
  overflow: hidden;
	}
.bdos1PO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 9em;
  overflow: hidden;
	}
.bdos2PN { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 9em;
  overflow: hidden;
	}
.bdos2PO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 9em;
  overflow: hidden;
	}
.bdos3PN { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 9em;
  overflow: hidden;
	}
.bdos3PO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 9em;
  overflow: hidden;
	}

/* taille G */

.bdos1GN { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 30em;
  overflow: hidden;
	}
.bdos1GO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 30em;
  overflow: hidden;
	}
.bdos2GN { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 30em;
  overflow: hidden;
	}
.bdos2GO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 30em;
  overflow: hidden;
	}
.bdos3GN { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 30em;
  overflow: hidden;
	}
.bdos3GO { 	position: relative;
  float: left;
  margin: 0.5em;
  text-align: center;
  padding: 0.2em;
  width: 30em;
  overflow: hidden;
	}

/* taille S --- 17 */

.bdos1SN { 	position: relative;
  float: left;
  margin: 0.5em;
  padding: 0.2em;
	}
.bdos1SO { 	position: relative;
  float: left;
  margin: 0.5em;
  padding: 0.2em;
	}
.bdos2SN { 	position: relative;
  float: left;
  margin: 0.5em;
  padding: 0.2em;
	}
.bdos2SO { 	position: relative;
  float: left;
  margin: 0.5em;
  padding: 0.2em;
	}
.bdos3SN { 	position: relative;
  float: left;
  margin: 0.5em;
  padding: 0.2em;
	}
.bdos3SO { 	position: relative;
  float: left;
  margin: 0.5em;
  padding: 0.2em;
	}



.transtete {	position: relative;
		top: 0px;
		left: 0px;
		right: auto;
		bottom: auto;
		height: 1px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

.navtete { 	position: relative;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 2px;
		margin-bottom: 2px;
		line-height: 1.8em;
	}
/*27*/
.navtete img {	margin-bottom: 2px;
	}

/*12*/
.formcherc {	position: relative;
		padding-left: 10px;
		padding-top: 10px;
		margin: 0px;
	}
.textcherc { 	position: relative;
		font-size: 0.8em;
		height: 1.4em
	}
.subcherc {	position: relative;
		font-size: 0.8em;
		height: 1.8em;
		width: 2.4em;
	}

.dosimg {	text-align: center;
		margin-top: 10px;
	}

.dosimgtitre {	text-align: center;
  		margin-top: 10px;
      font-size: 1.4em;
}

.dosimgtitre>h1 {
  font-size: 1.2em;
}

.dosimgtitre>img {
  float: right;
}

.dostitre {	padding-left: 5px;
		padding-right: 5px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-align: center;
		font-size: 1.2em;
}
.dostitremobile {
  padding: 0.5em 0;
  text-align: center;
  font-size: 1.2em;
}

.infomenumobile {
  margin: 0.5em 0 0.1em 0;
}

.arttabmob, .arttab {
  width: 100%;
}

.artlistN {	padding: 0.2em 0.3em;
		text-align: left;
		font-size: 1.0em;
		font-weight: normal;
	}
.artlistO {	padding: 0.2em 0.3em;
		text-align: left;
		font-size: 1.0em;
		font-weight: normal;
	}

/*25*/

.artplus {	position: relative;
	}

img.artplusb {
  margin-right: 4px;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  width: 1em;
  height: 1em;
	}

img.xsminiat {
  float: right;
  margin: 0.1em;
}

img.miniatimg {}

img.miniatimglarge {
  max-width: 100%;
}

.artpmini {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: left;
		font-size: 0.9em;
		font-weight: normal;
	}
/*23*/
.artplus p {
		position: relative;
		display: inline-block;
		margin: -0.3em 0.5em 0 0em;
		text-align: left;
		font-size: 0.9em;
		font-weight: normal;
		height: 1.6em;
		width: 1.2em;
		overflow: hidden;
		float: left;
	}
.artplus p:hover {
		height: auto;
		width: auto;
		overflow: show;
		margin: -0.3em 0 0 0;
    padding-right: 0.3em;
	}



/*1*/
.artplus a {	text-decoration: none;
		background-color: transparent;
	}
/*1*/
.artplus a:hover {
		text-decoration: none;
		background-color: transparent;
	}


.finlist {	padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 4px;
		text-align: left;
		font-size: 0.4em;
		font-weight: normal;
	}

.spacelist {	padding-left: 5px;
		padding-right: 5px;
		padding-top: 0px;
		padding-bottom: 0px;
		height: 10px;
		text-align: left;
		font-size: 0.4em;
		font-weight: normal;
	}

.pagination {
    font-size: 1.2em;
    text-align: center;
    clear: both;
  }

  .pagination a {
		text-decoration: underline !important;
	}
	.pagination span {
		font-weight: bold;
		font-size: 1.3em;
	}

/* pour galerie */

#vignlist {
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;
    clear: both;
}

#vignlist a {
        cursor: pointer;
}

#vignlist a:hover {
    background-color: transparent;
}

#minilist {
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;
    clear: both;
}

#minilist a {
        cursor: pointer;
}

#minilist a:hover {
    background-color: transparent;
}

#minilist span {
    position: relative;
    display: inline-block;
    /* margin: 6px; */
    overflow: hidden;
}

#minilist img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}

.blocvignetteN {
	display: inline-block;
  margin: 0 0.5em 0.8em 0em;
  line-height: 0;
}

.blocvignetteY {
    display: inline-block;
    border: solid 1px #ccc;
    margin: 0 0.5em 0.8em 0em;
    line-height: 0;
}

/* pour encarts */

#encartliste {
    position: relative;
    margin: 0;
    padding: 20px 0 0 0;
    clear: both;
}

#encartliste a {
        cursor: pointer;
}

#encartliste a:hover {
    background-color: transparent;
}

#encartliste img {
    position: relative;
}

/* la taille des encarts ne peut pas être proportionnelle à la taille des miniatures */

.encartboutique {
  position: relative;
  display: block;
  float: left;
  margin: 0 1em 1em 0em;
  width: 13em;
  padding: 1em;
}

.encarto {
  width: 13em;
}

.encarti {
  width: 14em;
}

.encartp {
  width: 19em;
}

.encartm {
  width: 28em;
}

.encartg {
  width: 32em;
}

.encartl {
  width: 95%;
}

/* fin pour gallerie */

.ppage  {	font-size: 0.9em;
		font-weight: normal;
		text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
		clear: left;
		}

/*20*/
.infoprint { 	display: none; }
/* corps de l'article */
/*11*/
.corpart {	margin-top: 10px;
		margin-bottom: 10px;
	}

.corpart a:link, .corpart a:visited {
  	text-decoration: underline;
}

.precsuiv {	position: relative;
		margin-top: 0.3em;
		margin-bottom: 0.2em;
    line-height: 32px;
	}

.precsuiv a {
  		cursor: pointer;
  }

.precsuiv span {
  		display: inline-block;
  }

.precsuiv_R {
    text-align: right;
  }

.precsuiv_C {
      text-align: center;
}

.arttitre {	position: relative;
		margin-top: 0px;
		padding-top: 10px;
		margin-bottom: 1.4em;
		font-size: 2.6em;
	}
.artsoustitre {	position: relative;
		margin-top: 0px;
		margin-bottom: 1.1em;
		font-size: 1.4em;
		font-weight: normal;
	}

  figure {
  margin: 0;
  max-width: max-content;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  padding: 0;
  z-index: 1;
  }

  figcaption {
    font-size: 0.9em;
    margin-top: 0.4em;
    margin-bottom: 0.2em;
  }

  figure>img { width: 100%; height: auto; }

  .artvideo {
    margin: 0.7em auto;
    text-align: center;
  }

  .artvideo>video {
    max-width: 100%;
    height: auto;
  }

/*21*/
.artimgrigN {	position: relative;
		float: right;
		margin: 0.5em 0 0.7em 1.5em;
		text-align: right;
		height: auto;
		font-size: 0.9em;
		font-weight: normal;
	}
.artimglefN {	position: relative;
  		float: left;
  		margin: 0.5em 1.5em 0.7em 0;
  		text-align: left;
  		height: auto;
  		font-size: 0.9em;
  		font-weight: normal;
  	}
.artimgcenN {	position: relative;
		float: none;
    margin : 0.7em auto;
		text-align: center;
		height: auto;
		font-size: 0.9em;
		font-weight: normal;
	}
.artimgrigY {	position: relative;
		float: right;
		margin: 0.5em 0 0.7em 1.5em;
		text-align: right;
		height: auto;
		font-size: 0.9em;
		font-weight: normal;
	}
  .artimgrigY img {
      border: solid 1px gray;
    }
.artimglefY {	position: relative;
  		float: left;
  		margin: 0.5em 1.5em 0.7em 0;
  		text-align: left;
  		height: auto;
  		font-size: 0.9em;
  		font-weight: normal;
  	}
    .artimglefY img {
    		border: solid 1px gray;
    	}
.artimgcenY {	position: relative;
		float: none;
		margin : 0.7em auto;
		text-align: center;
		height: auto;
		font-size: 0.9em;
		font-weight: normal;
	}
.artimgcenY img {
  		border: solid 1px gray;
}

/* pour les images en galerie photo, pas de float */

.alignimgrigN {	position: relative;
		text-align: right;
		font-size: 0.9em;
		font-weight: normal;
}
.alignimglefN {	position: relative;
    margin-top : 0.7em;
  	text-align: left;
  	font-size: 0.9em;
  	font-weight: normal;
}
.alignimgrigY {	position: relative;
    margin-top : 0.7em;
		text-align: right;
		font-size: 0.9em;
		font-weight: normal;
}
.alignimglefY {	position: relative;
    margin-top : 0.7em;
  	text-align: left;
  	font-size: 0.9em;
  	font-weight: normal;
}
.alignimgrigY img {
  		border: solid 1px gray;
}
.alignimglefY img {
  		border: solid 1px gray;
}

/* le texte */

  .artintro>p>a, .arttexte>p>a, .artps>p>a {
  	  text-decoration: underline !important;
  	}

.artintro {	position: relative;
		margin-top: 0px;
		padding-top: 1.2em;
		margin-bottom: 0px;
		font-size: 1.2em;
		font-weight: normal;
		text-align: left;
	}
.arttexte {	position: relative;
		margin-top: 0px;
		padding-top: 1.2em;
		margin-bottom: 0px;
		font-size: 1.0em;
		font-weight: normal;
		text-align: left;
	}

.arttexte>p, .arttexte>li, .arttexte>blockquote {
    max-width: 80ch;
}

.arttexte>blockquote {
  font-size: 1.5em;
  margin: 1.5em 0;
  padding-left: 3em;
  border-left: 0.2em solid;
}

p.tcenter {
  text-align: center !important;
}

table.ttable {
  margin: 0 auto;
  border-collapse: collapse;
}

table.ttable>tbody>tr>td {
  margin: 0;
  padding: 0.4em 0.8em;
  text-align: center;
  border: 1px solid;
}





.artps {	position: relative;
		margin-top: 0px;
    padding-left: 1em;
		margin-bottom: 0px;
    /* float: right; */
    max-width: 50em;
    /* z-index: 1; */
	}
.artps>p {
  font-size: 0.9em;
  font-weight: normal;
  text-align: right;
}

  .artauteurdate {	position: relative;
  		margin-top: 0px;
  		padding-top: 20px;
  		margin-bottom: 0px;
  		font-size: 0.8em;
  		font-weight: normal;
  		text-align: right;
  	}

.artnvt {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 5px;
		font-size: 1.1em;
		font-weight: bold;
		text-align: left;
	}
/*14*/
.artref {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		font-size: 0.9em;
		font-weight: normal;
		text-align: right;
	}
/*13*/
.asuivre {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 4px;
		font-size: 1.1em;
		font-weight: bold;
		text-align: left;
	}
.detailsuiv {	position: relative;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 4px;
		font-size: 0.9em;
		font-weight: normal;
		text-align: left;
	}

/*8*/
.sousart { 	position: relative;
		font-size: 1em;
    width: 100%;
	}
.sousart1 {	text-align: left;
	}

.sousart2 {	text-align: right;
	}


.artfichier>video {
    max-width: 100%;
    height: auto:
}

	.boutonpanier {
			font-size: 1.2em;
	}

	.boutonpanier img {
		float: none;
		margin-left: 1em;
	}

	.boutfich {
			padding: 0.1em;
      font-size: 1.2em;
		}

.artfin  {	font-size: 0.9em;
		font-weight: normal;
		text-align: right;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
		clear: both;
		}

.medialegende {
  position: relative;
}

.medialegende>p {
  position: relative;
  color: white;
  text-align: center;
}

/* actus */

.uneactu {
  margin-top: 60px;
}

.ctutitre {
		font-size: 1.3em;
		padding-top: 5px;
	}
.ctutexte {	margin-top: 10px;
		font-size: 0.9em;
		font-weight: normal;
		padding-bottom: 5px;
	}

.ctutexte a:link, .ctutexte a:visited, .ctutexte a:hover {
    text-decoration: underline;
}

/* page de plan */

.planc {	margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-left: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 10px;
		font-size: 1.4em;
	}
.pland {	margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-left: 20px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 10px;
		font-size: 1.2em;
	}
.plana1 {	margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-left: 40px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 10px;
		font-size: 1.0em;
		font-weight: normal;
	}
.plana2 {	margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding-left: 40px;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 10px;
		font-size: 1.0em;
		font-weight: normal;
	}

/* messages */

.message {
  margin: 20px;
  font-weight: normal;
    font-size: 1.0em;
    color: #000;
    background-color: lightyellow;
    padding: 0.5em;
    position: relative;
  }

/*6*/
.fmess { 	position: relative;
		padding: 10px;
		/*width: 458px;*/
    margin-top: 10px;
		}
.fmess-t {	font-size: 1.1em;
		position: relative;
		margin-top: 2px;
		margin-bottom: 2px;
	}
.fmess-d { 	padding-left: 10px;
		position: relative;
	}
.fmess-s { 	margin-top: 10px;
		margin-left: 50px;
		position: relative;
    font-size: 1.4em;
	}
.fmess-e {	font-size: 1.0em;
		position: relative;
		width: 98%;
	}

/*31*/
.fcmd { 	position: relative;
		padding: 10px;
    margin-top: 10px;
		}
.fcmd-t {	font-size: 1.0em;
		position: relative;
		margin-top: 2px;
		margin-bottom: 2px;
    width: 100%;
	}
.fcmd-d { 	padding-left: 10px;
		position: relative;
	}
.fcmd-s { 	margin-top: 10px;
		margin-left: 50px;
		position: relative;
    font-size: 1.4em;
	}
.fcmd-e {	font-size: 1.0em;
		position: relative;
		width: 440px;
	}

.form-encadre {
    	padding: 0.3em;
    	margin: 0.6em 0em;
    	border: 1px solid #ccc;
}

.error {	position: relative;
		font-size: 0.9em;
		font-weight: normal;
		width: auto;
		padding-left: 5px;
		margin-right: 20px;
    background-color: #dddddd;
    color: black;
	}
.no-error {	position: relative;
		font-size: 0.9em;
		margin: 0px;
	}

/*18*/
/*18*/

.fpan {
    font-size: 1em;
    padding: 0.5em;
    margin-top: 1em;
    width: 100%;
  }
  table.fpant {
    width: 100%;
  }
.fpanr {
	}
  .fpanp {
    font-weight: bold;
    	}
.fpan0 {
  width: 35px;
}
.fpan1 {	width: 240px;
	}
.fpan2 {	width: 70px;
		text-align: right;
	}
  .fpan2plus {	width: 105px;
  		text-align: right;
  	}
.fpan3 {	width: 70px;
		text-align: center;
	}
.fpan4 {	width: 70px;
		text-align: right;
	}

  .fpan-s { 	margin-top: 10px;
  		margin-left: 50px;
  		position: relative;
      font-size: 1.4em;
}

.champnumber7 {
  width: 7em;
}
.champnumber6 {
  width: 6em;
}
.champnumber5 {
  width: 5em;
}
.champnumber4 {
  width: 4em;
}
.champnumber3 {
  width: 3em;
}
.champnumber2 {
  width: 2em;
}


.alert {	position: relative;
		font-size: 1.2em;
		font-weight: normal;
		width: auto;
		padding: 0.2em;
		margin-right: 20px;
    font-size: 1.2em;
  	background-color: lightyellow;
  	padding: 0.2em;
    color: black;
	}

/*32*/
.condvente  {	font-size: 0.9em;
		font-weight: normal;
		text-align: justify;
		margin-top: 15px;
		margin-bottom: 2px;
		padding-top: 2px;
    max-width: 50em;
		}

/*32*/
div.share {	position: relative;
		display: block;
		clear: both;
		margin-top: 20px;
		/*padding: 5px;*/
}

div.share>p {
  font-size: 0.9em;
  font-weight: normal;
  text-align: right;
}

.btnimg32 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.diaporamacont {
  position: relative;
  width: 100%;
  clear: both;
}

.diapocont {
  position: absolute;
  top: -0.7em;
  width: 100%;
}

.diaprecbtn {
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 2;
}

.diasuivbtn {
  position: absolute;
  top: 35%;
  right: 0;
  z-index: 2;
}

/* -------- complements ----- */

#wrapper {
        margin: 0 auto;
}
.general_accueil {
  height: 100%;
}

select {
	padding: 0.2em 0;
}

select.ddlmenu {
    width: 100%;
    margin: 0.5em 0;
    font-size: 1.2em;
}

.fermergalerie {
 text-align: right;
 z-index: 1;
}

.fermergalerie button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-family: sans-serif;
  font-weight: normal;
  color: #ffffff;
  background: #000;
  padding: 4px;
  text-decoration: none;
  border: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 1.6em;
  cursor: pointer;
  border: 1px solid #333;
}

.fermerhaut {
  position: absolute;
  top: 0;
  right: 1em;
}

.fermerbas {
  position: relative;
}

.fermerbasimage {
  position: relative;
  margin-right: 1em;
}

.hide {
 display: none;
}

#artloader {
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

div.articleCont {
        position: relative;
        width: 100%;
        /* height: 100%; */
        top: 0;
        left: 0;
        bottom: 0;
        padding: 1em 0;
}

#overlay {
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**/
.corpart {
		margin: 10px auto;
	}

#artloader > div.articleCont > article.corpart {
  background-color: white;
  padding: 2em;
  color: #000000;
}

select {
	padding: 0.2em 0;
}

/* ------ Paypal -------- */

#paypal-button-container {
  margin-top: 1em;
}

#paypal-response {
  font-size: 1.1em;
}

#paypal-response>b{
  background-color: yellow;
}

#paypal-response>em{
  background-color: lightgray;
}


/* ----- Accessibilite ---- */

.accesclavier>a {
  position: absolute;
  top: -1000px;
  padding: 0.2em;
  color: white;
  background-color: black;
  border: 1px solid gray;
}

.accesclavier>a:focus {
  position: relative;
  top: 0px;
  color: white;
}
