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

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

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

#header {
	height: 108px;
	margin: 0 0 1px 0;
	background: url('images/customer/bg_header.gif') 0 bottom repeat-x;
}

	#logo {
		width: 440px;
		height: 108px;
		float: left;
	}

		#logo img {
			display: none;
		}

	#headerRight {
		width: 537px;
		height: 108px;
		float: left;
	}

		#menu {
			height: 20px;
			float: right;
			padding: 8px 0 0 0;
		}

		#menu a {
			display: block;
			float: left;
			margin: 0 10px;
			padding: 0 0 0 23px;
			background: url('images/customer/puce_menu.gif') 0 4px no-repeat;
			
			color: #e5c8e1;
			text-decoration: none;
			text-transform: uppercase;
		}

		#menu a:hover { color: #e6408d; }

		#menu .noPuce { background-image: none; }

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

#main {
	width: 100%;
	background: url('images/customer/bg_main.gif') 0 0 repeat-y #1a0e18;
}

	#main .column,
	#main .columnSeparator {
		float: left;
	}

	#main .two-columns #mainLeft {
		width: 200px;
	}

	#main .two-columns #mainRight {
		width: 736px;
		_width: 720px;
		float: right;

		padding: 20px 20px 0 20px;
		background-color: #342430;
	}

		#main .two-columns #mainRight .two-columns .column {
			width: 358px;
		}

		#main .two-columns #mainRight .two-columns .columnSeparator {
			width: 20px;
			height: 1px;
		}

		#main .two-columns #mainRight .three-columns .column {
			width: 234px;
		}

		#main .two-columns #mainRight .three-columns .columnSeparator {
			width: 17px;
			height: 1px;
		}

		#main .two-columns #mainRight .three-columns_Home {
			background-color: #342430;
		}

			#main .two-columns #mainRight .three-columns_Home .column {
				width: 218px;
				padding: 20px;
				background-color: #342430;
			}

			#main .two-columns #mainRight .three-columns_Home .columnSeparator {
				width: 1px;
				height: 1px;
			}

		

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

#footerContainer {
	width: 977px;
	margin: 1px auto 0 auto;
	padding-bottom: 30px;

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

	#footer {
		background-color: #342430;
		padding: 10px 1px 0 1px;
	}

	#footer a {
		color: #9f8c81;
		text-decoration: none;
	}
		
		#footer .paiementMethods {
			width: 237px;
			height: 75px;
			float: left;
			margin: 0 1px 0 0;
		}

			#footer .paiementMethods img {
				padding: 10px 0 5px 10px;
			}

			#footer .paiementMethods a {
				display: block;
				margin: 1px 0 0 0;
				background-color: #342430;
			}

			#footer .paiementMethods small {
				display: block;
				padding: 0 0 11px 10px;
				background-color: #342430;

				font-size: 10px;
			}

		#footer .footerLinks {
			width: 245px;
			float: left;
		}

			#footer .footerLinks a {
				display: block;
				padding: 3px 10px;
				margin: 0 0 1px 0;
				background-color: #342430;

				color: #c5a1c3;
			}

			#footer .footerLinks a:hover {
				color: #fff;
			}
				
			#footer b {
				display: block;
				padding: 3px 10px;
				margin: 0 0 1px 0;
				background-color: #342430;
			}

			#footer .footerLinksSeparator {
				width: 1px;
				height: 1px;
				float: left;
			}

		#footer .footerBottom {
			padding: 10px;
			margin: 10px 0 0 0;
			border-top: 1px solid #150414;
			background-color: #342430;

			font-size: 10px;
		}

		#footer .footerBottom a {
			color: #c5a1c3;
			text-decoration:none;
		}

		#footer .footerBottom a:hover {
			color: #fff;
		}

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

.pagerTop,
.pagerBottom {
	height: 23px;
	padding: 0 10px 0 10px;
	border-top: 1px solid #2e1f2a;
	border-bottom: 1px solid #2e1f2a;

	font-size: 11px;
}

.pagerTop {
	margin: 0 0 20px 0;
}

	.pagerTop a,
	.pagerBottom a {
		display: block inline;
		padding: 2px;
		
		color: #c5a1c3;
		text-decoration: none;
		text-align: center;
	}
	
	.pagerTop a.current,
	.pagerBottom a.current {
		background-color: #cb457d;

		color: #ffffff;
	}

	.pagerTop a.current:hover,
	.pagerBottom a.current:hover {
		color: #ffffff;
	}

	.pagerTop a:hover,
	.pagerBottom a:hover {
		color: #cb457d;
	}

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

		text-align: left;
	}

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

		text-align: center;
	}

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

		text-align: right;
	}

	.pagerTop .input,
	.pagerBottom .input {
		padding: 0px;
		border: 1px solid #2e1f2a;
		background-color: #4d3647;

		font-size: 10px;
	}

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

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

/* Misc class
-------------------------------------------------------------- */

.bannerZone {
	list-style-type: none;
	padding:0px;
	margin:0px;
}

/* modal Popup
-------------------------------------------------------------- */

.modalPopup {
	padding: 20px; 
	border: 1px solid #342430;
	background-color: #150414;
}

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

	position: absolute;
	margin-top: -46px;
	margin-left: 508px;

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

.modalPopup  .btnClose:hover {
	background-color: #3eacda;
}

.nyromodal_PopUp {
	padding: 15px;
	background-color: #fff;
}