body { background-color: rgb(255, 255, 1); font-family: arial; }
h1 { font-size: 30px; font-weight: 900;}
h2 { font-size: 12px; font-weight: 600;}
/* titre fenetre */
h3 {
	font-size: 20px;
	margin: 0px;
	border-bottom: solid thin red;
}
h4 { font-size: 33px; }
h5 { }
h6 { }

header 	{
	position: fixed;
	top: 0px; left: 0px;
	height: 50px; width:100%;
	background-color: #f5cba7;
	z-index: 1;
}
input {
	height:30px;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
}
a { text-decoration: none; }
#close  {
	position: absolute;
	top:5px; right: 5px; height: 23px; width: 23px;
	text-align: center; padding-top: 0px;
	border-radius: 20px;
	background-color: black; color: white;
	font-family: arial; font-weight: 800; font-size:15px;
	cursor: pointer;
}
#connexion {
  position: absolute;
  top: 50%; left: 50%;
  width : 300px; height: 100px;
	margin-left: -150px; margin-top: -50px;
	padding: 20px;
  background-color: LightCoral;
  border: #641e16 solid thin;
}
#avatar {
	position: relative; float: left;
	margin-left: 2px; margin-top: 2px;
	margin-right: 2px;
	height: 44px; width:44px;
}
#iduser {
	position: relative; float: left;
	margin-left: 2px; margin-top: 10px;
	margin-right: 2px;
  width:150px;
}
#muser {
	position: relative; float: left;
	margin-left: 2px; margin-top: 10px;
	margin-right: 2px;
  width:180px;
}
#off {
	position: absolute;
	right:0px;
	margin-left: 2px; margin-top: 2px;
	margin-right: 2px;
	height: 44px; width:44px;
}
#action {
	position: fixed;
	width:500px; left: 50%;
	height:500px; top:50%;
	margin-left: -250px; margin-top: -250px;
	border: medium red solid;
	border-radius: 10px;
	background-color: #fecb89;
	padding: 10px;
}
main {

}
#mainmanager {
	position: fixed;
	top: 50px; left: 0px;
	width:100%; height: 900px;
	background-color: #fcf3cf;
}

.save {
	position: absolute;
	right: 5px; bottom: 5px;

}
.tform {
	font-size: 14px;
	font-weight: 300;
	margin:5px 5px;
}
.fajout {
	font-size: 12px;
	margin: 0px;
	background-color:rgba(255,0,0,0.3);
	border-radius: 10px;
	border: none;
}

select { padding:7px; }

/* page gestions des utilisateurz */
.lusers {
	position: relative; float: left;
	width: 33%; height: 500px;
	background-color: #eb984e;
	margin-bottom: 10px;
}
.lusers:nth-child(2) {
	margin-left: 0.5%;
}
.lusers:nth-child(3) {
	float: right;
}
#lpatients {
	position: relative; float: left;
	width: 33%; height: 500px;
	background-color: #eb984e;
	margin-bottom: 10px;
}
.iplus {
	width:20px;
}
