#mainWrapper {
	position:relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0px;
}


#navMainWrapper {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
}

#newsletter {
	background-color:#FFFFFF;
	height: 25px;
}

#buttonNews {
 vertical-align:middle;
}

.newsText {
	margin:0;
	padding:0px;
	position:relative;
	top:3px;
}


/*
 * Pierre-Henri POIRET
 * 04/08/2008
 * Header avec données dynamiques (User, devise, langue, ...)
*/
#header {
	width:1000px;
	color:#000000;
	height:100px;
	padding-left:0;
	height:70px;
}

#headerWelcome {
	float:left;
	height:20px;
	width:615px;
	margin-top:0;
	padding-top:3px;
}
#headerShoppingBag {
	float:left;
	height:45px;
	width:380px;
	padding-right:1px;
	text-align:right;
}

#headerLogo {
	float:left;
	padding-top:15px;
	height:30px;
	width:615px;
}

.headerLinksWelcome {
	display:block;
	float:left;
	padding:0 6px;
}

#headerZones {
	margin-left:30px;
	padding-top:10px;
	float:left;
	width:352px;
	height:20px;
	font-size:12px;
}

#currencyTitle {
	float:right;
	margin:2px;
	font-weight:bold;
}

#currencySelectHeading {
	position:relative;
	background:url('../images/header/currencySelectHeadingBg.jpg') no-repeat right #EDEDED;
	width:140px;
	height:17px;
	float:left;
	margin:2px;
	font-size:12px;
	cursor:pointer;
}

#headerLanguageSelector {
	float:right;
	width:70px;
	text-align:right;
	cursor:pointer;
}

#currencySelect {
	position:absolute;
	left:0;
	top:15px;
	text-align:left;
	border:1px solid #666666;
	background-color:#FFFFFF;
	width:137px;
}
#currencySelect ul {
	display:block;
	height:100px;
	overflow-y:auto;
	overflow-x:hidden;
	list-style:none;
	margin:0;
	padding:0;
}
#currencySelect li {
	padding:0;
}
#currencySelect a {
	display:block;
	text-decoration:none;
	padding:2px 3px;
}
#currencySelect a:hover {
	background:#CCCCCC;
}
#listePays {
	position:absolute;
	z-index:100;
	width:700px;
	height:455px;
	margin:auto;
	overflow:hidden;
	left:285px;
	top:30px;
	background:url(../images/header/language_bg.jpg) no-repeat right bottom #FFFFFF;
	border:1px solid #333333;
	padding:10px;
	display:none;
}
#listePays h3 {
	position:relative;
	margin:0;
	padding:5px 0 0 5px;
	height:20px;
	background:#999999;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
#listePays h3 a {
	position:absolute;
	display:block;
	width:150px;
	top:5px;
	right:5px;
	text-align:right;
	color:#FFFFFF;
}
#listePays ul {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
#listePays ul li  {
	float:left;
	display:block;
	width:175px;
	height:20px;
}
#listePays ul li h3 {
	margin:1px 0 5px 0;
	padding:4px;
	height:15px;
	background:#CCCCCC;
	font-weight:bold;
	color:#FFFFFF;
}
#listePays ul li ul,#listePays ul li ul li {
	background:#FFFFFF;
	text-align:left;
}
#listePaysOverlay, #product-images-overlay {
	display:none;
	position:fixed;
	z-index:90;
	width:100%;
	height:100%;
	left:0;
	top:0;
	margin:0;
	background:#333333;
	-moz-opacity:.70;
	opacity:.70;
	filter:Alpha(opacity=70);
}
#product-images-overlay {
	z-index:49;
	background:#FFFFFF;
}
