/* Couleurs
rgb(255, 204, 00) 	#FFCC00		jaune texte
rgb(255, 184, 0)  	#E6B800 	jaune +foncé texte
rgb(255, 238, 204)  #ffeecc  	Ok - jaune clair fond clair pour body (backCol1)
rgb(230, 205, 119)  #e6cd77 	jaune fond champ obligatoire (colOblig)
rgb(238, 221, 130)  #eedd82 	Ok - jaune fond champ obligatoire (colOblig)

rgb(179, 204, 230)  #b3cce6 	Ok - bleu fond html	
rgb(0, 89, 179)  	#0059b3		bleu texte (colDef)
rgb(0, 96, 128)  	#006080 	Ok -bleu texte (colDef)
rgb(34, 137, 204)  	#2289cc 	bleu texte
rgb(42, 112, 170)  	#2a70aa		bleu texte 

Couleurs pour RetB15
#FAD5CC		Rosé clair pour fond html remplacé par #b3cce6
#FFFFB6		Jaune clair pour fond body (backCol1) remplacé par #ffeecc
#CC0000		Rouge foncé (colDef) remplacé par #006080
#ECB6A3		Rosé saumon (colOblig)
*/	

html {background-color: #b3cce6;}
/*
body {position:relative;width:1000px; top:0px; min-height: 600px; border: 1px solid black;
	background-color: #ffeecc; margin:auto;font-family: arial, verdana;}
#wrap {position:relative;top:0px;padding-bottom:20px;}	
*/
h1, h2 {margin:10px 0px 10px 0px;font-style:italic;text-align:center;}
/*
td { font-weight: bold; font-size: small; line-height: 0.5cm;
     border-style: solid; border-width: thin;font-family: arial,courier,serif;
     border-style: none;
}
*/
h2 {color:#006080;}
.infoclic{font-size:14px; color:#006080; font-weight:700}
#Table01 {border-collapse: collapse; width:100%; border:2px solid white; font-size:12px}
#Table01 th {background-color: #006080; color: white;border:2px solid white; padding:4px 3px; }
#Table01 td {font-weight: bold; font-size: small; line-height: 0.5cm;
     border-style: solid; border-width: thin;font-family: arial,courier,serif;
     /*border-style: none;*/padding-left:3px;border-bottom:1px solid blue;border-right:1px solid blue;}
.tdTable01:nth-child(3), .tdTable01:nth-child(4)  {padding-left:10px;}	 
.tdTable01:nth-child(2), .tdTable01:nth-child(3)  {padding-right:10px;}	 
tr .tdTable01:hover {background-color:#b3cce6;color:black;cursor:pointer} 
td.tdCol1 {background-color: #ffeecc; color: black}
td.tdCol0 {background-color: #ffffff; color: black}
td.tdCol1, td.tdCol0 {border-color: white}
#Table01 td.tdTitreCat {text-align:center;background-color: #FFFFFF; color:#FF8B53;font-size:1.4em;font-weight:700;}
/* Gestion des couleurs pour l'affichage des lignes */
/* .gras {font-size:1.1em; font-weight:900!important} */
.container {background-color: #CCE5FF; /*rgb(204, 229, 255);*/}
#Table01 tr.colPair {background-color: #FFFFFF}
#Table01 tr.colImPair {background-color: #CCE5FF;}
