	html, body {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
	}
	
	.message_docs {
		animation: blink 2s infinite;
		animation-fill-mode: both;
		color: red;
	}
	
	@keyframes blink {
		0% {opacity: 0;}
		50% {opacity: 1;}
		100% {opacity: 0;}
	}
		
	.accueil {
		width: 100%;
		height: 100%;
		background-color: #FFFFFF;
		text-align: center;
		padding: 0;
		margin: 0;
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 12px;
		color: grey;
	}

	.accueil h1 {
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 36px;
		color: grey;
	}

	.accueil a {
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 12px;
		text-decoration: none;
		color: #8DADBA;
	}

	.accueil a:hover {
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 12px;
		text-decoration: underline;
		color: #396F8B;
	}

	.div_table_planning {
		width: 100%;
		height: auto;
		margin: 0;
		overflow-x: scroll;
		border: 0;
		padding: 0;
		font-weight: normal;
	}

	.planning {
		width: 100%;
		height: auto;
		background-color: #FFFFFF;
		text-align: center;
		padding: 0;
		margin: 0;
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 12px;
		color: grey;
	}

	.planning h1 {
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 36px;
		color: grey;
	}

	.planning a {
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 12px;
		text-decoration: none;
		color: #8DADBA;
	}

	.planning a:hover {
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 12px;
		text-decoration: underline;
		color: #396F8B;
	}

	.planning h1 a {
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 36px;
		text-decoration: none;
		color: #8DADBA;
	}

	.planning h1 a:hover {
		font-family : "Arial Black", Gadget, sans-serif;
		font-size: 36px;
		text-decoration: underline;
		color: #396F8B;
	}

	.table_month {
		width: 50%;
		height: auto;
		text-align: center;
		border: 0;
		border-spacing : 0;
		border-collapse : collapse;
		padding: 0;
		margin: 0 auto 0 auto;
	}

	.table_month td {
		text-align: center;
		border: 0;
		border-spacing : 0;
		border-collapse : collapse;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0 auto 0 auto;
	}

	.table_planning {
		width: 100%;
		height: auto;
		text-align: center;
		border: 1px solid black;
		border-spacing : 0;
		border-collapse : collapse;
		padding: 2px;
		font-weight: normal;
	}

	.table_planning td {
		width: 35px;
		height: 20px;
		text-align: center;
		border: 1px solid black;
		border-spacing : 0;
		border-collapse : collapse;
		padding: 2px;
		font-weight: normal;
	}

	.table_planning td.cell_fixe {
		width: 144px;
		height: 26px;
		position: absolute;
		background-color: white;
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 0;
		border-left: 0;
		margin-top: -1px;
		margin-left: 0px;
		padding: 0;
		font-weight: normal;
		text-align: center; 
	}
	
	.table_planning td.cell_fixe_noms {
		width: 144px;
		height: 26px;
		position: absolute;
		background-color: white;
		border-top: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 0;
		border-left: 0;
		margin-top: -1px;
		margin-left: 0px;
		padding: 0;
		font-weight: normal;
		text-align: left; 
	}
	
	.table_planning td.ligne_afficher_masquer_medecins {
		border-top: 3px solid black;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}
	
	.table_planning tr.horaires {
		text-align: center;
		font-size: 12px;
	}
	
	.table_planning tr.horaires:hover {
		background-color: #8DADBA !important;
	}
	
	.table_planning tr.horaires:hover td {
		background-color: #8DADBA !important;
	}

	.table_planning input[type=text]{
		width: 35px;
		height: 15px;
		text-align: center;
		border: 0;
		margin: 0;
		padding: 0;
	}

	.table_planning select{
		width: 35px;
		height: 5px;
		background-color: transparent;
		text-align: center;
		border: 0;
		margin: 0;
		padding: 0;
		-webkit-appearance: none;
	}

	.table_admin {
		font-size: 12px;
		text-align: center;
		border: 0;
		border-spacing : 0;
		border-collapse : collapse;
		padding: 2px;
	}

	.table_admin td {
		text-align: center;
		border: 1px solid black;
		white-space: nowrap;
		padding: 6px;
	}

	.table_admin tr:hover {
		background-color: #E1E1E1;
	}
	
	.table_admin th {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
		border: 1px solid black;
		white-space: nowrap;
		padding: 6px;
		background-color: #8DADBA;
	}
	
	.table_admin th[scope=row] {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
	}
	
	.table_admin th:not([scope=row]) {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
	}
	
	.table_admin th[scope=row] {
		background-color: #8DADBA;
	}
	
	.table_admin .headcol {
		position: absolute;
		width: 250px;
		left: 0;
		top: auto;
	}
	
	.table_admin2 {
		font-size: 10px;
		text-align: center;
		border: 0;
		border-spacing : 0;
		border-collapse : collapse;
		padding: 0;
		overflow-x: scroll;
	}

	.table_admin2 td {
		text-align: center;
		border: 1px solid black;
		white-space: nowrap;
		padding: 3px;
	}

	.table_admin2 tr:hover {
		background-color: #E1E1E1;
	}
	
	.table_admin2 th {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
		border: 1px solid black;
		white-space: nowrap;
		padding: 3px;
		background-color: #8DADBA;
	}
	
	.table_admin2 input[type=date] {
		font-size: 10px;
	}
	
	.table_admin2 input[type=time] {
		font-size: 10px;
	}
	
	.table_admin2 input[type=text] {
		font-size: 10px;
	}
	
	.table_admin2 select {
		font-size: 10px;
	}
	
	.table_admin2 th[scope=row] {
		position: -webkit-sticky;
		position: sticky;
		left: 0;
		z-index: 1;
	}
	
	.table_admin2 th:not([scope=row]) {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 2;
	}
	
	.table_admin2 th[scope=row] {
		background-color: #8DADBA;
	}
	
	.table_temps_travail {
		text-align: center;
		border: 1px solid black;
		border-spacing : 0;
		border-collapse : collapse;
		padding: 6px;
	}

	.table_temps_travail td {
		text-align: center;
		border: 1px solid black;
		white-space: nowrap;
		padding: 6px;
	}

	.table_temps_travail tr:hover {
		background-color: #396F8B;
	}

	.table_temps_travail input[type=text] {
		width: 40px;
	}

	.btn_supp {
		background-color: #FF6B6B;
	}
	
	.btn_supp:hover {
		background-color: red;
	}
	
	.btn_back {
		z-index: 999;
		position: fixed;
		left: 0;
		top: 45%;
		padding: 5px;
		width: 40px;
		height: 40px;
		background-color: white;
		border-radius: 0px 6px 6px 0px;
		box-shadow: 0px 0px 18px #000000; 
	}
	
	input[type=text], input[type=password], input[type=email], select {
		width: 100%;
		padding: 6px 6px;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
		text-align: center;
	}

	input[type=submit], button {
		width: 100%;
		min-height: 5%;
		background-color: #8DADBA;
		color: white;
		padding: 14px 20px;
		margin: 8px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		text-align: center;
	}

	input[type=submit]:hover, button:hover {
		background-color: #396F8B;
	}
	
	a.infobulle {
		color: #000000;
	}

	a.infobulle:hover, a.infobulle:focus{
		box-shadow: 0;
		color: #396F8B;
		text-decoration: none;
	}

	a.infobulle span{
		position: absolute;
		margin-top: -17px;
		margin-left: 90px;
		color: #8DADBA;
		background: rgba(0,0,0,.9);
		padding: 15px;
		border-radius: 3px;
		box-shadow: 0 0 2px rgba(0,0,0,.5);
		transform: scale(0) rotate(-12deg);
		transition: all .25s;
		opacity: 0;
	}

	a.infobulle:hover span, a.infobulle:focus span{
		transform :scale(1) rotate(0);
		opacity: 1;
	}