/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 sept. 2019, 19:26:00
    Author     : mqs
*/
body {
  width:100%;
  margin:0px auto;
  font-family: calibri, sans-serif;
  font-size:80%;
  color:#696969;
  z-index: 0;
  border-width:1px;
  border-style:dotted;
  border-color:black;

}

* {
  box-sizing: border-box; 
}
.en-tete {
      position : fixed;
      background-color: #f1f1f1; 
      height : 110px;
      width: 100%;
}
.masquage {
      height : 100px; /* même hauteur que l'entete */
      width: 100%;
}
/* Create two equal columns that floats next to each other */
.column1 {
  float: left;
  width: 12.5%;
  padding: 10px;
}
.column2 {
  float: left;
  width: 82%;
  /*padding: 20px;*/
  padding: 10px 40px;
}
*
{
  box-sizing: border-box; 
}


/* Style the header */
.header {
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;
  position : fixed; 
}

/* Create three unequal columns that floats next to each other */



/* Tableau Christophe */  
.tableau .ligne_de_saisie  /* Papy */
{
   background-color:#f3fcfe;
}

.tableau .ligne_impaire  /* Papy */
{
   background-color:#e4fff8
}

.AlignCenter  /* Papy */
{
     text-align: center;
}
.AlignDroite  /* Papy */
{
     text-align: right;
}
.AlignGauche  /* Papy */
{
     text-align: left;
}
.tableau th  /* Les cellules d'en-tête */
{
    /*background: url("../js/jquery-ui-1.8.16/css/custom-theme/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/
  border: 1px solid #D3D3D3;
  color: #5cc1a9;
  font-weight: normal;
  text-align : center;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  font-weight : bold; 
  background-color : #f3fcfe;
  line-height: 10px;
  padding: 2px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

