body {
	margin: 0;
	font-family: Helvetica;
	background-image: url("");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left 135px;
	color: rgb(109, 111, 123);
}
h1, h2, h3, h4, h5 {
	margin: 5;
}
.top {
	z-index: 1;
	position: fixed;
	top: 0;
	width:100%;
	background: rgba(210, 230, 255, 0.75);
}
.topbar {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.toptexte {
	width: calc(100% - 455px);
	height: 100%;
}
.toptexte h1 {
	margin: 0;
}
.left {
	z-index: 1;
	position: fixed;
	top: 130px;
}
.menu {
	background-color: rgba(210, 230, 255, 0.75);
	margin: 10px;
	font-size: 11pt;
	padding: 5px;
	width: 265px;
}
.menuA {
	background-color: rgba(200, 250, 130, 1);
	margin: 10px;
	font-size: 11pt;
	padding: 5px;
	width: 265px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: rgb(109, 111, 123);
	border: 0;
}
.fond {
	margin-left: 300px;
	margin-top: 140px;
}

.pprint {
	font-size: 11pt;
}
form {
	margin-bottom: 0;
}

fieldset {
    border: 0;
	margin: 10px;
	background-color: rgba(210, 230, 255, 0.5);
}
input[type="submit"],button[type="submit"] {
	font-size: 60pt;
	position: fixed;
	bottom: 20px;
	z-index: 1;
	left: 50px;
}
.alignR {
	left: auto !important;
	right: 50px;
}
.button_P {
	font-size: 60pt;
	position: fixed;
	bottom: 20px;
	z-index: 1;
	left: 150px;
}

.deco input[type="button"] {
	position: fixed;
	top: 20px;
	right: 50px;
	width: 50px;
	height: 25px;
	z-index: 1;
}
.deco2 input[type="button"] {
	position: fixed;
	top: 50px;
	right: 50px;
	width: 50px;
	height: 25px;
	z-index: 99999;
}
.settings {
	position: fixed;
	top: 80px;
	right: 50px;
	width: 50px;
	height: 25px;
	z-index: 99999;
}
.deco3 {
	display: none;
}
.conf {
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 1;
}
table {
	width: 100%;
}

th {
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}
.w50 {
	width: 50%;
}
input, textarea, select {
	border: 1px solid rgb(155,200,255);
}

.ind1 {
	padding-left: 50px;
}

.ind2 {
	padding-left: 100px;
}

.center select {
	width: 20px;
}

.center td {
	text-align: center;
}

.w3 {
	width: 10px;
}
.w6 {
	width: 20px;
}
.w150 {
	width: 150px;
}

.esthet {
	width: 800px;
}
.esthet th {
	width: 50%;
	text-align: center;
}
.esthet input[type='range'] {
	visibility: hidden;
	display: none;
}
.liste td, .liste select, .liste input {
	font-size: 14px;
}
.exjoin th {
	font-weight: bold;
}
.exjoin td {
	padding-left: 30px;
}
puce {
	font-size:20pt;
}
.legend {
	font-size: 10pt;
	height: 540px;
	width: 200px;
	vertical-align: top;
	display: inline-block;
}
.endosc {
	height: 540px;
	width: 500px;
	vertical-align: top;
	display: inline-block;
}
.endosc td {
	height: 60px;
}
.small {
	height: 180px;
}
.large {
	column-width: 120px;
	height: 100px;
	width: 660px;
}
.trauma td {
   border-bottom: 1px solid;
}

.patien_cate {
	font-size:9pt;
}

.hidden {
	display: none;
}

.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: -1;
	opacity:0;
	-webkit-transition: z-index 0s linear 400ms, opacity 400ms ease-in;
	-moz-transition: z-index 0s linear 400ms, opacity 400ms ease-in;
	transition: z-index 0s linear 400ms, opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	z-index: 99999;
	opacity:1;
	transition-delay:0s;
	pointer-events: auto;
}
.modalDialog > div {
	width: calc(100% - 300px);
	height: calc(100% - 140px);
	position: absolute;
	margin-left: 300px;
	margin-top: 140px;
	background: #fff;
}
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background: #00d9ff;
}
iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
	.topbar {
		display: block;
		vertical-align: middle;
		text-align: center;
	}
	.topimage {
		width: 100%;
	}
	.toptexte {
		width: 100%;
	}
	.left {
		z-index: 9999;
		top: 200px;
		width: 100%;
		height: calc(100% - 200px);
		background: rgba(255, 255, 255, 0.9);
	}
	.menu {
		width: 100%;
		font-size: 8pt;
	}
	input#toggle {
		display: none;
	}
	input#toggle:checked ~ .left {
		top: -9999px;
	}
	.fond {
		display: block;
		margin-top: 200px;
		margin-left: 0;
		margin-bottom: 85px;
	}
	.modalDialog > div {
		width: 100%;
		height: 100%;
		position: absolute;
		margin-left: 0;
		margin-top: 0;
	}
	input[type="submit"] {
		-webkit-appearance: none;
		font-size: 30pt;
		z-index: 1;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 75px;
		background: rgba(210, 230, 255, 0.75);
		border: 0;
	}
	.deco3 {
		display: block;
		position: fixed;
		top: 70px;
		left: 25px;
		width: 50px;
		height: 25px;
		z-index: 99999;
	}
	.button_P {
		display: none;
	}
}

.menuB {
	color: red;
	background: rgba(255,0,0,0.25);
}
.menuB p {
	color: red;
	font-weight: bold;
	margin-top: 0;
}
.menuB table {
	color: red;
}