﻿BODY
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 13px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WORD-SPACING: normal;
	TEXT-TRANSFORM: none;
	PADDING-TOP: 0px;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	LETTER-SPACING: normal;
	BACKGROUND-COLOR: white;
	width:100%;
    height:100%;

    *min-height:478px; 
    *min-width:794px;
}
html{
    width:100%;
    height:100%;
} 


/* 
    -------------------------------------------------------
      MBB 2015-03-17 (77836/81566) : Nouveau style pour les messages d'erreurs dans l'Admin
    -------------------------------------------------------
*/

.panelAdm
{
	font-size: 12px;
	background-image: none;
	font-family: arial;
	background-color: #FFFFFF;
	text-align: center;
}

/* Header/Footer Fixed : https://css-tricks.com/body-border/ */
#headerAdm, #footerAdm {
    background: #FFFFFF;
    position: fixed;
    left: 0;
    right: 0;
    height: 78px;
    z-index: 1;
    margin: 0 auto;
}

#headerAdm { top: 0; border-bottom: 2px solid #e7bd2c; }
#footerAdm { left: 0; bottom: 0; border-top: 2px solid #e7bd2c; }

/* Contenu Footer */

    #footerAdm .credit {
        width: 794px !important;
        color: #9fa0a4 !important;
        font-family: Tahoma !important;
        margin: 0 auto;
        position: relative;
        clear: both;
        margin-top: 25px;
    }

    #footerAdm .credit .Copyright {
        float: left;
    }
    #footerAdm .credit .Logo {
        height:28px;
        width: 118px;
        float: right;
    }

/* Contenu Center */

    #inner .ConnectionArea { 
        height: 398px;
        width: 391px;
        background:url(Web/Images/Login/bg_connexion.png) no-repeat;
        padding: 44px 49px 65px 49px;
        text-align: left;
    }

    .ConnectionArea .inner {   
        min-height: 358px;
        min-width: 348px;
        padding: 38px 27px 30px 27px;
    }

    .panelAdm .ForgotPasswd {
        list-style-image: url(Web/Images/Login/fleche_jaune.gif);
        list-style-position: inside;
        *list-style-position: initial;
        display: list-item;
    }

    .panelAdm HR {
        color: #e7bd2c;
        background-color: #e7bd2c;
        height: 2px;
    }

    .panelAdm .formButton {
        background:  url(Web/Images/Login/btn_soumettre.gif) no-repeat;
        width: 75px;
        height: 26px;
        border:0;
    }

    /* Zone extensible (Registre/ViewAccount) */

    #inner .ConnectionAreaView {
        /*padding: 44px 49px 65px 49px;*/
        text-align: left;
        min-height: 398px;
        width: 418px;
    }
    .ConnectionAreaView .inner {   
        min-height: 388px;
        min-width: 375px;
        padding: 38px 27px 30px 27px;
    }

    #inner .ConnectionAreaView .top {
        height: 6px; /* 34 */
        width: 418px;
        background:url(Web/Images/Login/bg_connexion_top-2.png) no-repeat;
    }
   #inner .ConnectionAreaView .bottom {
        height: 34px;
        width: 418px;
        background:url(Web/Images/Login/bg_connexion_bas-2.png) no-repeat;
    }
   #inner .ConnectionAreaView .middle {
        padding: 19px 49px 40px 49px;

        width: 418px;
        background:url(Web/Images/Login/bg_connexion_milieu-2.png) repeat-y;
    }

/* ------------------ SOURCE EXTERNE ------------------ */

/* Background dynamique : https://css-tricks.com/perfect-full-page-background-image/ */
#outer img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 2048px; /* 1024 */
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  *top: 0;
  *left: 0;

  z-index: -1;
}

@media screen and (max-width: 2048px) { /* Specific to this particular image (1024) */
  img.bg {
    left: 50%;
    margin-left: -1024px;   /* 50% -512 */
  }
}


/* ALign CenterArea http://pmob.co.uk/pob/hoz-vert-center.htm */

#outer{
    height:100%;
    width:100%;
    display:table;
    vertical-align:middle;

    /* Test Non compatibilité */
    position: absolute;
    /*top:80px;*/

    /*  «*» Css Hack pour IE7 et inférieur */
    *position:relative;
    *overflow:hidden;
    /*  «\9» Css Hack pour IE8 et inférieur */
    display:block\9;
}
#container {
    text-align: center;
    position:relative;
    vertical-align:middle;
    display:table-cell;
    min-height: 398px;
    height: auto;

      /* Test Non compatibilité */
    /*top: 80px;*/


    /*  «\9» Css Hack pour IE8 et inférieur */
    top:50%\9; display:block\9;
} 
#inner {
    width: 391px; 
    min-height: 398px;
    height: auto;
     
    padding: 80px 0px 80px 0px;
    padding: 0\9;

    text-align: center;
    margin-left:auto;
    margin-right:auto;

    /*  «\9» Css Hack pour IE8 et inférieur */
    top:-50%\9; position:relative\9;
}