/* PAGE */

body {
	padding:0px;
	margin: 0px;
	background: #FFF;
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #121212;
}

.header {
	width:100%;
	height:85px;
	margin: 0px;
	padding: 0px;
	background: url(images/bg-header.gif) repeat-x;
	text-align:left;
}

.menuResultLink{
	font-style: italic;
}

.leftHeader{
	position: absolute;
	top: 0px;
	left: 0px;
	float:left;
	margin: 0px;
	padding: 0px;
	width:720px;
	height:85px;
	background-image: url(images/logo.gif);
}

.leftHeaderLogin{
	position: absolute;
	top: 0px;
	left: 0px;
	float:left;
	margin: 0px;
	padding: 0px;
	width:720px;
	height:85px;
	background-image: url(images/logo-login.gif);
}

.content {
	float:left;
	width: 82%;
	padding:10px;
}

.left{
	float:left;
	padding-left: 5px;
	width: 136px;
	height: 700px;
	background: url(images/bg-menu.gif) no-repeat;
}

.rightHeader{
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	margin: 0px;
	height: 85px;
	width : 165px;
	background-image: url(images/logo2.gif);
	background-repeat: no-repeat;
}


.contentLogin{
	width: 100%;
}

.body{
	width:100%;
}

.loginBody{
	padding-top:150px;
	width:100%;
	text-align:center;
}


/* LIENS */
a {
	color: #0169B2;
	text-decoration: none;
}
a:active {
	color: #0169B2;
	text-decoration: none;
}
a:hover {
	color: #435A68;
	text-decoration: underline;
}
a:focus {
	color: #0169B2;
	text-decoration: none;
}


ul, li {
	list-style-type: none;
	margin: 0px;
	margin-left:10px;
	padding: 0px;
}

li {
	margin:0;
	padding:0;
	list-style-type: none;
	margin-bottom: 2px;
}

li a {
	color: #666666;
	text-decoration: none;
	height: 100%;
	margin:0px;
	padding:0px;
}

li a:hover {
	text-decoration: none;
	color: #006BAE;
}


.title{
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	height: 20px;
	color:#242CC9;
	margin-top: 3px;
	margin-bottom: 3px;
}


.legendTable{
	border:1px black solid;
}


.legendTitle{
	font-weight:bold;
}

.legendLabel{
	color: #0169B2;
}

#popupSaving {
	position: absolute;
	background-color: #9ee89c;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 27px;
	color: #005285;
	display:none;
	top: 0px;
	left: 0px;
	width: 300px;
	height: 48px;
	text-align: center;
	border: 2px solid;
	z-index:12;
}

#popupFilter {
	width: 500px;
	display: none;
	position: absolute;
	background-color: #e5f6ff;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	top: 0px;
	left: 0px;
	text-align: left;
	border: 2px solid #242CC9;
}

.popupFilterTitle {
	color: #242CC9;
	font-size: 1.1em;
	padding-top: 10px;

}

.popupFilterLabel{
	color: #006BAE;
	font-size: 1.0em;
	width: 180px;
}

.popupFilterValue{
	width: 300px;
}
.rowFilterLabel1 {
	background-color: #ffffff;
	width: 480px;
}

.rowFilterLabel2 {
	background-color: #f0faff;
	width: 480px;
}

#pagePublicNoScrollbar{
	overflow: hidden;

}