@charset "utf-8";
/* CSS Document */

body {
	font-size: 80%;
	color: #0E0D0D;
	background: none;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
h4 {
	text-align: center;
}
a
{
text-decoration: none;
color: inherit;
}
#inscription {
	text-align: center;
	padding-top: 100px;
}
#button {
	display:center;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	text-shadow: 1px 1px 3px #666666;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	color: #050005;
	background: #ECEDEF;
	padding: 10px 20px 10px 20px;
	text-decoration:none;
}
#button:hover {
	background:#c0c4c4;
	text-decoration:none;
}
p#echo {
	display: table-cell;
	width: 200px;
	color: #CD0707;
	text-align: center;
}
#inclusion {
	display: table;
	margin: auto;
	color: #242425;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #8F949C;
	background-color: #ECEDEF;
	padding: 10px;
}
#tab {
	display: table;
	margin: auto;
}
#form_patient {
	display: table-cell;
	color: #242425;
	text-align: center;
	display: table-cell;
	background-color: #ECEDEF;
	border: 1px solid #8F949C;
	width: 200px;
	padding: 5px;
	border-radius: 10px 0;
}
#tab_patient {
	color: #242425;
	text-align: center;
	display: table-cell;
	background-color: #ECEDEF;
	border: 1px solid #8F949C;
	width: 200px;
	padding: 5px;
	border-radius: 10px 0;
}
#entete, #oeil_droit, #oeil_gauche, #submit_button {
	padding: 1px 0; /* pour la fusion des marges*/
}
#entete {
	text-align: center;
	padding-bottom: 10px;
}
#encart_bio {
	padding-left:20px;
	background:#ECEDEF;
	width: 400px;
	margin:auto;
	border:#8F949C 1px solid;
	border-radius: 5px;
}
#yeux {
	display: table;
	margin: auto;
}
#oeil_droit {
	color: #242425;
	display: table-cell;
	width: 340px;
	background-color: #ECEDEF;
	padding-left: 10px;
	padding-right: 5px;
	border-radius: 5px;
	border: 1px solid #8F949C;
}
#padding {
	width: 20px;
}
#oeil_gauche {
	color: #242425;
	display: table-cell;
	width: 340px;
	background-color: #ECEDEF;
	padding-left: 10px;
	padding-right: 5px;
	border: 1px solid #8F949C;
	border-radius: 5px;
}
#submit_button {
	display: center;
	width: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu-bar {
	margin: auto;
	padding: 6px 6px 4px 6px;
	width: 840px;
	height: 30px;
	line-height: 100%;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	box-shadow: 2px 2px 3px #9399AD;
	-webkit-box-shadow: 2px 2px 3px #9399AD;
	-moz-box-shadow: 2px 2px 3px #9399AD;
	background: #ECEDEF;
	border: solid 1px #8F949C;
	position: relative;
	z-index: 999;
}
#menu-bar li {
	margin: auto;
	padding: 0px 6px 0px 6px;
	float: left;
	position: relative;
	list-style: none;
}
#menu-bar a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #242425;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 20px;
	margin: 0;
	margin-bottom: 6px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow: 0px 0px 0px #000000;
}
#menu-bar li ul li a {
	margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
	background: #C7C8C8;
	color: #242425;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
	background: none;
	border: none;
	color: #666;
	-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#menu-bar ul a:hover {
	background: #0399D4 !important;
	background: linear-gradient(top, #04ACEC, #0186BA) !important;
	background: -ms-linear-gradient(top, #04ACEC, #0186BA) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#04ACEC), to(#0186BA)) !important;
	background: -moz-linear-gradient(top, #04ACEC, #0186BA) !important;
	color: #FFFFFF !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
	display: block;
}
#menu-bar ul {
	background: #DDDDDD;
	background: linear-gradient(top, #FFFFFF, #CFCFCF);
	background: -ms-linear-gradient(top, #FFFFFF, #CFCFCF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
	background: -moz-linear-gradient(top, #FFFFFF, #CFCFCF);
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 30px;
	left: 0;
	border: solid 1px #B4B4B4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px #222222;
	-moz-box-shadow: 2px 2px 3px #222222;
	box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#menu-bar ul a {
	padding: 10px 0px 10px 15px;
	color: #424242 !important;
	font-size: 12px;
	font-style: normal;
	font-family: arial;
	font-weight: normal;
	text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


td, th /* Mettre une bordure sur les td ET les th */
{
	padding:5px;
}