legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #192A89;
	font-weight: bold;
}

/* Style de panelGrid pour avoir la partie gauche en haut */
.top {
	vertical-align: top;
}

.center {
	text-align: center;
}

.test {
	background-color: yellow;
	height: 200px;	
}

.menu { /*background: #a1c0f6;*/
	/*background-image: url("../media/images/banner.jpg");*/
	background-color: #a1c0f6;
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: left;
	line-height: 27px;
	border: 1px solid #192a89;
}
.current_user {
	text-align: right;
	position:absolute;
	right: 1%;
	
	}
/* Cadre */
.cadre {
	display: block;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* BUTTON SAVE */
.save {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	color: #529214;
}

.save:hover {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

/* BUTTON QUITTER */
.quit {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	color: #e85050;
}

.quit:hover {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	background-color: #d2bbbb;
	border: 1px solid #c2e1ef;
	color: #e82030;
}
.alerte{
	font-weight: bold;
	color: #9c3b3b;
	}
.panelgrid_header {
	font-size: 80%;
	background-color: #a1c0f6;
}

.popup {

	background-color: #ffffff;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 5px;
}

/*
   ------------------------------------------------------------
   Schedule
   ------------------------------------------------------------
*/
.schedule_header {
	background-color: #a1c0f6;
	color : #000000;
	font-size: 70%;
}

.schedule_selected {
	background-color: yellow;
	font-weight: bold;
	font-size: 80%;
}

.header {
	cursor : pointer; 
}
/*
   ------------------------------------------------------------
   Panelnavigation
   ------------------------------------------------------------
*/
#subnavigation {
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px 0px 20px 0px;
	border: 1px solid #546359;
	background-color: #e8f2fe;
}

#subnavigation_outer {
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#subnavigation_outer h1 {
	font-size: 1.5em;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

/**************************************************
 * css layers and classes for list navigation list
 **************************************************/
#subnavigation ul li a {
	display: block;
	background-color: #e8f2fe;
	color: #294747;
	text-decoration: none;
	border-bottom: 1px solid #192a89;
	padding: 2px 2px;
	margin: 0px;
}

#subnavigation ul li a:visited {
	color: #294747;
}

#subnavigation ul li a:hover {
	color: #FFFFFF;
	background-color: #192a89;
}

#subnavigation ul li a:active {
	color: #294747;
}

#subnavigation ul li a.selected {
	font-weight: bold;
	color: #294747;
	background-color: #FFFFFF;
}

#subnavigation ul ul li a {
	padding: 2px 2px 2px 10px;
	margin: 0px;
	background-color: #FFFFFF;
}

#subnavigation ul ul li ul li a {
	padding: 2px 20px 2px 30px;
	margin: 0px;
}

#subnavigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#subnavigation li {
	margin: 0px;
	padding: 0px;
	display: block;
	color: red;
	background-color: #a1c0f6;
	text-decoration: none;
}

#subnavigation ul.mypage li a {
	padding: 2px 20px 2px 20px;
	margin: 0px;
	background-color: #e8f2fe;
}

#subnavigation ul.mypage ul li a:hover {
	color: #FFFFFF;
	background-color: #192a89;
}

/*
   ------------------------------------------------------------
   Rendez-vous rouge
   ------------------------------------------------------------
*/
#redrdv {
	position: absolute;
	top: 3em;
	right: 5em;
}