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

#container {
	width: 964px;
	margin: 0 auto;
	background: url('images/customer/bg_container.gif') 0 0 no-repeat #fff;
}

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

#header {
	width: 964px;
	height: 77px;
}

	#logo {
		width: 201px;
		height: 51px;
		float: left;
		margin: 26px 0 0 22px;
	}

	#headerRight {
		width: 671px;
		height: 77px;
		float: right;
		margin-right: 20px;
	}

		#tools {
			/*width: 369px;*/
			height: 28px;
			float: right;
			margin: 0 3px 19px 0;
		}

		#tools a {
			font-size: 10px;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			text-transform: uppercase;
		}

			#tools .lang {
				height: 25px;
				float: left;
				padding: 3px 5px 0 5px;
				margin: 0 0 0 3px;
				background: url('images/customer/bg_lang.gif') 0 0 no-repeat;
			}

				#tools .lang a { display: block; padding: 5px; float: left; }
				#tools .lang a:hover { color: #53A6D7; }

			#tools .btnDelivery,
			#tools .btnAccount {
				display: block;
				height: 13px;
				float: right;
				padding: 8px 10px 7px 10px;
				margin: 0 0 0 3px;
				background-color: #000;
				
				-moz-border-radius: 0 0 5px 5px;
				-webkit-border-radius: 0 0 5px 5px;
				border-radius:  0 0 5px 5px;
				
				text-align: center;
			}

		#menu {
			height: 24px;
			float: right;
			background: url('images/customer/bg_menu.gif') 0 0 repeat-x;
		}

			#menu a {
				display: block;
				float: left;
				padding: 5px 10px 3px 10px;
				border-left: 1px solid #fff;
				border-right: 1px solid #e7e8e8;

				color: #000000;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
			}

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

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

#main {
	width: 920px;
	padding: 0 22px 20px 22px;
	background: url('images/customer/bg_page2.gif') 0 600px repeat-y;
}

#main .column {
	float: left;
}

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

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

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

#main #mainRight .three-columns .columnSeparator {
	width: 12px;
	height:1px;
	float: left;
}

#main #mainFull .two-columns .column {
	width : 455px;
}

#main #mainFull .two-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;
}

#main #mainFull .three-columns .column {
	width : 300px;
}

#main #mainFull .three-columns .columnSeparator {
	width: 10px;
	height:1px;
	float: left;
}

#main .two-columns #mainLeft {
	width: 181px;
	/*background-color: #e8e7e7;*/
}

#main .two-columns #mainRight {
	width: 729px;
	padding-left: 10px;
}

#main .three-columns #mainLeft {
	width: 181px;
	/*background-color: #e8e7e7;*/
}

#main .three-columns #mainCenter {
	width : 538px;
	padding: 0 10px;
}

#main .three-columns #mainRight {
	width: 181px;
	/*background-color: #e8e7e7;*/
}

#main .full-column #mainFull {
	width: 100%;
} 

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

#footer {
	width: 960px;
	margin: 10px auto 0 auto;
	padding-bottom: 10px;

	font-size: 10px;
	line-height: 1.6;
	color: #878787;
}
	#footer h4 {
		font-size: 10px;
		margin: 0;
	}

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

	#footer .structure {
		width: 940px;
		padding: 0 0 0 20px;
		background-color: #fff;
	}
		#footer .structure .column {
			width: 200px;
			float: left;
			padding: 20px;
			border-right: 1px dotted #e0e0e0;;
		}
		#footer .structure .column.first { border-left: 0px dotted #746051; padding-left: 0; }
		#footer .structure .column.last { border-right: 0px dotted #746051; padding-right: 0; }
			#footer .structure .column ul {
				margin: 0;
				padding: 0;
			}
			#footer .structure .column ul li {
				margin: 0;
				padding: 0;
				list-style-type: none;
			}

	#footer .share {
		border-bottom: 1px solid #D8D8D8;
		padding: 10px 0;
	}

	#footer .share .fb_share_size_Small {
		float: right;
	}

	#footer .copyright {
		width: 550px;
		text-align: right;
		padding: 20px 0;
		float: right;
	}
	#footer .paiement {
		width: 235px;
		float: left;

		padding: 5px 0;
	}

/* 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: 36%;
		height: 18px;
		padding-top: 5px;
		float: left;

		text-align: left;
	}

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

		text-align: center;
	}

	.pagerTop .right,
	.pagerBottom .right {
		width: 36%;
		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    { padding: 10px; margin-bottom: 0; border: 3px solid #ddd; }

.cadre      { border-color: #eaeaea; margin-bottom: 10px; }
.notice      { background: #e3eef8; color: #4d87be; border-color: #72aade; }
.important    { background: #facde5; color: #c8006e; border-color: #e5037f; }
.importantText { color: #e5037f; }
	
	.notice a    { color: #4d87be; }
	.important a  { color: #c8006e; }
	
	
/* modal Popup
-------------------------------------------------------------- */
.modalBackground {
	background: url('images/customer/bg-popup.png');
}

.modalPopup {
	width: 531px;
	height: 291px;

	background: url('images/customer/newsletter-popup-illudesign.png');
}

.content_modalPopup {
	width: 240px;
	
	margin: 60px 0 0 270px;

	color: #737373;
	font-size: 13px;
	}

.content_modalPopup h2{
	margin: 0;
	padding: 0;

	color: #000;
	font-size: 26px;
	text-transform: none;
	line-height: 27px;
}

.content_modalPopup h2.pink{
	color: #e5218b;
	font-weight: bold;
	line-height: 32px;
}

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

	position: absolute;
	margin-top: -20px;
	margin-left: 240px;

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

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


.modalPopup #newsletter_ControlNewsletter .input {
	background: #fff;
	width: 160px;
	height: 13px;
	margin: 44px 0 0 15px;
	*margin: 45px 0 0 15px; 
	border: 1px solid #2b6598;
	border-bottom: 1px solid #b1cde2;

	color: #083a67 !important;
}

.modalPopup #newsletter_ControlNewsletter .btn {
	display: block;
	width: 21px;
	height: 21px;
	margin: 44px 0 0 0;
	*margin: 45px 0 0 0; 
	background: url('images/customer/newsletter-popup-illudesign-btn.gif') !important;
}

.modalPopup #newsletter_ControlNewsletter h2 {display: none;}

#newsletter_specialOffer {
	height: 60px;
}

.text-notice {
	display: block;

	margin: 10px 0 0 0 ;
	font-size: 12px;
	color: #fff !important;
	text-decoration: underline;
}

.text-notice:hover {
	color: #083a67 !important;
}


