
body{	
	margin: 0;
	padding: 0;
	height: 100%;
	background: url('images/customer/bg_body.gif') 0 0 repeat-x #2c5d95;
}

#container {
	width: 902px;
	margin: 0 auto;
	background-color: #022349;
}

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

#header {
	width: 902px;
	height: 34px;
	background: url('images/customer/bg_header.gif') 0 0 repeat-x;
}

#menu {
	width: 720px;
	float: left;
}

	#menu a {
		display: block;
		float: left;
		padding: 0 15px;
		margin: 10px 0 0 0;
		border-left: 1px solid #fff;
		
		color: #fff;
		text-decoration: none;
	}
	
	#menu .accueil {
		padding: 0 20px 0 0;
		border-left: 0px solid #fff;
	}

	#menu a:hover {
		text-decoration: underline;
	}

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

#main {}

	#page {
		background: url('images/customer/bg_page.gif') 0 0 repeat-y #fff;
	}

	#page .pageLeft {
		width: 224px;
		min-height: 334px;
		float: left;
		background: url('images/customer/bg_pageleft.gif') 0 0 repeat-x #08315f;
	}

	#page .pageRight {
		width: 676px;
		float: right;
	}

		#page .pageRight .leftSide {
			width: 412px;
			float: left;
			padding: 20px 0 20px 20px;

			text-align: justify;
		}
		
		#page .pageRight .rightSide {
			width: 204px;
			float: right;
			padding: 20px;
		}

		#page .pageRight .two-columns {
		}

			#page .pageRight .two-columns .column {
				width: 316px;
				float: left;
			}

			#page .pageRight .two-columns .columnSeparator {
				width: 14px;
				height: 1px;
				float: left;
			}

	#pageFooter {
		padding: 20px;
		background-color: #214f83;

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

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

#footer {
	width: 862px;
	margin: 0 auto;
	padding: 10px 20px;

	font-size: 10px;
	color: #fff;
	text-align: center;
}

	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

#footer2 {
	width: 862px;
	margin: 0 auto;
	padding: 10px 20px;

	font-size: 10px;
	color: #4781bf;
	text-align: center;
}

	#footer2 a {
		color: #4781bf;
		text-decoration: none;
	}

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

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

/* 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 #e5037f;

		color: #e5037f;
	}

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

		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;
	}
		
/* modal Popup
-------------------------------------------------------------- */

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

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

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

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

.modalPopup .btnClose:hover {
	background-color: #08315f;
}
 
 /*
.nyromodal_PopUp {
	padding: 15px;
	background-color: #fff;
}
