
input[type="checkbox"][disabled][checked]  {
    filter: invert(100%) hue-rotate(0) brightness(1) contrast(1.75); 
    backdrop-filter: invert(80%);
    outline: 2px solid red;
    
}

input[type="checkbox"][disabled] {
  filter: invert(20%) hue-rotate(18deg) brightness(1);
}

input[type="text"][disabled] {
  filter: invert(1%) hue-rotate(0) brightness(1) contrast(1);
}

textarea:disabled 
{
filter: invert(1%) hue-rotate(0) brightness(1) contrast(1); 

}


input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]
{
background-color: #dcdcdc;
border: #3532ff 1px solid;
color: #000000;
cursor: default;
}



body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    width: auto;
    height : auto;
}

a:link, a:visited
{
    color: #fff;
}

a:hover
{
    color: #fff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* collapse*/
.collapseur {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.contenu {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}


/* TESTS 
----------------------------------------------------------*/
html {
    margin: 0px;
	padding: 0px;
	width: 100%;
   	}

body {
    margin: 0px;
	padding: 0px;
	}

/********************************************************/

#menu {
    position: fixed;
    left: 2px;
    top: 2px;
    width: auto;
    margin: 0 0 0 0;
	padding: 1px 1px 1px 1px;
    font-weight: bold;
    font-size: large;
    text-align: left;
	text-indent: 1px;
	color: white;
   	border: 2px solid hsla(222, 73%, 17%, 0.5);
    /*border-right: none;*/
    border-radius: 5px 5px 5px 5px;
	/* Générateur de code couleur -- http://www.workwithcolor.com/hsl-color-picker-01.htm */
    background: hsla(222, 73%, 17%, 0.7);
	z-index: 2;
	overflow:hidden;
  }
 
#menu:hover {overflow: visible;}
#menu li {
    margin: 0; 
  }
  
#menu a {
    text-decoration: none;
	color: inherit;
  }

  
/********************************************************/  
  
 ul#MenuRubriques
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#MenuRubriques li
{
display: inline;
list-style-type: none;
}

#MenuRubriques a {
padding: 3px 10px;
}

#MenuRubriques a:link, #MenuRubriques a:visited
{
text-decoration: none;
color: #FF0FF0;
background-color: #102D49;
}

#MenuRubriques a:hover
{
text-decoration: none;
color: #FF0FF0;
background-color: #1E5388;
}





/*FIN TESTS-----------------------------------------------*/

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.2em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width:100%;
    height:100%;
    background-color: #fff;
    margin: 0px 0px 0px 0px;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1.5em;
    width: 100%;
}


/* Menu */

.table {
    display: table;
    margin: 0;
    font-family: verdana;
    /*background-color: black;*/
    width: 100%;
}

nav
{
    width : 100%;
    text-align:center;
    /*background-color : #424558;*/
    font-family : Verdana, serif;
    font-size : 10px;
    color : white;
    
}
nav li
{
    list-style-type : none;
    float : left;
    font-family : Verdana, serif;
    font-size : 10px;
    text-align:center;
    color : white;
}
nav ul
{
    margin : 0px;
    /*padding : 0px;*/
    font-family : Verdana, serif;
    font-size : 10px;
    color : white;
}
nav a 
{
    display : inline-block;
    text-decoration : none;
    padding : 10px 10px;
    color : #fff;
    text-transform : uppercase;
    font-size : 100%;
    color : white;
}



nav input.buttonRechercheMini
{
    border: 2px groove black;
    height: 30px; 
    width: auto; 
    font-size: 1.5em; 
    text-align:center;
    background-color: #F8E0E0;
    /*margin: 10px;*/
    color: #FFF;
    background: url(../Images/menuQuitter03.jpg);
    border-radius: 10px;
}

nav li:hover a
{
    padding : 15px 5px 5px 5px;
}



.main
{
    padding: 0px 0px 4px 0px;
    margin: 0px 0px 0px 0px;
    width : 100%;
    background-color: #dddee7;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


.footer2
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
    bottom:1px;
    
}

.footer2 h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 1.5em;
    text-align:center;
    font-style: italic;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: left;
    padding: 5px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/* PAR MOI */

.divTableConnect
{
    width: 100%;
    height: 100%;
}

.divTableConnect checkbox1
{
    border-radius: 10px;
}

.divTableConnect textarea
{
    width: 99%;
    height: 99%;
    font-size:1.3em;
    text-align:left;
    border-radius: 10px;
    background-color:#FDFCE9;
}

.divTableConnect table td textarea.TXTAREAvert
    {
        border: thin solid #6E6E6E;
        background-color: #cdfdcd;
        font-size : 1.2em ;
        text-align: left;
        width: 99%;
        MIN-height: 150px;
        border-radius: 10px;
    }  

.divTableConnect table td textarea.TXTAREARose
    {
        border: thin solid #6E6E6E;
        background-color: #fed0fe;
        font-size : 1.2em ;
        text-align: left;
        width: 99%;
        MIN-height: 150px;
        border-radius: 10px;
    }  

.divTableConnect table td textarea.TXTAREAGris
    {
        border: thin solid #6E6E6E;
        background-color: #ffb1ff;
        font-size : 1.5em ;
        text-align: left;
        width: 100%;
        MIN-height: 150px;
        border-radius: 10px;
    }  
    
.divTableConnect table td textarea.TXTAREAROSE2
    {
        border: thin solid #6E6E6E;
        background-color: #ffb1ff;
        font-size : 1.5em ;
        text-align: left;
        width: 100%;
        height : auto;
        border-radius: 10px;
    }    
    
    
.divTableConnect table td textarea.TXTAREABLEU
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.5em ;
        text-align: left;
        width: 99%;
        height : auto;
        border-radius: 10px;
        MIN-height: 150px;
        border-radius: 10px;
    }

.divTableConnect table td textarea.TXTAREABLEU_MIN
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.5em ;
        text-align: left;
        width: 99%;
        height : auto;
        border-radius: 10px;
    }

.divTableConnect table td textarea.TXTAREABLEUligth
    {
        border: thin solid #6E6E6E;
        background-color: #b0ddff;
        font-size : 1.5em ;
        text-align: left;
        width: 99%;
        height : auto;
        border-radius: 10px;
        MIN-height: 150px;
        border-radius: 10px;
    }

.divTableConnect table td textarea.TXTAREABLEUalt
    {
        border: thin solid #6E6E6E;
        background-color: #4b90c4;
        font-size : 1.5em ;
        text-align: left;
        width: 99%;
        height : auto;
        border-radius: 10px;
        MIN-height: 150px;
        border-radius: 10px;
    }    
    


.MAX_IMAGE
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
    
.divTableConnect table td.td1
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: 100%;
    }
    
.divTableConnect table td.td1vert
    {
        border: thin solid #6E6E6E;
        background-color: #cdfdcd;
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }

.divTableConnect table td.td1bleu
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }

.divTableConnect table td.td1bleuALT
    {
        border: thin solid #6E6E6E;
        background-color: #4b90c4;
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }
    
.divTableConnect table td.td1bleuFonce
    {
        border: thin solid #6E6E6E;
        background-color: #cf7efa;
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }

.divTableConnect table td.td1bleuTitre
    {
        border: thin solid #6E6E6E;
        background-color: #d6eaf8;
        font-size : 1.2em ;
        text-align: left;
        width: 200px;
        height: 100%;
        border-radius: 10px;
    }
    
.divTableConnect table td.td1bleuTitreCenter
    {
        border: thin solid #6E6E6E;
        background-color: #d6eaf8;
        font-size : 1.2em ;
        text-align: center;
        width: 200px;
        height: 100%;
        border-radius: 10px;
    }


.divTableConnect table td.td1RED
    {
        border: thin solid #6E6E6E;
        background-color: RED;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    } 

/* Fond de cellule voie admin */
.divTableConnect table td.td1IV
    {
        border: thin solid #6E6E6E;
        background-color: #a7ffa7;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    } 
.divTableConnect table td.td1IVD
    {
        border: thin solid #6E6E6E;
        background-color: #a7c6ff;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }     

.divTableConnect table td.td1IM
    {
        border: thin solid #6E6E6E;
        background-color: #f7a7ff;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
.divTableConnect table td.td1SC
    {
        border: thin solid #6E6E6E;
        background-color: #ffa7c4;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
.divTableConnect table td.td1PEROS
    {
        border: thin solid #6E6E6E;
        background-color: #fcffa7;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
.divTableConnect table td.td1AEROSOL
    {
        border: thin solid #6E6E6E;
        background-color: #f9c347;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
.divTableConnect table td.td1PUFF
    {
        border: thin solid #6E6E6E;
        background-color: #cbbfc0;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
.divTableConnect table td.td1AUTRE
    {
        border: thin solid #6E6E6E;
        background-color: #ded3d4;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
/**************************************************/
.divTableConnect table td.td1CenterBISbleu2
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }    

.divTableConnect table td.td1CenterBISbleu2AUTO
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.2em ;
        text-align: center;
        width:15%;
        height:auto;
        border-radius: 10px;
    }
    
.divTableConnect table td.td1CenterBISbleu2AUTO14112023
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.2em ;
        text-align: center;
        height:auto;
        border-radius: 10px;
    }
    
.divTableConnect table td.td1CenterBISGris2AUTO
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 1.2em ;
        text-align: center;
        width:15%;
        height:auto;
        border-radius: 10px;
    } 

.divTableConnect table td.td1LeftBISbleu2
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.2em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius: 10px;
    }    
    
.divTableConnect table td.td1LeftBISbleu2AUTO
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.2em ;
        text-align: left;
        width:15%;
        height:auto;
        border-radius: 10px;
    }   
    
.divTableConnect table td.td1LeftBISbleu2alt
    {
        border: thin solid #6E6E6E;
        background-color: #4b90c4;
        font-size : 1.2em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius: 10px;
    }    
    
.divTableConnect table td.td1LeftBISbleu2altAUTO
    {
        border: thin solid #6E6E6E;
        background-color: #4b90c4;
        font-size : 1.2em ;
        text-align: left;
        width:15%;
        height:auto;
        border-radius: 10px;
    } 

.divTableConnect table td.td1CenterBISbleu2altAUTO
    {
        border: thin solid #6E6E6E;
        background-color: #4b90c4;
        font-size : 1.2em ;
        text-align: center;
        width:15%;
        height:auto;
        border-radius: 10px;
    } 

.divTableConnect table td.td1CenterBISbleu2alt
    {
        border: thin solid #6E6E6E;
        background-color: #4b90c4;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    } 

.divTableConnect table input.td1LeftBISbleu2input
    {
        border: thin solid #6E6E6E;
        background-color: #78b6e4;
        font-size : 1.2em ;
        text-align: center;
        width:100%;
        height:auto;
        border-radius: 10px;
    }    

.divTableConnect table input.td1CenterBISbleu2altinput
    {
        border: thin solid #6E6E6E;
        background-color: #4b90c4;
        font-size : 1.2em ;
        text-align: center;
        width:100%;
        height:auto;
        border-radius: 10px;
    } 

.divTableConnect table td.td1CenterBISbleuFonce2
    {
        border: thin solid #6E6E6E;
        background-color: #cf7efa;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 20px;
    }  

.divTableConnect table td.td1CenterBISRose2
    {
        border: thin solid #6E6E6E;
        background-color: #fed0fe;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 20px;
    }  

.divTableConnect table td.td1CenterBISorange2
    {
        border: thin solid #6E6E6E;
        background-color: #f9e79f;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 20px;
    }  

    
.divTableConnect table td.td1CenterBISbleu3
    {
        border: thin solid #6E6E6E;
        background-color: #d6eaf8;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 20px;
    }  
    
.divTableConnect table td.td1rose
    {
        border: thin solid #6E6E6E;
        background-color: #fed0fe;
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }

.divTableConnect table td.td1orange
    {
        border: thin solid #6E6E6E;
        background-color: #f9e79f;
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }

.divTableConnect table tr.Cadre
    {
        border: thin solid #6E6E6E;
        width: auto;
        height: 100%;
        border-radius: 10px;
        border-color:red;
        background-color: #c2e3fb;
    }


.cadre
{
    padding: 0px 4px 4px 0px;
    margin: 0px 0px 0px 0px;
    border:thin solid #4b6c9e;
    border-width: 3px;
    width:auto;
    height:auto;
    background-color: #c2e3fb;
}





.cadrevert
{
    padding: 0px 4px 4px 0px;
    margin: 0px 0px 0px 0px;
    border:thin solid #4b6c9e;
    border-width: 3px;
    width:auto;
    height:auto;
    background-color: #cdfdcd;
}
.cadrerose
{
    padding: 0px 4px 4px 0px;
    margin: 0px 0px 0px 0px;
    border:thin solid #4b6c9e;
    border-width: 3px;
    width:auto;
    height:auto;
    background-color: #fed0fe;
}

.cadrebleu
{
    padding: 0px 4px 4px 0px;
    margin: 0px 0px 0px 0px;
    border:thin solid #4b6c9e;
    border-width: 3px;
    width:auto;
    height:auto;
    background-color: #d6eaf8;
}
    
.divTableConnect table td.td1b
    {
        border: thin solid #FAAC58;
        border-width: 3px;
        background-color: #4b6c9e;
        font-size : 1.8em ;
        text-align: center;
        width: auto;
        height: 100%;
        color:#f9f9f9;
        border-radius: 10px;
    }

.divTableConnect table td.td1bGAUCHE2
    {
        border: thin solid #FAAC58;
        border-width: 3px;
        background-color: #4b6c9e;
        font-size : 1.8em ;
        text-align: left ;
        width: auto;
        height: 100%;
        color:#f9f9f9;
        border-radius: 10px;
    }

.divTableConnect table td.td1bfixe
    {
        border: thin solid #FAAC58;
        border-width: 3px;
        background-color: #4b6c9e;
        font-size : 1.8em ;
        text-align: center;
        width: 90%;
        height: 100%;
        color:#f9f9f9;
        border-radius: 10px;
    }

.nbrpage
{
   font-size : 1.5em ; 
}

.divTableConnect table td.td1BIS
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.5em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }
    
/* Bordure traitement médoc déjà reçu*/
.divTableConnect table td.td1BISBordVERT
    {
        border: 2px solid #00e600;
        background-color: #cdfdcd;
        font-size : 1.2em ;
        text-align: left;
        width: 15%;
        height: 100%;
        border-radius: 10px;
    }
.divTableConnect table td.td1BISBordVERTarrea
    {
        border: 2px solid #00e600;
        background-color: #cdfdcd;
        font-size : 1.2em ;
        text-align: left;
        width: 60%;
        height: auto;
        border-radius: 10px;
    }

.divTableConnect table td.td1BISBordNoirTarrea
    {
        border: 1px solid #6E6E6E;
        background-color: #cdfdcd;
        font-size : 1.2em ;
        text-align: left;
        width: 35%;
        height: 100%;
        border-radius: 10px;
    }

/* Bordure traitement médoc déjà reçu*/
.divTableConnect table td.td1CenterBISBordVERT
    {
        border: 2px solid #00e600;
        background-color: #cdfdcd;
        font-size : 1.2em ;
        text-align: center;
        width:10%;
        height:auto;
        border-radius: 10px;
    }    
/* Bordure traitement médoc non reçu*/
.divTableConnect table td.td1BISBordROUGE
    {
        border: 2px solid red;
        background-color: #fed0fe;
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }
.divTableConnect table td.td1BISBordROUGEarrea
    {
        border: 2px solid red;
        background-color: #fed0fe;
        font-size : 1.2em ;
        text-align: left;
        width: 35%;
        height: 100%;
        border-radius: 10px;
    }    

.divTableConnect table td.td1BISBordROUGEarrea2
    {
        
        font-size : 1.2em ;
        text-align: left;
        width: auto;
        height: auto;
        border-radius: 10px;
    }

/* Bordure traitement médoc non reçu*/
.divTableConnect table td.td1CenterBISBordROUGE
    {
        border: 2px solid red;
        background-color: #fed0fe;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }    
        

.divTableConnect table td.td1BISArrea
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.5em ;
        text-align: left;
        width: 30%;
        height: 100%;
        border-radius: 10px;
    }

.divTableConnect table td.td1BISArreaVERT
    {
        border: 2px solid #00e600;
        background-color: #E6E6E6;
        font-size : 1.5em ;
        text-align: left;
        width: 30%;
        height: 100%;
        border-radius: 10px;
    }

.divTableConnect table td.td1BISArreaROUGE
    {
        border: 2px solid red;
        background-color: #E6E6E6;
        font-size : 1.5em ;
        text-align: left;
        width: 30%;
        height: 100%;
        border-radius: 10px;
    }

.horlogeOLI
    {
        /*background-color:#1C1C1C;*/
        display: block;
        padding: 4px 6px 6px 6px;
        color:#f9f9f9;
        font-size:15px;
        text-align:right;
        clear:both;
        float:right;
    }
    
.divTableConnect table td.td1BISmini
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.0em ;
        text-align: left;
        width: auto;
        height: 100%;
        border-radius: 10px;
    }


.divTableConnect table td.td1Center
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:5px;
    }
.divTableConnect table td.td1CenterParam0
    {
        border: thin solid #6E6E6E;
        background-color: #f3f7ce ;
        font-size : 1.3em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:5px;
    }
.divTableConnect table td.td1CenterParam0Fonce
    {
        border: thin solid #6E6E6E;
        background-color: #eaedce ;
        font-size : 1.3em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:5px;
    }
    
.divTableConnect table td.td1CenterParam0FonceReduit
    {
        border: thin solid #6E6E6E;
        background-color: #eaedce ;
        font-size : 1.3em ;
        text-align: center;
        width:20%;
        height:auto;
        border-radius:5px;
    }

.divTableConnect table td.td1GaucheParam0
    {
        border: thin solid #6E6E6E;
        background-color: #f3f7ce ;
        font-size : 1.3em ;
        text-align: Left;
        width:auto;
        height:auto;
        border-radius:5px;
    }
    
.divTableConnect table td.td1GaucheParamMinLength
    {
        border: thin solid #6E6E6E;
        background-color: #f3f7ce ;
        font-size : 1.3em ;
        text-align: Left;
        width:200px;
        height:auto;
        border-radius:5px;
    }

.divTableConnect table td.td1GaucheParam0ENDOFROW
    {
        border: thin solid #6E6E6E;
        
        border-bottom: thin solid #FAAC58;
        border-bottom-width : 3px;
        background-color: #f3f7ce ;
        font-size : 1.3em ;
        text-align: Left;
        width:auto;
        height:100%;
        border-radius:5px;
    }

.divTableConnect table td.td1CenterHeure0
    {
        border: thin solid #6E6E6E;
        background-color: #a4bdee ;
        font-size : 1.3em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:5px;
    }

.divTableConnect table td.td1LeftHeure
    {
        border: thin solid #6E6E6E;
        background-color: #a4bdee ;
        font-size : 1.3em ;
        text-align: Left;
        width:auto;
        height:auto;
        border-radius:5px;
    }

.divTableConnect table td.td1CenterParam
    {
        border: thin solid #6E6E6E;
        background-color: #fefff2 ;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:5px;
    }


.divTableConnect table td.td1CenterHeure
    {
        border: thin solid #6E6E6E;
        background-color: #f3f7ff ;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:5px;
    }

.divTableConnect table td.td1CenterHeureRuptureDate
    {
        border: thin solid #6E6E6E;
        background-color: #c0d4fa ;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:5px;
    }

.divTableConnect table td.td1CenterLittle
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 0.8em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td1CenterBIS
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
    

    
.divTableConnect table td.td1CenterBISVert
    {
        border: thin solid #6E6E6E;
        background-color: #cdfdcd;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
    
    
.divTableConnect table td.td1CenterBISJaune
    {
        border: thin solid #6E6E6E;
        background-color: #FDFCE9;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }   
    
.divTableConnect table td.td1CenterBISRose
    {
        border: thin solid #6E6E6E;
        background-color: #fed0fe;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }

.divTableConnect table td.td1CenterBISBLEU
    {
        border: thin solid #6E6E6E;
        background-color: #3399ff;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 20px;
    } 

.buttonEXAMPLE {
  background-color: #4CAF50;
  border-radius: 50%;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

    

    
.divTableConnect table td.td1BISROSE
    {
        border: thin solid #6E6E6E;
        background-color: #fed0fe;
        font-size : 1.5em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius: 10px;
    }

    
.divTableConnect table td.td1BISVERT
    {
        border: thin solid #6E6E6E;
        background-color: #cdfdcd;
        font-size : 1.5em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius: 10px;
    }

.divTableConnect table td.td1BISBLEU
    {
        border: thin solid #6E6E6E;
        background-color: #3399ff;
        font-size : 1.5em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
    
.divTableConnect table td.td1CenterBISmini
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.0em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius: 10px;
    }
        
.divTableConnect table td.td3
    {
        border: thin solid #6E6E6E;
        background-color: #ffd5d5;
        font-size : 1.2em ;
        text-align: center;
        min-width:5%;
        width:auto;
        border-radius: 10px;
    }
    
.divTableConnect table td.td3BIS
    {
        border: thin solid #6E6E6E;
        background-color: #ffd5d5;
        font-size : 1.0em ;
        text-align: center;
        min-width:5%;
        width:auto;
        border-radius: 10px;
    }
    
.divTableConnect table td.td2
    {
        /*border: thin solid #6E6E6E;
        background-color: #E6E6E6;*/
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        border-radius: 10px;
    }

.divTableConnect table td.td2BIS
    {
        /*border: thin solid #6E6E6E;
        background-color: #E6E6E6;*/
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        border-radius: 10px;
    }

.divTableConnect table td.td4
    {
        border: thin solid #6E6E6E;
        background-color: #b0aead;
        font-size : 0.6em ;
        text-align: center;
        width:auto;
        border-radius: 10px;
    }
    
.divTableConnect table td.td5
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        border-radius: 10px;
    }

.divTableConnect table td.td6
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 1.3em ;
        text-align: center;
        width:15%;
        border-radius:10px;
    }
    
.divTableConnect table td.td6_50
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 1.3em ;
        text-align: center;
        width:33%;
        border-radius:10px;
    }
    
.divTableConnect table td.td6auto
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 1.3em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td6large
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 1.3em ;
        text-align: center;
        width:60%;
        border-radius:10px;
    }
    
.divTableConnect table td.th1 
    {
        border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        /*text-align: center;*/
        background-color: #c5c4c4; /*#D0E3FA;*/
        font-size : 1.0em ;
        text-align:center;
        border-radius: 10px;
        
    }
    
.divTableConnect table td.th1rose 
    {
        border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        /*text-align: center;*/
        background-color: #ffb1ff; /*#D0E3FA;*/
        font-size : 1.5em ;
        text-align:center;
        border-radius: 10px;
        
    }
    
.divTableConnect table td.th1bleu
    {
        border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        /*text-align: center;*/
        background-color: #bee0f9; /*#D0E3FA;*/
        font-size : 1.5em ;
        text-align:center;
        border-radius: 10px;
        
    }    
    
.divTableConnect table td.th1vert 
    {
        border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        /*text-align: center;*/
        background-color: #cdfdcd; /*#D0E3FA;*/
        font-size : 1.5em ;
        text-align:center;
        border-radius: 10px;
        
    }

.divTableConnect table td.th1fonce
    {
        border: thin solid #6E6E6E;
        border-width : 3px;
        /*padding: 1px 1px 1px 1px;*/
        /*text-align: center;*/
        background-color: #8db9fa; /*#D0E3FA;*/
        font-size : 1.5em ;
        text-align:center;
        border-radius: 10px;
        
    }
    
.divTableConnect table td.tz1
    {
        border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        /*text-align: center;*/
        background-color: #c5c4c4; /*#D0E3FA;*/
        font-size : 1.3em ;
        text-align:center;
        width:20%;
        border-radius: 10px;
        
    }


.divTableConnect table td.td1CenterColor1
    {
        border: thin solid #6E6E6E;
        background-color:   #d4efdf  ;
        font-size : 1.5em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius:10px;
    }


.divTableConnect table td.td1CenterPedia
    {
        border: thin solid #6E6E6E;
        background-color:   #cdfdcd  ;
        font-size : 1em ;
        text-align: center;
        width:20%;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td1CenterPedia2
    {
        border: thin solid #6E6E6E;
        background-color:   #cdfdcd  ;
        font-size : 2em ;
        text-align: center;
        width:60%;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td1CenterPedia3
    {
        border: thin solid #6E6E6E;
        background-color:   #cdfdcd  ;
        font-size : 1em ;
        text-align: Left;
        width:20%;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td1CenterColor1Top
    {
        border: thin solid #6E6E6E;
        border-top-width : 3px;
        background-color:   #d4efdf  ;
        font-size : 1.5em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td1CenterColor2Top
    {
        border: thin solid #6E6E6E;
        border-top-width : 3px;
        background-color:   #d6eaf8  ;
        font-size : 1.5em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td1CenterColor2
    {
        border: thin solid #6E6E6E;
        background-color:  #d6eaf8 ;
        font-size : 1.5em ;
        text-align: left;
        width:auto;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td1CenterColor1Center
    {
        border: thin solid #6E6E6E;
        background-color:   #d4efdf  ;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:10px;
    }
    
.divTableConnect table td.td1CenterColor2Center
    {
        border: thin solid #6E6E6E;
        background-color:   #d6eaf8  ;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:10px;
    }

.divTableConnect table td.td1CenterColor2CenterTop
    {
        border: thin solid #6E6E6E;
        border-top-width : 3px;
        background-color:   #d6eaf8  ;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:10px;
    }
    
.divTableConnect table td.td1CenterColor1CenterTop
    {
        border: thin solid #6E6E6E;
        border-top-width : 3px;
        background-color:   #d4efdf  ;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:10px;
        
    }
  
.divTableConnect table td.th1Big
    {
        border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        color : white;
        background-color: #4b6c9e; /*#D0E3FA;*/
        font-size : 1.5em ;
        text-align:center;
        border-radius:10px;
        
    }
.divTableConnect table td.th1Little
    {
        border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        text-align: center;
        background-color: #4b6c9e; /*#D0E3FA;*/
        font-size : 0.8em ;
        text-align:center;
        color : white;
        border-radius:10px;
        
    }

.divTableConnect table td.tdInfo 
{      
    background-color: #f0f8fc;
    border: 1px solid black; 
    /*padding: 2%;*/
    max-width : 100%;
    width : 50%;
    font-size:1em;
    text-align:center;
    border-radius: 10px;
} 
.divTableConnect table td.tdInfoCenter 
{      
    background-color: #f0f8fc;
    border: 1px solid black; 
    /*padding: 2%;*/
    max-width : 100%;
    width : 100%;
    font-size:1.3em;
    text-align:center;
    border-radius: 10px;
} 

.divTableConnect table td.tdInfoLeft 
{      
    background-color: #f0f8fc;
    border: 1px solid black; 
    /*padding: 2%;*/
    max-width : 100%;
    width : 50%;
    font-size:0.6em;
    text-align:left;
    border-radius: 10px;
}


.divTableConnect table td.tdInfoParametre 
{      
    background-color: #EFF8FB;
    border: 1px solid black; 
    /*padding: 2%;*/
    max-width : 100%;
    width : 50%;
    font-size:1.3em;
    text-align:left;
    border-radius: 10px;
}

.divTableConnect table th.th1 
    {
        border: thin solid #6E6E6E;
        text-align: center;
        background-color: #c5c4c4; /*#D0E3FA;*/
        font-size : 1.5em ;
        padding : 10px;
        border-radius: 10px;
    }    

.divTableConnect table td.th1Gauche
    {
        border: thin solid #6E6E6E;
        text-align: Left;
        background-color: #c5c4c4; /*#D0E3FA;*/
        font-size : 1.5em ;
        padding : 10px;
        border-radius: 10px;
    }   

.divTableConnect .th1Param 
    {
        border: thin solid #6E6E6E;
        text-align: center;
        background-color: #4b6c9e; /*#D0E3FA;*/
        font-size : 1.5em ;
        padding : 10px;
        border-radius: 10px;
        color:#FFF;
    }    

.divTableConnect table th.th2 
    {
        border: thin solid #6E6E6E;
        text-align: left;
        background-color: #c5c4c4; /*#D0E3FA;*/
        font-size : 1em ;
        padding : 10px;
        border-radius: 10px;
    }  

.divTableConnect .TableMax 
{
    width: 100%;
    height: 100%;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:auto;
    margin-top:auto;
   
}

.divTableConnect .TableMax2 
{
    border: 4px groove #4b6c9e;
    width: 100%;
    height: 100%;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:auto;
    margin-top:auto;
}

.divTableConnect select.champsListeDeroulante2 
{
    height : 90%;
    width : 100%;
    min-width:100px;
    background-color: #FDFCE9;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
}


.divTableConnect select.champsListeDeroulante2Vert 
{
    height : 90%;
    width : 100%;
    min-height : 150px;
    min-width:100px;
    background-color: #cdfdcd;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
    padding: 70px 0;
}

.divTableConnect select.champsListeDeroulante2Rose 
{
    height : 90%;
    width : 100%;
    min-height : 150px;
    min-width:100px;
    background-color: #fed0fe;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
    padding: 70px 0;
}

.divTableConnect select.champsListeDeroulante2BleuLigth 
{
    height : 90%;
    width : 100%;
    min-height : 150px;
    min-width:100px;
    background-color: #b0ddff;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
    padding: 70px 0;
}

.divTableConnect select.champsListeDeroulante2bisV2 
{
    height : 100%;
    min-height : 50px;
    width : 100%;
    min-width:100px;
    background-color: #cdfdcd;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
}


.divTableConnect select.champsListeDeroulante2bis 
{
    height : 100%;
    min-height : 50px;
    width : 100%;
    min-width:100px;
    background-color: #FDFCE9;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
}

.divTableConnect select.champsListeDeroulante2Bleu
{
    height : 100%;
    min-height : 50px;
    width : 100%;
    min-width:100px;
    background-color: #78b6e4;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
}

.divTableConnect select.champsListeDeroulante2Bleu14112023
{
    height : 100%;
    
    width : 90%;
    min-width:100px;
    background-color: #78b6e4;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
}


.divTableConnect select.champsListeDeroulante2BleuALT
{
    height : 100%;
    min-height : 50px;
    width : 100%;
    min-width:100px;
    background-color: #4b90c4;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
}



.divTableConnect select.champsListeDeroulante2auto 
{
    height : auto;
    width : 100%;
    min-width:100px;
    background-color: #FDFCE9;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 16px;
    color:black; 
    text-align:center;
    border-radius: 10px;
}


.divTableConnect select.champsListeDeroulante2Left
{
    height : 90%;
    width : 100%;
    min-height:50px;
    min-width:100px;
    background-color: #FDFCE9;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 1.2em;
    color:black; 
    text-align:left;
    border-radius: 10px;
}


.divTableConnect select.champRecherche
{
    height : auto;
    width : auto;
    min-height:30px;
    min-width:150px;
    background-color: #FDFCE9;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 1em;
    color:black; 
    text-align:left;
    border-radius: 10px;
}


.divTableConnect input.champRechJaune2
{
    border: 2px groove black;
    
    height: auto; 

    width: 200px;
    height: 30px;
    font-size: 1.2em;  
    text-align:left;
    background-color: #FDFCE9 ;
    color: black;
    border-radius: 10px;
}

.divTableConnect select.champsListeDeroulante3 
{
    height : 90%;
    width : 100%;
    background-color: #e5e8e8;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 20px;
    color:black; 
    text-align:center;
    border-radius:10px;
}

.divTableConnect select.champsListeDeroulante3Vert 
{
    height : 90%;
    width : 100%;
    background-color: #cdfdcd;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 20px;
    color:black; 
    text-align:center;
    border-radius:10px;
}

.divTableConnect select.champsListeDeroulante3Rose
{
    height : 90%;
    width : 100%;
    background-color: #fed0fe;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 20px;
    color:black; 
    text-align:center;
    border-radius:10px;
}

.divTableConnect select.champsListeDeroulante3Bleu
{
    height : 90%;
    width : 100%;
    background-color: #78b6e4;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 20px;
    color:black; 
    text-align:center;
    border-radius:10px;
}

.divTableConnect select.champsListeDeroulante3BleuALT
{
    height : 90%;
    width : 100%;
    background-color: #4b90c4;
    border: 0.9;
    border-color: black;
    font-family: 0; 
    font-size: 20px;
    color:black; 
    text-align:center;
    border-radius:10px;
}

.divTableConnect input.buttonDeleteEtudiant
{
    height: 40px; 
    width: 100%; 
    font-size: 12px; 
    text-align:center;
    background-color: #FA5858;
    color: black;
    border-radius:10px;
}

.divTableConnect input.buttonModifEtudiant
{
    height: 40px; 
    width:100%; 
    font-size: 12px; 
    text-align:center;
    background-color: #A9F5A9;
    color: black;
    border-radius:10px;
}

.divTableConnect input.buttonQuitter 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 2em ;
    text-align:center;
    background-color: #356385;
    
    color: #FFF;
    border-radius:10px;
}

.divTableConnect input.buttonAnamneseAdmin 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%; 
    font-size : 2em ; 
    text-align:center;
    background-color: #5772ff;
    color: #FFF;
}
.divTableConnect input.buttonAnamneseInfirmier 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size : 2em ;
    text-align:center;
    background-color: #7a8ffe;
    color: #FFF;
}
.divTableConnect input.buttonAnamneseMedicin 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size : 2em ;
    text-align:center;
    background-color: #9faefa;
    color: #FFF;
}

.divTableConnect input.buttonParametre 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%;  
    max-width: 100%;
    width: 100%; 
    font-size: 2em; 
    text-align:center;
    background-color: #8a65f9;
    /*margin: 10px;*/
    color: #FFF;
    /*background: url(../Images/menuQuitter03.jpg);*/
}
.divTableConnect input.buttonTraitMedical 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 2em;  
    text-align:center;
    background-color: #9d7efa;
    color: #FFF;
}
.divTableConnect input.buttonPlaie 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 2em; 
    text-align:center;
    background-color: #b39bfa;
    /*margin: 10px;*/
    color: #FFF;
   /* background: url(../Images/menuQuitter03.jpg);*/
}

.divTableConnect input.buttonApparaillage
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 2em; 
    text-align:center;
    background-color: #d89633;
    color: #FFF;
}

.divTableConnect input.buttonProgSoins
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;
    height: 100%;  
    max-width: 100%;
    width: 100%; 
    font-size: 2em; 
    text-align:center;
    background-color: #e6a94f;
    color: #FFF;
}

.divTableConnect input.buttonTransmiCiblee 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 2em;  
    text-align:center;
    background-color: #f4bb68;
    color: #FFF;
}

.divTableConnect input.buttonHospitalisation
{
    border: 2px groove black;
    height: 100%; 
    width: auto; 
    font-size: 1.5em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}

.divTableConnect input.buttonHospitalisation13112023
{
    border: 2px groove black;
    height: 100%; 
    width: 10%; 
    font-size: 16px;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}

.divTableConnect input.buttonHospitalisation14112023
{
    border: 2px groove black;
    height: 100%; 
    width: 100%; 
    font-size: 16px;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}

.divTableConnect input.buttonHospitalisationAUTOWIDTH
{
    border: 2px groove black;
    height: 100%; 
    width: 32%; 
    font-size: 1.5em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}

.divTableConnect input.buttonHospitalisation2
{
    border: 2px groove black;
    height: 100%; 
    width: 100%; 
    font-size: 1.3em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}

.divTableConnect input.buttonHospitalisation3
{
    border: 2px groove black;
    height: 30px; 
    width: 100%; 
    font-size: 1em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
}


.divTableConnect input.textbox
{
    border: 2px groove black;
    
    height: auto; 

    width: 99%;
    height: 22px;
    font-size: 0.9em;  
    text-align:left;
    background-color: #e5e8e8 ;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.champRech
{
    border: 2px groove black;
    
    height: auto; 

    width: 200px;
    height: 30px;
    font-size: 1.2em;  
    text-align:left;
    background-color: #e5e8e8 ;
    color: black;
    border-radius: 10px;
}


.divTableConnect input.textbox2
{
    border: 2px groove black;
    height: auto; 
    width: 100%;
    height: 90%;
    font-size: 1.5em;  
    text-align:left;
    background-color: #e5e8e8 ;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.textbox2Vert
{
    border: 2px groove black;
    height: auto; 
    width: 99.8%;
    height: 90%;
    font-size: 1.5em;  
    text-align:left;
    background-color: #cdfdcd ;
    color: black;
    border-radius: 10px;
}


.divTableConnect input.textbox2BleuLigth
{
    border: 2px groove black;
    height: auto; 
    width: 99%;
    height: 90%;
    font-size: 1.5em;  
    text-align:left;
    background-color: #a1ccec ;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.textbox2Bleu
{
    border: 2px groove black;
    height: auto; 
    width: 99.8%;
    height: 90%;
    font-size: 1.5em;  
    text-align:left;
    background-color: #78b6e4 ;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.textbox2BleuALT
{
    border: 2px groove black;
    height: auto; 
    width: 99%;
    height: 90%;
    font-size: 1.5em;  
    text-align:left;
    background-color: #4b90c4 ;
    color: black;
    border-radius: 10px;
}


.divTableConnect input.textbox2VertCenter
{
    border: 2px groove black;
    height: auto; 
    width: 100%;
    height: 100%;
    font-size: 1.5em;  
    text-align:center;
    background-color: #cdfdcd ;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.textbox2VertJaune
{
    border: 2px groove black;
    height: auto; 
    width: 100%;
    height: 100%;
    font-size: 1.5em;  
    text-align:center;
    background-color: #FDFCE9 ;
    color: black;
    border-radius: 10px;
}


.divTableConnect input.textbox2Rose
{
    border: 2px groove black;
    /*height: auto; */
    width: 100%;
    height: 99.8%;
    font-size: 1.5em;  
    text-align:left;
    background-color:  #fed0fe;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.txtECHELLE
{
    border: 2px groove black;
    height: auto; 
    width: 99%;
    font-size: 1.5em;  
    text-align:left;
    background-color: #e5e8e8 ;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.textbox3
{
    border: 2px groove black;
    font-size:1.5em;
    height: auto; 
    width: 99%;
    height: 100%;
    text-align:left;
    background-color: #e5e8e8 ;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.textbox3Center
{
    border: 2px groove black;
    font-size:1.5em;
    height: auto; 
    width: 99.6%;
    height: 30px;
    text-align:center;
    background-color: #e5e8e8 ;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.textbox4
{
    border: 2px groove black;
    font-size:1.3em;
    height: auto; 
    width: 99.6%;
    height: auto;
    text-align:center;
    background-color: #e5e8e8 ;
    color: black;
    border-radius: 10px;
}

.buttonDeplacementPage {
border: 2px groove black;
height: 50px; 
width: 200px; 
font-size: 16px; 
text-align:center;
background-color: #4b6c9e;
/*margin: 10px;*/
color: #FFF;


}


.divTableConnect input.buttonDETAIL_HOSP
{
    border: 2px groove black;
    height: auto; 
    width: 50%; 
    font-size: 1.2em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}


.divTableConnect input.buttonDETAIL_HOSP_DISABLED
{
    border: 2px groove black;
    height: auto; 
    width: 50%; 
    font-size: 1.2em;  
    text-align:center;
    background-color: #DFDFDE;
    color: #fff;
    border-radius: 10px;
}

.divTableConnect input.buttonDETAIL_HOSPbis
{
    border: 2px groove black;
    height: auto; 
    width: 100%; 
    font-size: 1.2em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}

.divTableConnect input.buttonDETAIL_HOSP3bouttons
{
    border: 2px groove black;
    height: auto; 
    width: 100%; 
    font-size: 1.2em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}


.divTableConnect input.buttonAJOUTPARAM
{
    border: thin solid #FAAC58;
    border-width: 2px;
    height: auto; 
    width: auto; 
    font-size: 1.2em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    background-image: url(../Images/parametre.png);
    background-repeat:no-repeat;
    background-position: center center; 
    background-size:70%;
    border-radius: 10px;
}


.divTableConnect input.buttonCALCULETTE
{
    border: thin solid #FAAC58;
    border-width: 2px;
    height: auto; 
    width: auto; 
    font-size: 1.2em;  
    text-align:center;
    background-color: #4b6c9e;
    color: #fff;
    background-image: url(../Images/calculette.png);
    background-repeat:no-repeat;
    background-position: center center; 
    background-size:65%;
    border-radius: 10px;
}



.divTableConnect input.buttonDETAIL_HOSP2
{
    border: 2px groove black;
    height: 40px; 
    width: auto; 
    font-size: 1.5em;  
    text-align:left;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}



.divTableConnect input.buttonDETAIL_HOSP3
{
    border: 2px groove black;
    height: 40px; 
    width: 100%; 
    font-size: 1.5em;  
    text-align:CENTER;
    background-color: #4b6c9e;
    color: #fff;
    border-radius: 10px;
}

.divTableConnect input.buttonQuitterBIS 
{
    border: 2px groove ;
    min-height:50px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}

.divTableConnect input.buttonReduir 
{
    border: 2px groove #FAAC58;
    min-width:50px;
    max-width:50px;
    height: 100%; 
    width: 50px;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}

.divTableConnect input.buttonQuitterBISechelle 
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: AUTO; 
    width: 100%;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}

.divTableConnect input.buttonQuitterBISSEUL 
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}



.divTableConnect input.buttonGraphGO
{
    border: 2px solid #9932CC;
    min-height:50px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
}


.divTableConnect input.buttonQuitterBIS3 
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
}


.divTableConnect input.buttonQuitterBIS3GRAND 
{
    border: 2px groove ;
    /*min-height:50px;*/
    min-height:150px;    
    /*max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
}


.divTableConnect input.buttonQuitterBIS3auto 
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: auto; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnect input.buttonQuitterAUTO_HEIGHT
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 50%;
    min-height:70px;
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnect input.buttonQuitterBIS3b 
{
    border: 2px groove ;
    min-height:50px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.4em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
}



.divTableConnect input.buttonQuitterBIS3ROUGE
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 50px; 
    width: 50px; 
    font-size : 1.2em ;
    text-align:center;
    background-color: #ff1a1a;
    color: #FFF;
    border-radius: 50%;
}

.divTableConnect input.buttonActionRouge
{
    border: 2px groove ;
    height: 30px; 
    width: 100%;  
    font-size : 1em ;
    text-align:center;
    background-color: red;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnect input.buttonActionVert
{
    border: 2px groove ;
    height: 30px; 
    width: 100%;  
    font-size : 1em ;
    text-align:center;
    background-color: #00cc00;
    color: #FFF;
    border-radius: 10px;
}


.divTableConnect input.buttonQuitterBIS3VERT
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 50px; 
    width: 50px;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #00cc44;
    color: #FFF;
    border-radius: 50%;
}


.divTableConnect input.buttonGERERMEDOC
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #00cc44;
    color: #FFF;
    border-radius: 10px;
}


.divTableConnect input.buttonGERERMEROSE
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.3em ;
    text-align:center;
    background-color: #fed0fe;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.buttonGERERMEORANGE
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.3em ;
    text-align:center;
    background-color: #f9e79f;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.buttonGERERMEVERT
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #cdfdcd;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.buttonGERERMEBLEU
{
    border: 2px groove ;
    min-height:60px;
    /*max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #d6eaf8;
    color: black;
    border-radius: 10px;
}

.divTableConnect input.buttonGERERMEBLEU2
{
    border: 2px groove ;
    min-height:60px;
    /*max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #bee0f9;
    color: black;
    border-radius: 25px;
    

}


.divTableConnect input.buttonGERERMEBLEU3
{
    border: 4px solid #4b90c4;
    min-height:60px;
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align: center;
    Min-Height: 150px;
    background-color: #78b6e4;
    color: black;
    border-radius: 25px;
    cursor:pointer;
    text-shadow:0 -2px 0 darken(grey,20%),0 1px 1px lighten(yellow,20%) ;
    box-sizing:border-box;
    font-size:1.2em;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration:none;
    font-weight:bold;
    padding: 0 5px;
    
}


.divTableConnect input.buttonGERERMEBLEU3alt
{
    border: 4px solid #78b6e4;
    min-height:60px;
    /*max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align: center;
    Min-Height: 150px;
    background-color: #4b90c4;
    color: black;
    border-radius: 25px;
    cursor:pointer;
    text-shadow:0 -2px 0 darken(grey,20%),0 1px 1px lighten(yellow,20%) ;
    box-sizing:border-box;
    font-size:1.2em;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration:none;
    font-weight:bold;
    padding: 0 5px;
}

/* MIN HEIGTH */
.divTableConnect input.buttonGERERMEBLEU3_AUTO
{
    border: 4px solid #4b90c4;
    min-height:60px;
    /*max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align: center;
    background-color: #78b6e4;
    color: black;
    border-radius: 25px;
    cursor:pointer;
    text-shadow:0 -2px 0 darken(grey,20%),0 1px 1px lighten(yellow,20%) ;
    box-sizing:border-box;
    font-size:1.2em;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration:none;
    font-weight:bold;
    padding: 0 5px;
}


.divTableConnect input.buttonGERERMEBLEU3alt_AUTO
{
    border: 4px solid #78b6e4;
    min-height:60px;
    /*max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align: center;
    background-color: #4b90c4;
    color: black;
    border-radius: 10px;
    cursor:pointer;
    text-shadow:0 -2px 0 darken(grey,20%),0 1px 1px lighten(yellow,20%) ;
    box-sizing:border-box;
    font-size:1.2em;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration:none;
    font-weight:bold;
    padding: 0 5px;
}


.divTableConnect input.buttonGERERMEDOCVERT
{
    border: 2px groove ;
    min-height:70px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #00cc44;
    color: #FFF;
    border-radius: 10px;
}


.divTableConnect input.buttonGERERMEDOCROUGE
{
    border: 2px groove ;
    min-height:70px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: red;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnect input.buttonGERERMEDOCROUGE2
{
    border: 2px groove ;
    min-height:50px;
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: red;
    color: #FFF;
    border-radius: 10px;
    cursor:pointer;
}

.divTableConnect input.buttonGERERMEDOCROUGE3
{
    border: 2px groove ;
    min-height:150px;
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: red;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnect input.buttonGERERMEDOCBLEU
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 100%; 
    width: 100%;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #3399ff;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnect input.buttonQuitterBIS3BLEU
{
    border: 2px groove ;
    /*min-height:50px;
    max-height:100%;    
    max-width: 100%;*/
    height: 50px; 
    width: 50px;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #3399ff;
    color: #FFF;
    border-radius: 50%;
}

.divTableConnect input.buttonQuitterBIS2 
{
    border: 2px groove red;
    min-height:50px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}

.divTableConnect input.buttonQuitterBISred 
{
    border: 2px groove green;
    min-height:50px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}


.divTableConnect input.buttonAjoutJour
{
    border: 1px groove yellow;
    min-height:50px;
    height: 100%; 
    width: auto;  
    font-size : 1.2em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}


.divTableConnect input.buttonQuitterBIS2Vert 
{
    border: 2px groove green;
    min-height:75px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}

.divTableConnect input.buttonDeconnecte
{
    border: 2px groove red;
    max-height:auto;    
    max-width: auto;
    height: 20px; 
    width: 20px;  
    font-size : 1em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    background-image : url("https://www.paratraining.be/Images/exit.png");
    
}


.divTableConnect input.buttonSAUVER_NOTE 
{
    border: 2px groove red;
    min-height:50px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%;  
    font-size : 1.5em ;
    text-align:center;
    background-color: #4b6c9e;
    color: #FFF;
    border-radius: 10px;
    
}


.divTableConnect input.buttonTest
{
    padding:0px 0px;
    background:#F8E0E0;
    display: block;
    width:100%;
    height: 100%;
    max-height: 100%;
    margin:0px 0px 0px 0px;
    border-radius:3px;
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;*/
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    /*-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);*/
  }
  
  /* Version base */
.divTableConnectBase
{
    width: 100%;
    height: 100%;
}


.divTableConnectBase table td.td1
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.2em ;
        text-align: left;
        width:auto;
    }

.divTableConnectBase table td.td1Center
    {
        border: thin solid #6E6E6E;
        background-color: #E6E6E6;
        font-size : 1.5em ;
        text-align: center;
        width:auto;
        height:auto;
        border-radius:10px;
    }


        
.divTableConnectBase table td.td3
    {
        border: thin solid #6E6E6E;
        background-color: #ffd5d5;
        font-size : 1.5em ;
        text-align: center;
        min-width:5%;
        width:auto;
        border-radius:10px;
    }

.divTableConnectBase table td.td3BIS
    {
        /*border: thin solid #6E6E6E;*/
        background-color: #d2ddfd;
        font-size : 1.0em ;
        text-align: center;
        min-width:5%;
        width:auto;
        border-radius:10px;
    }    

.divTableConnectBase table td.td3BISleft
    {
        /*border: thin solid #6E6E6E;*/
        background-color: #d2ddfd;
        font-size : 1.0em ;
        text-align: left;
        min-width:5%;
        width:auto;
        border-radius:10px;
    }    
        
.divTableConnectBase table td.td2
    {
        /*border: thin solid #6E6E6E;
        background-color: #E6E6E6;*/
        font-size : 1.2em ;
        text-align: center;
        width:auto;
        border-radius:10px;
    }

.divTableConnectBase table td.td4
    {
        border: thin solid #6E6E6E;
        background-color: #b0aead;
        font-size : 0.6em ;
        text-align: center;
        width:auto;
        border-radius:10px;
    }
    
.divTableConnectBase table td.td5
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 0.7em ;
        text-align: center;
        width:auto;
        border-radius:10px;
    }

.divTableConnectBase table td.td6
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 0.8em ;
        text-align: center;
        width:10%;
        border-radius:10px;
    }
    
.divTableConnectBase table td.td6large
    {
        border: thin solid #6E6E6E;
        background-color: #c5c4c4;
        font-size : 0.8em ;
        text-align: center;
        width:60%;
        border-radius:10px;
    }
    
.divTableConnectBase table td.th1 
    {
        border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        /*text-align: center;*/
        background-color: #c5c4c4; /*#D0E3FA;*/
        font-size : 0.8em ;
        text-align:center;
        border-radius: 10px;
    }

.divTableConnectBase table td.th1BIS 
    {
        /*border: thin solid #6E6E6E;
        /*padding: 1px 1px 1px 1px;*/
        /*text-align: center;*/
        background-color: #c5c4c4; /*#D0E3FA;*/
        font-size : 1.3em ;
        text-align:center;
        color: #000;
        border-radius: 10px;
    }

.divTableConnectBase table td.tdInfo 
{      
    background-color: #f0f8fc;
    border: 1px solid black; 
    /*padding: 2%;*/
    max-width : 100%;
    width : 50%;
    font-size:0.6em;
    text-align:center;
    border-radius: 10px;
    
} 

.divTableConnectBase table td.tdInfoLeft 
{      
    background-color: #f0f8fc;
    border: 1px solid black; 
    /*padding: 2%;*/
    max-width : 100%;
    width : 50%;
    font-size:0.6em;
    text-align:left;
    border-radius: 10px;
}

.divTableConnectBase table th.th1 
    {
        border: thin solid #6E6E6E;
        text-align: center;
        background-color: #c5c4c4; /*#D0E3FA;*/
        font-size : 1em ;
        padding : 10px;
        border-radius: 10px;
    } 

.divTableConnectBase table tr tr1 
    {
        width : 100%;
        height : 100%;
        border-radius: 10px;
    } 

.divTableConnectBase .TableMax 
{
    width: 100%;
    height: 100%;
    margin-left:auto; 
    margin-right:auto;
    margin-bottom:auto;
    margin-top:auto;
    border-radius: 10px;
}


.divTableConnectBase input.buttonQuitter 
{
    border: 2px groove black;
    height: 50px; 
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #F8E0E0;
    color: #FFF;
    border-radius: 10px;
}



.divTableConnectBase input.buttonAnamneseAdmin 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    max-width: 100%;
    height: 100%; 
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #5772ff;
    color: #FFF;
    border-radius: 10px;
}
.divTableConnectBase input.buttonAnamneseInfirmier 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #7a8ffe;
    color: #FFF;
    border-radius: 10px;
}
.divTableConnectBase input.buttonAnamneseMedicin 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #9faefa;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnectBase input.buttonParametre 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%;  
    max-width: 100%;
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #8a65f9;
    color: #FFF;
    border-radius: 10px;
}
.divTableConnectBase input.buttonTraitMedical 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #9d7efa;
    color: #FFF;
    border-radius: 10px;
}
.divTableConnectBase input.buttonPlaie 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #b39bfa;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnectBase input.buttonApparaillage
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;    
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #d89633;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnectBase input.buttonProgSoins
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;
    height: 100%;  
    max-width: 100%;
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #e6a94f;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnectBase input.buttonTransmiCiblee 
{
    border: 2px groove black;
    min-height:100px;
    max-height:100%;
    height: 100%; 
    max-width: 100%;
    width: 100%; 
    font-size: 16px; 
    text-align:center;
    background-color: #f4bb68;
    color: #FFF;
    border-radius: 10px;
}

.divTableConnectBase input.buttonTest
{
    padding:0px 0px;
    background:#F8E0E0;
    display: block;
    width:100%;
    height: 100%;
    max-height: 100%;
    margin:0px 0px 0px 0px;
    border-radius:3px;
    /*-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;*/
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    /*-moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);*/
    border-radius: 10px;
  }  


/*test*/

scroll_to_top { 
  position: fixed; 
  width: 25px; 
  height: 25px; 
  bottom: 50px; 
  right: 30px; 
} 
scroll_to_top img { 
  width: 25px; 
}