@charset "windows-1256";
body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#363636;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(../images/login_shad_tc.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(../images/shad_left_right.png);
	margin:0px;
	min-height:200px;
	
}

.oneColFixCtrHdr #mainContentBG {
	padding: 10px 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image:url(../images/bg_pat_header.png);
	background-repeat:repeat-x;
	margin:0px;
	min-height:200px;
	
}


.oneColFixCtrHdr #footer {
	padding: 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:42px;
}


.oneColFixCtrHdr #topBGHeader{
	background-image:url(../images/header_image.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:204px;
}


.oneColFixCtrHdr #topInnerBGHeader{
	background-image:url(../images/header_inner.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:135px;
}



.oneColFixCtrHdr .innerBGHeaderContents{
	padding-top:8px;
	padding-left:40px;
	color:#FFFFFF;	
}

.pagesSiteMap{
	float:left;
	padding-top:3px;
	width:620px;
}
.pagesSiteMap a:link {
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

.pagesSiteMap a:visited {
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.pagesSiteMap a:hover {
	font-size:12px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}

.pagesSiteMap a:active {
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;	
}

.pagesWelcomeMessage{
	float:right;
	padding-right:40px;
	font-size:12px;
}

.sideBarLeft{
	float:left;
	width:575px;
}


.sideBarRight{
	float:right;
	width:360px;
}



.sideBarLeftInner{
	float:left;
	width:225px;
}


.sideBarRightInner{
	float:right;
	width:710px;
}



.welcomeBlock{
	background-image:url(../images/bg_intro.png);
	background-repeat:no-repeat;
	width:537px;
	height:139px;
	padding:20px;
}

.btnGO{
	background-image:url(../images/btn_go.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width:30px;
	height:24px;
	border:none;
}

.personnalBlock{
	float:left;
	width:280px;
}
.payrollBlock{
	float:left;
	width:280px;
}


.newsBlock{
min-height:135px;
}










