body, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin : 0px 0px 0px 0px;
}

body {
	background-color : #8c99a3;
}


.optgroup {
	padding-top : 10px;
}



/* PRÉVISIONS DE FERMTURES */

.previsions_fermetures_table_cadre {
	border : 1px solid #7f9db9;
	padding : 0px;
	width : 100%;
}

.previsions_fermetures_table_entete {
	font-size : 11px;
	font-weight : bold;
	color : #3e5586;
	background-color : #f1f1f1;
	height : 25px;
	text-align : center;
	vertical-align : middle;
	border-bottom : 1px solid #7f9db9;
}

.previsions_fermetures_discipline {
	font-size : 12px;
	font-weight : bold;
	color : #3e5586;
	background-color : #ffffff;
	height : 25px;
	text-align : left;
	padding-left : 5px;
	vertical-align : middle;
}

.previsions_fermetures_service {
	font-size : 11px;
	color : #000000;
	background-color : #eaf0f8;
	height : 20px;
	text-align : center;
	vertical-align : middle;
}

.previsions_fermetures_input{
	font-size: 10px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	width: 80px;
	text-align: center;
}


/* SAISIE DES URGENCES */

.saisie_urgences_table_cadre {
	border : 1px solid #7f9db9;
	padding : 0px;
	width : 600px;
}

.saisie_urgences_table_entete {
	font-size : 11px;
	font-weight : bold;
	color : #3e5586;
	background-color : #f1f1f1;
	height : 25px;
	text-align : center;
	vertical-align : middle;
	border-bottom : 1px solid #7f9db9;
}

.saisie_urgences_texte {
	font-size : 11px;
	font-weight : bold;
	color : #3e5586;
	height : 25px;
	text-align : left;
	padding-left : 5px;
	vertical-align : middle;
}

.saisie_urgences_input{
	font-size: 10px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	width: 120px;
	text-align: center;
}


/* SAISIE DES DISPOS */

.saisie_dispo_table_cadre {
	border : 1px solid #7f9db9;
	padding : 0px;
	width : 95%;
}

.saisie_dispo_table_entete {
	font-size : 11px;
	font-weight : bold;
	color : #3e5586;
	background-color : #f1f1f1;
	height : 25px;
	text-align : center;
	vertical-align : middle;
	border-bottom : 1px solid #7f9db9;
}

.saisie_dispo_discipline {
	font-size : 12px;
	font-weight : bold;
	color : #3e5586;
	background-color : #ffffff;
	height : 25px;
	text-align : left;
	padding-left : 5px;
	vertical-align : middle;
}

.saisie_dispo_service {
	font-size : 11px;
	color : #000000;
	background-color : #eaf0f8;
	height : 20px;
	text-align : center;
	vertical-align : middle;
}

.saisie_dispo_input{
	font-size: 10px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
	width: 80px;
	text-align: center;
}

hr {
	border-top : 0;
	border-left : 0;
	border-right : 0;
	border-bottom : 1px solid #7f9db9;
}


a.onglet_niveau1:link, a.onglet_niveau1:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #9fbfdb;
	font-weight: bold;
	text-decoration : none;
	border-top : 1px solid #7f9db9;
	border-left : 1px solid #7f9db9;
	border-right : 2px solid #7f9db9;
	padding : 4px 12px 4px 13px;
	width : 150 px;
	text-align : center;
	margin-left: 5px;
	margin-right: 5px;
	background-color :#ffffff;
}


a.onglet_niveau1:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #3e5586;
	font-weight: bold;
	text-decoration : none;
	border-top : 2px solid #3e5586;
	border-left : 1px solid #3e5586;
	border-right : 3px solid #3e5586;
	border-bottom : 1px solid #eaf0f8;
	padding : 3px 12px 3px 12px;
	width : 150 px;
	text-align : center;
	background-color :#eaf0f8;
	margin-left: 5px;
	margin-right: 5px;
}

.liste_col {
	text-align : center;
	font-size : 11px;
	height : 20px;
}

.liste_col2 {
	text-align : left;
	font-size : 11px;
	height : 50px;
	padding-right : 5px;
}

.liste_col3 {
	font-weight : bold;
	text-align : center;
	font-size : 11px;
	height : 50px;
	padding-right : 5px;
	width: 100px;
}

.liste_icone {
	text-align : center;
	height : 20px;
	width : 20px;
}

.liste_cadre {
	border : 1px solid #7f9db9;
	padding : 5px;
	width : 95%;
}

.liste_cadre2 {
	border : 1px solid #7f9db9;
	padding : 3px;
	width : 70%;
}

.liste_entete {
	font-size : 11px;
	font-weight : bold;
	color : #3e5586;
	background-color : #ffffff;
	height : 25px;
	text-align : center;
	vertical-align : middle;
	padding-bottom : 5px;
	border-bottom : 1px solid #7f9db9;
}

.liste_entete2 {
	font-size : 11px;
	font-weight : bold;
	color : #3e5586;
	background-color : #eaf0f8;
	height : 25px;
	text-align : center;
	vertical-align : middle;
	padding-bottom : 5px;
	border-bottom : 1px solid #7f9db9;
}

input {
	font-size: 10px;
	background-color: #ffffff;
}


select {
	font-size: 10px;
	border: 1px solid #7f9db9;
	background-color: #ffffff;
}


.erreur {
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	text-align: center;
	letter-spacing: 0px;
}

.centre_11 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.centre_12 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}


.titre_application {
	color: #feb200;
	font-size: 14px;
	letter-spacing: 3px;
	text-decoration: none;
	text-align: right;
	padding-right : 5px;
	padding-top : 11px;
	font-weight: bold;
}


.titre_page {
	color: #3e5586;
	font-size: 14px;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}


.erreur_droits{
	color: #ff0000;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}


.nom_utilisateur{
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 16px;
	text-decoration: none;
	text-align: right;
	padding-right : 9px;
	padding-top : 15px;
	font-weight: bold;
}

.choix_etab{
	color: #ffffff;
	letter-spacing: 0px;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding : 0px;
	font-weight: normal;
}

.nom_etablissement{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	padding-right : 9px;
	font-weight: normal;
}

.deconnexion{
	text-align: right;
	padding-right : 9px;
	padding-top : 15px;
}

.date {
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	padding-right : 9px;
	padding-top : 2px;

	font-weight: bold;
}


.footer {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
}

a.footer:link, a.footer:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration : none;
}

a.footer:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #feb200;
	font-weight: bold;
	text-decoration : none;
}


a.navbar:link, a.navbar:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #7f9db9;
	font-weight: bold;
	text-decoration : none;
}

a.navbar:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #feb200;
	font-weight: bold;
	text-decoration : underline;
}