/* -------------------------- PARTIE COMMUNE -------------------------------- */
/* -------------------------------------------------------------------------- */

    a, a:link, a:visited, a:active {color: gray; text-decoration: none;}
    a:hover {color: FFB400; text-decoration: none;}
    
    .centre {text-align: center;
              margin: auto;}
    .justify {text-align: justify;}
    
    body{
        text-align: center;
        margin: auto;
        background-color: FFB400; /* FFB400 */
        }
 
/* -------------------------- LISTE DE SPACERS ------------------------------ */
           
.spacer {
        font-size: 1px;
        height: 120px;          /* 114 */
        margin: 0px;
        padding: 0px;
        }

.spacerColonneDroite {
        font-size: 1px;
        height: 50px;
        }

.spacer22px {
        font-size: 1px;
        height: 22px;
        }

.spacer44px {
        font-size: 1px;
        height: 44px;
        }

.spacer95px {
        font-size: 1px;
        height: 95px;}

.spacer277px {
        font-size: 1px;
        height: 277px;}

/* -------------------------- PARTIE 0 -------------------------------------- */
/* -------------------------- Tableau principal ----------------------------- */
/* -------------------------------------------------------------------------- */

    .TableauPrincipal {
    
        /*background-image: url(Pix/Fond.png);
        background-position: center;
        background-repeat: repeat-y; */

        
                      border-collapse: collapse;
                      border-spacing: 0;
                      width: 1000px;
                      height: 100%;
                      border-width: 0px;
                      padding: 0px;
                      margin: auto;
                      }

/* -------------------------- PARTIE 1 -------------------------------------- */
/* -------------------------- Entete avec image Titre------------------------ */

.Entete {
        background-image: url(Pix/Entete.png);
        background-position: top;
        background-repeat: no-repeat;
        vertical-align : top;
        height: 200px;
        padding-left: 70px;
        color: white;
        font-family: Comic Sans MS;
        font-weight: bold;
        font-size: 20px;
        position: relation;
        }

.LienPageAccueil {
        display: block;
        margin: 0px;
        padding: 0px;
        }
       
       
.ImgSlogan {
        display: block;
        margin: 0px;
        padding: 0px;
}
        
        

        
        
/* ---------------- Liste de liens anciennement placés en bas de parge ------ */
.GpLiens {
          margin-left: 30px;     
          position: absolute;
          top: 166px;                                                             /* 154 */
          height:30px;
          vertical-align: bottom;
}


a.ListeLiens, a.ListeLiens:link, a.ListeLiens:visited {
              font-weight: bold;
              font-size: 14px;
              color: white;
              border: 0;
              border-top: 3px solid white;
              margin-left: 3px;
        background-image: url(Pix/White20pc.png);
        background-repeat: repeat-x;
              padding: 10px;
              padding-top: 4px;
              padding-bottom: 4px;
              width: auto;
              display: block;
              float: left;
}
a.ListeLiens:hover {
              font-weight: bold;
              font-size: 14px;
              color: white;
              border: 0;
              border-top: 3px solid #FFB400;
              margin-left: 3px;
        background-image: url(Pix/White20pc.png);
        background-repeat: repeat-x;
              padding: 10px;
              padding-top: 4px;
              padding-bottom: 4px;
              width: auto;
              display: block;
              float: left;
}

a.ListeLienPP {
              border: 0;
              border-top: 3px solid #FFFFFF;
              margin-left: 4px;
              margin-right: 4px;
              padding: 4px;
              padding-top: 2px;
              width: auto;
              display: block;
              float: left;
}

/* -------------------------- PARTIE 2a ------------------------------------- */
/* -------------------------- Corps du site : affichage des fihiers --------- */

    .CorpsTexte {
    
        background-image: url(Pix/Fond.png);
        background-position: left;
        background-repeat: repeat-y;
    
                padding-left: 50px;
                text-align: center;
                vertical-align: top;
                color: #000000;
                width: 700px;
                }


/* -------------------------- PARTIE 2b ------------------------------------- */
/* -------------------------- Colonne de droite ----------------------------- */

/* Visuel : Plaquage des images colonne droite */

    .ColonneMenuDroite {
        background-image: url(Pix/Fond.png);
        background-position: right;
        background-repeat: repeat-y;
                  width: 250px;
                  height: 100%;
                  vertical-align: top;
                  }
                  
    .FondSommaire {
                  background-image: url(Pix/Right.png);
                  background-position:  top left;
                  background-repeat: no-repeat;
                  }



/* -------------------------- PRESENTATION CONTENU P2a ---------------------- */
/* -------------------------- Corps du site : PRESENTATION ------------------ */
/* -------------------------------------------------------------------------- */

/*    .ScrollCT {
              overflow: auto;
              width: 100%;
              }
.membre {
              font-style:italic;
              font-size:120%;
              font-weight:bold;
              font-family: copperplate, Lucida, Comic Sans MS;}*/


/* --------------------------- tableau de News (messages) ------------------- */

    .TableauMessage {
                          border-collapse: collapse;
                          margin: auto;
                          width: 600px;
                          }

    .TitresM{
              background-image: url(Pix/Fond-Titres.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .CorpsM{
              background-image: url(Pix/Fond-Corps.jpg);
              background-position: center;
              text-align: justify;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-top: 8px;
              padding-bottom: 8px;
              padding-left: 18px;
              padding-right: 18px;
              font-family: Arial;
              font-size: 13px;
              font-weight: bold;
              overflow: hidden;
              }

    .CorpsMT{
              text-align: justify;
              padding-top: 8px;
              padding-bottom: 8px;
              padding-left: 20px;
              padding-right: 0px;
              font-family: Arial;
              font-size: 13px;
              font-weight: bold;
              }

/* ---------------- tableau de présentation des AMVs ou Membres ------------- */

    .TableauPresentation {
                          border-collapse: collapse;
                          margin: auto;
                          width: 500px; 
                          /*environ 500px de large car image séparation force une largeur légérement supérieure */
                          }

    .TableauPresentation580 {
                          border-collapse: collapse;
                          margin: auto;
                          width: 580px;
                          }


    .TitresTP{
              background-image: url(Pix/Fond-Titres500.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .TitresTP580{
              background-image: url(Pix/Fond-Titres.jpg);
              background-position: left;
              background-repeat: y-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .CorpsTP{
              background-image: url(Pix/Fond-Corps500.jpg);
              background-position: center;
              text-align: justify;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-top: 6px;
              padding-bottom: 6px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: Arial;
              font-size: 13px;
              font-weight: bold;
              overflow: hidden;
              }

    .CorpsTP580{
              background-image: url(Pix/Fond-Corps.jpg);
              background-position: center;
              text-align: justify;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-top: 6px;
              padding-bottom: 6px;
              padding-left: 10px;
              padding-right: 10px;
              font-family: Arial;
              font-size: 13px;
              font-weight: bold;
              overflow: hidden;
              }

    .VideoTP{
              background-image: url(Pix/Fond-Video.jpg);
              background-position: center;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-top: 10px;
              padding-bottom: 10px;
              }

    .VideoTP580{
              background-image: url(Pix/Fond-Video600.jpg);
              background-position: center;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-top: 10px;
              padding-bottom: 10px;
              }

              .Titre{
                    color: darkblue;
                    font-weight: bold;
                    font-size: 24px;
                    font-family: Arial;
                    }

              .SousTitre{
                        color: darkblue;
                        font-style: italic;
                        font-family: Comic Sans MS;
                        }

              .SousTitre2 {
                          text-align: center;
                          font-size: 14px;
                          font-weight: bold;
                          font-family: Arial;
                          margin-bottom: 4px;
                          }

.date{
    /*margin-left: 575px;*/
    text-align: right;
    font-size: 11px;
    font-style: italic;
    }

/* -------- Présentation des messages postés Livre d'Or - Comm Interne ------ */

    .TableauChat {
                          margin: auto;
                          width: 640px;
                          }

    .TitreChat{
              background-image: url(Pix/Fond-Titre-Chat.jpg);
              background-position: right;
              background-repeat: repeat-y;
              text-align: left;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-left: 10px;
              padding-right: 10px;
              font-family: Comic Sans MS;
              font-size: 14px;
              color: white;

              }

    .AvatarSmall{
              text-align: center;
              vertical-align:top;
              border-width: 0px;
              width: 56px;
              padding: 0px;
              }

    .AvatarBig{
              text-align: center;
              vertical-align:top;
              border-width: 0px;
              width: 86px;
              padding: 0px;
              }

    .CorpsChat{
              width: 100%;
              background-image: url(Pix/Fond-Corps-Chat.png);
              background-position: left;
              background-repeat: repeat-y;
              text-align: justify;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-left: 10px;
              padding-right: 10px;
              font-family: Arial;
              font-weight: bold;
              font-size: 13px;
              }

.TableauLOADING {
                        border-collapse: collapse;
                        margin-left: 100px;
                        border: solid #000000;
                        border-width: 3px;
                  }
.CellLOADING{
              background-color: DADAFF;
              width: 200px;
              text-align: center;
              color: darkblue;
              }



/* -------------------------- PRESENTATION CONTENU P2b ---------------------- */
/* ------------------------ SOMMAIRE de la colonne de droite ---------------- */
/* -------------------------------------------------------------------------- */

a.LienMembersLv0-1, a.LienMembersLv0-1:link, a.LienMembersLv0-1:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/MembersLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienMembersLv0-1:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/MembersLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienMembersLv1-2, a.LienMembersLv1-2:link, a.LienMembersLv1-2:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/MembersLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienMembersLv1-2:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/MembersLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}

a.LienMembersLv1, a.LienMembersLv1:link, a.LienMembersLv1:visited, a.LienMembersLv1:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/MembersLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}

a.LienMembersLv2, a.LienMembersLv2:link, a.LienMembersLv2:visited, a.LienMembersLv2:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/MembersLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienMembersLv2:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/MembersLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}




a.LienConquestsLv0-1, a.LienConquestsLv0-1:link, a.LienConquestsLv0-1:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ConquestsLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienConquestsLv0-1:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/ConquestsLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienConquestsLv1-2, a.LienConquestsLv1-2:link, a.LienConquestsLv1-2:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ConquestsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienConquestsLv1-2:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/ConquestsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}

a.LienConquestsLv1, a.LienConquestsLv1:link, a.LienConquestsLv1:visited, a.LienConquestsLv1:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ConquestsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}

a.LienConquestsLv2, a.LienConquestsLv2:link, a.LienConquestsLv2:visited, a.LienConquestsLv2:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ConquestsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienConquestsLv2:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ConquestsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}




a.LienWeaponsLv0-1, a.LienWeaponsLv0-1:link, a.LienWeaponsLv0-1:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/WeaponsLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienWeaponsLv0-1:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/WeaponsLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienWeaponsLv1-2, a.LienWeaponsLv1-2:link, a.LienWeaponsLv1-2:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/WeaponsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienWeaponsLv1-2:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/WeaponsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}

a.LienWeaponsLv1, a.LienWeaponsLv1:link, a.LienWeaponsLv1:visited, a.LienWeaponsLv1:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/WeaponsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}

a.LienWeaponsLv2, a.LienWeaponsLv2:link, a.LienWeaponsLv2:visited, a.LienWeaponsLv2:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/WeaponsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienWeaponsLv2:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/WeaponsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}




a.LienToolsLv0-1, a.LienToolsLv0-1:link, a.LienToolsLv0-1:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ToolsLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienToolsLv0-1:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/ToolsLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienToolsLv1-2, a.LienToolsLv1-2:link, a.LienToolsLv1-2:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ToolsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienToolsLv1-2:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/ToolsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}

a.LienToolsLv1, a.LienToolsLv1:link, a.LienToolsLv1:visited, a.LienToolsLv1:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ToolsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}

a.LienToolsLv2, a.LienToolsLv2:link, a.LienToolsLv2:visited, a.LienToolsLv2:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ToolsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienToolsLv2:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/ToolsLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}




a.LienAlliesLv0-1, a.LienAlliesLv0-1:link, a.LienAlliesLv0-1:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/AlliesLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienAlliesLv0-1:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/AlliesLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}
a.LienAlliesLv1-2, a.LienAlliesLv1-2:link, a.LienAlliesLv1-2:visited {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/AlliesLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: #FFB400;
}
a.LienAlliesLv1-2:hover {
	display: block;
  width: 211px;
  background-image: url(Pix/AlliesLv1-2.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}

a.LienAlliesLv1, a.LienAlliesLv1:link, a.LienAlliesLv1:visited, a.LienAlliesLv1:hover {
	display: block;
	height: 80px;
	width: 211px;
  background-image: url(Pix/AlliesLv0-1.png);
	background-position: 0px;
  background-repeat: no-repeat;
  background-color: white;
}


/* -------------------------- ANNEXES --------------------------------------- */
/* ------- css des autres fichiers html s'affichant dans le corps du site --- */
/* -------------------------------------------------------------------------- */

/* -------------------------- MEMBERS --------------------------------------- */

a.LienNeb, a.LienNeb:link, a.LienNeb:visited {
	display: block;
	height: 70px;
  background-image: url(Members/Pix/Member-Neb-.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}
a.LienNeb:hover {
	display: block;
  background-image: url(Members/Pix/Member-Neb+.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}


a.LienCriss, a.LienCriss:link, a.LienCriss:visited {
	display: block;
	height: 70px;
  background-image: url(Members/Pix/Member-Criss-.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}
a.LienCriss:hover {
	display: block;
  background-image: url(Members/Pix/Member-Criss+.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}


a.LienOtak, a.LienOtak:link, a.LienOtak:visited {
	display: block;
	height: 70px;
  background-image: url(Members/Pix/Member-Otak-.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}
a.LienOtak:hover {
	display: block;
  background-image: url(Members/Pix/Member-Otak+.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}


a.LienLibium, a.LienLibium:link, a.LienLibium:visited {
	display: block;
	height: 70px;
  background-image: url(Members/Pix/Member-Libium-.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}
a.LienLibium:hover {
	display: block;
  background-image: url(Members/Pix/Member-Libium+.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}


a.LienHige, a.LienHige:link, a.LienHige:visited {
	display: block;
	height: 70px;
  background-image: url(Members/Pix/Member-Hige-.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}
a.LienHige:hover {
	display: block;
  background-image: url(Members/Pix/Member-Hige+.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}


a.LienArkan, a.LienArkan:link, a.LienArkan:visited {
	display: block;
	height: 70px;
  background-image: url(Members/Pix/Member-Arkan-.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}
a.LienArkan:hover {
	display: block;
  background-image: url(Members/Pix/Member-Arkan+.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}


a.LienWoy, a.LienWoy:link, a.LienWoy:visited {
	display: block;
	height: 70px;
  background-image: url(Members/Pix/Member-Woy-.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}
a.LienWoy:hover {
	display: block;
  background-image: url(Members/Pix/Member-Woy+.png);
	background-position: left bottom;
  background-repeat: no-repeat;
}


/* ---- Tableau de présentation (TP voir corps) spécifiques aux MEMBERS ----- */

    .NebTP{
              background-image: url(Members/Pix/Fond-Neb500.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .CrissTP{
              background-image: url(Members/Pix/Fond-Criss500.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .OtakTP{
              background-image: url(Members/Pix/Fond-Otak500.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .LibiumTP{
              background-image: url(Members/Pix/Fond-Libium500.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .HigeTP{
              background-image: url(Members/Pix/Fond-Hige500.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .ArkanTP{
              background-image: url(Members/Pix/Fond-Arkan500.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }

    .WoyTP{
              background-image: url(Members/Pix/Fond-Woy500.jpg);
              background-position: left;
              background-repeat: no-repeat;
              text-align: center;
              border-color: #000000;
              border-width: 3px;
              border-style: solid;
              padding-right: 0px;
              overflow: hidden;
              }
