body{	
	margin: 0;
	padding: 0;
	height: 100%;
	background: url('images/customer/bg_body2.jpg') center 558px no-repeat #264da6;
}

#container {
	width: 996px;
	margin: 0 auto 0 auto;
}

/* Header
-------------------------------------------------------------- */

#header {
	position: absolute;
	padding: 0 0 16px 0;
	z-index: 50;
	width: 996px;
}
	#logo {
		width: 280px;
		height: 180px;
		float: left;
		margin: 30px 0 0 40px;
	}

		#tools {
			display: none;
		}

		#lang {
			display: block;
			width: 36px;
			height: 38px;

			position: absolute;
			z-index: 99;

			margin-top: 523px;
			margin-left: 180px;
		}

		#langPages {
			display: block;
			width: 36px;
			height: 38px;

			position: absolute;
			z-index: 99;

			margin-top: 195px;
			margin-left: 180px;
		}

			#lang a,
			#langPages a {
				display: block;
				width: 18px;
				height: 38px;

				padding: 0px;
				margin: 0px;

				float: right;
				text-indent: -9999px;
			}

				#lang a.fr, #langPages a.fr {background: url('images/customer/bg_lang.png') 0px 0px no-repeat;}
				#lang a.en, #langPages a.en {background: url('images/customer/bg_lang.png') 0px -38px no-repeat;}

				#lang a:hover, #langPages a:hover {		
					filter : alpha(opacity=60);
					-moz-opacity : 0.6;
					opacity : 0.6; 
				}

		#menu {
			padding: 0;
			float: right;
			margin: 6px 50px 0 0;
		}

			#menu li {
				float: left;
				padding: 0;
				list-style-type: none;
			}

			#menu p {
				display: block;
				float: left;

				margin-right: 10px;
				padding: 0px 10px 0px 0px;
				
				color: #deedff;
				letter-spacing: -1px;

				background: url('images/customer/bg_menu_p.png') right no-repeat;
			}

			#menu a {
				display: block;
				float: left;

				padding-top: 2px;

				color: #ffffff;
				font-size: 12px;
				font-family: Arial;

				text-decoration: none;
			}

			#menu a:hover, #menu a.active {
				background-color: #3f4d90;
			}

				#menu a.btn_rss, #menu a.btn_fb {display: block;height: 17px;padding-left: 22px;}
				#menu a.btn_rss:hover, #menu a.btn_fb:hover {background-position: left bottom;}
				#menu a.btn_jobs {color: #ed1712;font-weight: bold;}

				#menu a.btn_rss {background: url('images/customer/btn_rss.jpg') left top no-repeat;}
				#menu a.btn_fb {background: url('images/customer/btn_fb.jpg') left top no-repeat;}
			
			#menu li {list-style-image: none;}

			#menu .separator {
				display: block;
				width: 12px;
				height: 9px;

				margin: 9px 0px 0px 8px;

				float: left;
				
				background: url('images/customer/bg_menu_separator.png') 0px 0px no-repeat;
			}

			#menu .fblike {
				display: block;
				position: absolute;
				margin-top: -1px;
			}

			#mainMenu {
				display: block;

				position: absolute;
				margin-top: 197px;
				z-index: 1;

				width: 996px;
				height: 34px;
				letter-spacing:0;
				font-size: 0px;

				text-align: right;

				background: url('images/customer/bg_main_menu.png') 0px 0px no-repeat;
			}

				#mainMenu a {
					display: inline-block;
					height: 25px;

					margin: 0px;
					padding: 9px 7px 0px 6px;

					color: white;
					font-size: 13px;
					text-transform: uppercase;
					text-align: center;

					text-decoration: none;
				}

				#mainMenu a:hover {background-color: #c8231f;}

					#mainMenu a.last {
						width: 87px;
					}

					#mainMenu a.last:hover {
						background: url('images/customer/bg_main_menu_a_last.png') 0px 0px no-repeat;
					}

/* Main
-------------------------------------------------------------- */

#main {
	position: relative;
	border-bottom: 1px dotted #101f61;

	background: url('images/customer/bg_main.jpg') center 559px no-repeat;
}

#main .column {
	float: left;
}

#main .narrow {
	width: 174px;
	padding: 10px;
	
	background: url('images/customer/bg_content.png') 0 0 repeat-x;
}

#main .wide {
	width: 422px;
	padding: 10px 20px;
}

#main .doubleColumn {
	float: left;
}

#main .columnSeparator {
	display: none;
}

#main .three-columns {
	padding: 20px 28px;
}

	#main .contentPage .three-columns {
		padding: 20px;
	}

	#main .three-columns .rightSide {
		width: 300px;

		background: url('images/customer/bg_content.png') 0 0 repeat-x;
	}

/* Footer
-------------------------------------------------------------- */

#footer {
	width: 956px;
	margin: 0 auto;
	padding: 15px 20px;
	border-top: 1px dotted #2b4aa4;
	
	color: #97a2cf;
	font-size: 10px;
	text-align: left;
}

	#footer a {
		color: #97a2cf;
		text-decoration: none;
	}

	#footer a:hover {color: white;}

	#footer .logoFooter {
		float: left;
		height: 25px;

		margin-top: -10px;
		margin-bottom: -10px;
		margin-right: 10px;
	}

/* Products > Products List Pager
-------------------------------------------------------------- */

.pagerTop {
	height: 23px;
	border-top: 1px solid #e7e7e7;

	font-size: 10px;
	font-weight: bold;
}

.pagerBottom {
	height: 23px;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;

	position: relative;
	top: -1px;

	font-size: 10px;
	font-weight: bold;
}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		margin-right: 2px;
		padding: 0 2px 2px 2px;

		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		height: 10px;
		padding-bottom: 0;
		border-bottom: 2px solid #e5951f;

		color: #e5951f;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		background-color: #e5951f;

		color: #fff;
	}

	.pagerTop .left,
	.pagerBottom .left {
		width: 30%;
		height: 18px;
		padding-top: 5px;
		float: left;

		text-align: left;
	}

	.pagerTop .center,
	.pagerBottom .center {	
		width: 40%;
		height: 18px;
		float: left;
		padding-top: 5px;

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 30%;
		height: 20px;
		float: right;
		padding-top: 3px;

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		padding: 0;
		border-color: #c7c7c7;
		background-color: #fff;

		font-size: 9px;
		color: #000000;
	}

/* Float Elements
-------------------------------------------------------------- */

.floatLeft { float:left; }
.floatRight { float:right; }

/* Misc classes
-------------------------------------------------------------- */

.cadre,
.notice, 
.important    { margin-bottom: 0; padding: 15px; }

.cadre      { border: 1px solid #3964b5; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { border:1px solid #bf0e09; color: #f8e0df; background: url('images/customer/bg_important.jpg') 0 0 repeat-x #d4313b; text-transform: uppercase;font-size: 12px;}
.importantText { color: #e5951f; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }
	
	
/* modal Popup
-------------------------------------------------------------- */

.modalPopup {
	padding: 20px; 
	border: 10px solid #cecdcd; 
	background-color: #fff;
}

.modalPopup  .btnClose {
	width: 20px;
	height: 20px;
	border: 0px solid #fff;
	background-color: #cecdcd;

	position: absolute;
	margin-top: -49px;
	margin-left: 511px;

	color: #fff;
	font-size: 10px;
}

.modalPopup  .btnClose:hover {
	background-color: #181818;
}
 
.nyromodal_PopUp {
	padding: 15px;
	background-color: #fff;
}
