/* Button 0 */
.btnN       { font-weight: 700; background-color: #e9a79b; border: solid 1px #030f00 }
.btnNOver     { font-weight: 700; background-color: #e0e0e0; border: solid 1px #030f00 }
.btnNdown     { font-weight: 700; background-color: #e9a79b; border: solid 1px #030f00 }
.btnNText1st   { color: #030f00; font-weight: bold }

/* Button 1 */
.btnN1  { border: 1px #ccccff ; font-weight: bold }
.btnN1Over  { background-color: white; border: 1px transparent ; font-weight: bold }
.btnN1down  { background-color: white; border: 1px #ccccff  ; font-weight: bold}

/* Button 2 */
.btnN2  { font-weight: bold; background-color: #e9a79b; border: solid 1px #555b62 }
.btnN2Over    { font-weight: bold; background-color: #e0e0e0; border: solid 1px black }
.btnN2down   { font-weight: bold; background-color: #e9a79b; border: solid 1px #7a7474 }
.btnN2Text1st  { color: #030f00; font-weight: bold }

/* Button 3 */
.btnN3     { font-weight: bold; background-color: #e9a79b; border: solid 1px #7a7474 }
.btnN3Over    { font-weight: bold; background-color: #e0e0e0; border: solid 1px #7a7474 }
.btnN3down    { font-weight: bold; background-color: #e9a79b; border: solid 1px #555b62 }
.btnN3Text1st  { color: #030f00 ; font-weight: bold}

/* Button 4 */
.btnN4  { border: 1px solid white; background-color: white;}
.btnN4Over  {border: 1px solid silver; outline-style: none; background-color: white;  }
.btnN4down  {border: 1px solid red;; background-color: white;}
.btnN4Text  { color: #808080; }
.btnN4Text1st  { color: #808080; }

/* Button 5*/
.btnN5  { font-weight: bold; background-color: #e9a79b; border: solid 1px #555b62 }
.btnN5Over    { font-weight: bold; background-color: #e0e0e0; border: solid 1px black }
.btnN5down   { font-weight: bold; background-color: #e9a79b; border: solid 1px #555b62 }
.btnN5Text1st  { color: #030f00; font-weight: bold }
/* Les titres */
.TableauHead   { color: black; background-color: #e9a79b;}
.TableauCentre  { background-color: white; border: solid 1px #7a7474 }
.Titre  { color: #030f00; font-weight: bold; background-color: #e9a79b; border-style: none; border-color: #0b5a80 }
.TitreGeneral   { color: #030f00; font-weight: bold; background-color: #e9a79b; border-style: none; border-color: #0b5a80 }

/* Liste/Consultation */
.ListAuth {background : #FFFFFF; color : Gray; }
.ListAuthListing { background : #EEEEEE; color : #696969; }
.ListAuthDet {border-left: 2px solid #FFFFFF;}

/* Record List Separator */
.recordListSep {background-color:gray;}


div {
	scrollbar-3dlight-color : Black;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #E0E0DF;
	scrollbar-track-color : White;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #DCDCDC;
}
.RecordDetail { background-color: white; border: 1px solid #E0E0E0; scrollbar-face-color : #B8B8DC;}
.displayLogo {display:block}



