﻿body        
{
    background: #800A0A;        /* Couleur de Fond  */
    color: #000;                /* Couleur du Texte */         
    text-decoration: none;      /* Mise en Forme du Texte */
    font-weight :normal;        /* Poid de la police par défaut */
    font-family:Verdana;        /* Police par défaut */
    font-size: 12px;            /* Taille de la police par défaut */
    text-align:center;          /* Alignement Vertical des textes par défaut */
    vertical-align:middle;      /* Alignemetn Horizontal de textes par défaut*/
    margin : 0px;               /* Marge des éléments */
    padding : 0px;              /* Marge Interne des éléments */
    border: none;               /* Bordure des éléments */           

}
a                  { text-decoration: none; }
table               { border-collapse:collapse; border-spacing:0; empty-cells:show; display: inline-table;}

#GlobalAcc  {    position: relative; width: 800px; height: 600px; margin: 15px auto 0 auto; padding: 0; 
                 z-index: 0;
					top: -7px;
					left: 15px;
					}
#headercentreacc   {  position:relative; clear: both; height: 125px; width: 800px; 
                      background: url("../images/fondheaderacc.png") no-repeat; z-index: 1; 
                      text-align: center; vertical-align: middle; padding: 0px; margin:0px }
                   
#headercentreacc img { vertical-align: middle; margin-top: 20px; }      
             
#fondcentreacc     {  position:relative; clear: both; height: 390px; width: 800px;  z-index: 1;
                   background: url("../images/fondtexteacc.png"); background-repeat: no-repeat;  }
                  

#fondfooteracc     {  position: relative; height: 81px; width: 800px;
                   background: url("../images/fondfooteracc.png");  z-index: 1;  }
                   
#Affichageacc      {   position: absolute; top: 130px; left: 10px; height: 380px; width: 780px; overflow: hidden;
                       margin: 0; padding: 0 10px 0 10px; z-index: 10; }
                
#LogoKro            { position: absolute; top: 50px; left: 50px; width: 245px; height: 277px; overflow: hidden;
                      margin : 0; padding: 0; z-index: 10; border: none; }
#LogoKro img      {   border: none;  border-left: none; }                

/* Gestion de la fenetre d'identification */
#TableLog         { position: absolute; top: 133px; left: 350px; height: 400px; width: 360px; overflow: hidden;
                    border: none; z-index: 10; padding:0; margin:0; 
                    background: url("../images/fondlog.png") no-repeat;  
                    
}                  

#TableLog   table   { width: 360px; height: 150px; margin:0; padding: 0; }   
#TableLog   tr      { padding:0; margin:0 }                   
#TableLog   td      { color: #333; font-size: 13px; font-family:Trebuchet MS; font-weight: bold; padding: 0; margin:0;   }
#TableLog   input   { border: none; font-size: 11px; font-family:Trebuchet MS; margin:0; padding: 0; }      

#loghaut    { height: 20px; width: 340px; margin:0; padding: 0; }
#loggauc    { height: 80px; width: 10px;  margin:0; padding: 0; }
#logdroit   { height: 80px; width: 10px;  margin:0; padding: 0; }
#logbas     { height: 20px; width: 340px; margin:0; padding: 0; }

.TdColsp     {  width: 150px; height: 25px;  text-indent: 20px;  margin:0; padding: 0; }
.TextLog     {  color: #000; height: 20px;  background: #EEE; width: 150px; margin:0; padding: 0;  vertical-align: middle; }
.ButtonLog   {  color: #000; height: 20px;  background: #CCC; width: 150px; margin:0; padding: 0;}                      
.ErreurLog   {  color: #820; height: 25px;  margin:0; padding: 0; text-indent: 10px; }
.important	 {  color: #820; height: 25px;  margin:0; padding: 0; text-indent: 10px; font-size: 13px;  }

/* Gestion du footer de l'accueil */
#FootAcc    { position: absolute; top: 520px; left: 50px; height: 50px; width: 700px; 
              font-size: 11px; font-weight: bold; font-family:Verdana; color: #111;
              z-index: 10; 
            }
#FootAcc a          { color: #333; }            
#FootAcc a:hover    { color: #353; }  

