body {
	margin: auto;
	font-size: medium;
	font-family: Verdana;
	background-color: white;
}

#corps {
	/*border: 1px red solid;*/
	width: 1000px;
	margin: auto;
	text-align: center;
}

/*
////////////////////////////////////////////////////
/////  index_login /////////////////////////////////
////////////////////////////////////////////////////
*/

#main_div_index{
	margin: auto;
	margin-top:100px;
	background-color: #EFFBF9;
	color: black;
	text-align: center;
	height: 550px;
	width: 600px;
	/*margin-top:200px;*/
	/* Bordures arrondies*/
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-box-shadow: 0px 5px 20px 10px #EEEEEE;
	-webkit-box-shadow: 0px 5px 20px 10px #EEEEEE;
	-o-box-shadow: 0px 5px 20px 10px #EEEEEE;
	box-shadow: 0px 5px 20px 10px #EEEEEE;
}


#form_login{
	margin: auto;
	border: 2px #ecefec solid;
	background-color: white;
	width: 400px;
	padding-top: 20px;
	/* Alignement bloc vertical*/
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-border-radius:10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

.table_login{
	display: inline-table;
}

.align_right{
	text-align: right;
}

.button_form_login{
	webkit-border-radius: 7;
	moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: white;
	font-size: 15px;
	background: #FF6DA9;
	padding: 10px 20px 10px 20px;
	margin-top: 20px;
	border: solid #ffffff 2px;
	text-decoration: none;
	/* Opacite plus faible quand la souris n'est pas sur le bouton */
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.button_form_login:hover {
	background-color: #FF6DA9;
	color: white;
	opacity: 1;
    filter: alpha(opacity=100);
}

.button_form_login:active {
	background-color: #FF6DA9;
	color: white;
	opacity: 1;
    filter: alpha(opacity=100);
}

.red{
	color: red;
}

/*
////////////////////////////////////////////////////
/////  menu ////////////////////////////////////////
////////////////////////////////////////////////////
*/

#main_div_menu {
	/*border: 2px red solid;*/
	margin: auto;
	margin-top:100px;
	background-color: #EFFBF9;
	color: black;
	text-align: center;
	height: 550px;
	width: 600px;
	/* Bordures arrondies*/
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-box-shadow: 0px 5px 20px 10px #EEEEEE;
	-webkit-box-shadow: 0px 5px 20px 10px #EEEEEE;
	-o-box-shadow: 0px 5px 20px 10px #EEEEEE;
	box-shadow: 0px 5px 20px 10px #EEEEEE;
}

#sub_div_menu {
	margin: auto;
	margin-top: 100px;
/*	border: 2px red solid;*/
	width: 450px;
	height: 100%;
	/* Alignement bloc vertical*/
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sub_div_menu_top {
	margin: auto;
	width: 100%;
	height: 50%;
	background-color: white;
	border: 2px #ecefec solid;
	/* Bordures arrondies*/
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	/* Alignement bloc vertical*/
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sub_div_menu_bottom {
	width:100%;
	height: 60%;
	/*border: 2px red solid;*/
}

#sub_div_menu_top_bouton{
/*	border: 2px green solid;*/
	/* Alignement bloc vertical*/
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sub_div_menu_top_bouton a{
	display: block;
	margin: auto;
	/*margin-top: 17px;*/
	width: 80%;
	/* Alignement bloc vertical*/
/*	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.myButton1{
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #FF6DA9;
	padding: 12px 0px 12px 0px;
	border: solid #ffffff 2px;
	text-decoration: none;
	/* Opacite plus faible quand la souris n'est pas sur le bouton */
	opacity: 0.5;
    filter: alpha(opacity=60);
    /*border radius */
    -moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.myButton1:hover{
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #FF6DA9;
	padding: 12px 0px 12px 0px;
	border: solid #ffffff 2px;
	text-decoration: none;
	/* Opacite plus faible quand la souris n'est pas sur le bouton */
	opacity: 1;
    filter: alpha(opacity=100);
    /*border radius */
    -moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

.myButton1:active{
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	background: #FF6DA9;
	padding: 12px 0px 12px 0px;
	border: solid #ffffff 2px;
	text-decoration: none;
	/* Opacite plus faible quand la souris n'est pas sur le bouton */
	opacity: 1;
    filter: alpha(opacity=100);
    /*border radius */
    -moz-border-radius:15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#sub_div_menu_bottom_titre{
	width: 100%;
	height: 10%;
	font-size: 120%;
	font-weight: bold;
	color: #FF6DA9;
	/*border: 1px yellow solid;*/
}

#sub_div_menu_bottom_nbSoins{
	width: 100%;
	height: 36%;
	/*border: 1px yellow solid;*/
}

#sub_div_menu_bottom_nbPatients{
	width: 100%;
	height:36%;
	/*border: 1px yellow solid;*/
}

.back{
	font-size:small;
	color: #FF6DA9;
	text-decoration: none;
}

.nbTotal{
	font-size: 200%;
	font-weight: bold;
	color: #119292;
/*	opacity: 0.5;
    filter: alpha(opacity=50);*/
}

/*
////////////////////////////////////////////////////
/////  Saisie données //////////////////////////////
////////////////////////////////////////////////////
*/

#main_div_saisie_donnees{
	/*border: 2px green solid;*/
	margin: auto;
	margin-top:100px;
	padding-top:50px;
	background-color: #EFFBF9;
	color: black;
	/*text-align: center;*/
	height: 550px;
	width: 600px;
	text-align: center;
	/* Bordures arrondies*/
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-box-shadow: 0px 5px 20px 10px #EEEEEE;
	-webkit-box-shadow: 0px 5px 20px 10px #EEEEEE;
	-o-box-shadow: 0px 5px 20px 10px #EEEEEE;
	box-shadow: 0px 5px 20px 10px #EEEEEE;
}

#saisie_top{
	margin: auto;
	width: 500px;
	height: 50%;
	background-color: white;
	border: 2px #ecefec solid;
	/* Bordures arrondies*/
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	padding-bottom: 20px;
}

#saisie_bottom{
	width: 500px;
	margin: auto;
	padding-top: 30px;
	height: 50%;
	text-align: left;
}

#saisie_bottom_inner{
	width:100%;
	height: 100%;
	text-align: center;
}

#form_saisie_donnees{
	width:100%;
	height: 100%;
	/*border: 2px yellow solid;*/
	padding-top: 30px;
}

#div_date_lieu{
	width:100%;
	height: 25%;
	/*border: 2px pink solid;*/
}

#div_date{
	/*border: 2px blue solid;*/
	width:50%;
	float:left;
}

#div_lieu{
	/*border: 2px blue solid;*/
	width:50%;
	float:right;
}

#div_nom_prenom{
	width:100%;
	height: 25%;
	/*border: 2px red solid;*/
}

#div_nom{
	/*border: 2px blue solid;*/
	width:50%;
	float:left;
}

#div_prenom{
	/*border: 2px blue solid;*/
	width:50%;
	float:right;
}

#div_soins{
	width:100%;
	height: 25%;
	/*border: 2px red solid;*/
}

#div_soin{
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
/*	border: 2px red solid;*/
}

#div_bouton_saisie{
	/*border: 2px blue solid;*/
	width:100%;
	height: 25%;
}

.bouton_saisie{
	webkit-border-radius: 7;
	moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: white;
	font-size: 15px;
	background: #FF6DA9;
	padding: 10px 20px 10px 20px;
	border: solid #ffffff 2px;
	text-decoration: none;
	/* Opacite plus faible quand la souris n'est pas sur le bouton */
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.bouton_saisie:hover {
	background-color: #FF6DA9;
	color: white;
	opacity: 1;
    filter: alpha(opacity=100);
}

.bouton_saisie:active {
	background-color: #FF6DA9;
	color: white;
	opacity: 1;
    filter: alpha(opacity=100);
}

.print_date{
	/*color: #FF6DA9;*/
	font-weight: bold;
}

.print_donnees{
	/*color: #FF6DA9;*/
}

/*
////////////////////////////////////////////////////
/////  Statistiques ////////////////////////////////
////////////////////////////////////////////////////
*/

#main_div_stats {
	/*border: 2px red solid;*/
	margin: auto;
	margin-top:100px;
	background-color: #EFFBF9;
	color: black;
	text-align: center;
	height: 550px;
	width: 600px;
	/* Bordures arrondies*/
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	-moz-box-shadow: 0px 5px 20px 10px #EEEEEE;
	-webkit-box-shadow: 0px 5px 20px 10px #EEEEEE;
	-o-box-shadow: 0px 5px 20px 10px #EEEEEE;
	box-shadow: 0px 5px 20px 10px #EEEEEE;
}

#sub_div_stats {
	margin: auto;
	margin-top: 100px;
	/*border: 1px red solid;*/
	width: 450px;
	height: 100%;
	/* Alignement bloc vertical*/
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#sub_div_stats_top {
	margin: auto;
	width: 100%;
	height: 40%;;
	/*background-color: white;*/
	/*border: 1px yellow solid;*/
	/* Bordures arrondies*/
  /*-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;*/
}

#sub_div_stats_bottom {
	width:100%;
	height: 60%;
	/*border: 1px green solid;*/
}

#sub_div_stats_top_bouton{
	width: 100%;
	height: 70%;
	background-color: white;
	border: 2px #ecefec solid;
	/* Bordures arrondies*/
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	/* Alignement bloc vertical*/
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#div_date_stats{
	padding-top: 30px;
	display: inline-block;
}

#div_bouton_stats{
	/*border: 2px blue solid;*/
	width:100%;
	height: 25%;
	padding-top: 30px;
}

.bouton_stats{
	webkit-border-radius: 7;
	moz-border-radius: 7;
	border-radius: 7px;
	font-family: Arial;
	color: white;
	font-size: 15px;
	background: #FF6DA9;
	padding: 10px 20px 10px 20px;
	border: solid #ffffff 2px;
	text-decoration: none;
	/* Opacite plus faible quand la souris n'est pas sur le bouton */
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.bouton_stats:hover{
	background-color: #FF6DA9;
	color: white;
	opacity: 1;
    filter: alpha(opacity=100);
}

.bouton_stats:active{
	background-color: #FF6DA9;
	color: white;
	opacity: 1;
    filter: alpha(opacity=100);
}

#sub_div_stats_bottom_titre{
	width: 100%;
	height: 10%;
	font-size: 120%;
	font-weight: bold;
	color: #FF6DA9;
	/*border: 1px blue solid;*/
}

#sub_div_stats_bottom_top_nbSoins{
	width: 100%;
	height: 36%;
	/*border: 1px yellow solid;*/
	/*background: yellow;*/
}

#sub_div_stats_bottom_top_nbPatients{
	width: 100%;
	height: 36%;
	/*border: 1px yellow solid;*/
	/*background: green;*/
}

.bold{
	font-weight: bold;
}

.grey{
	color: #119292;
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.fontsize{
	font-size: 130%;
}

.italic{
	font-style: italic;
}