html, body { 
	margin:0; 
	padding:0;
	text-align:center; 
	background: url(../../img/background.jpg) repeat-x;
	z-index:100;
}
 
#pagewidth { 
	width:970px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
 
#header {
	position:relative;
	height:155px;
	/*background:url(../../img_v5/style/printemps09/bgtop7.gif) no-repeat;*/
}


#header2 {
	position:relative;
	height:165px;
	background:url(../../img_v5/style/soldes/bgtop2.gif) no-repeat;
	padding-left:15px;
	padding-right:15px;
	z-index:0;
}

#wrapper {
	width:970px;
	padding-top:0px;
	padding-left:0px;
	/*background:#FFFFFF url(../../img_v5/style/printemps09/bgcontent3.gif) repeat-y;*/
}

#wrapper2 {
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	background:#EFEFEF;
}

#leftcol {
	width:220px;
	float:left;
	position:relative;
	padding-top:20px;
}
 
#twocols{
	width:750px;
	float:right;
	position:relative;
}

#twocols2{
	width:768px;
	float:left;
	position:relative;
} 
 
/*#rightcol {
	width:180px;
	float:right;
	margin-top:10px;
	position:relative;
}*/

#rightcol2 {
	width:180px;
	float:left;
	margin-top:10px;
	position:relative;
	background: url(../../img_v5/content/product_info_new/fond.gif) no-repeat;
}
 
#maincol {
	float: left;
	display:inline;
	position: relative;
	width:590px;
	margin-top:10px;
	margin-left:-6px;
}
#maincol2 {
	float: left;
	display:inline;
	position: relative;
	width:775px;
	margin-top:10px;
}

#maincol3 {
	float: left;
	display:inline;
	position: relative;
	width:750px;
}

#bottom {
	margin-top:5px;
	background: url(../../../img_v5/bottom/bg_bottom2.gif) no-repeat;
	width:970px;
	height:230px;
}
  
#footer {
	clear:both;
	width:970px;
	/*margin-left:15px;
	margin-right:15px;*/
	margin-top:20px;
	padding-bottom:20px;
	text-align:center;
	/*background:#F1F1F1 url(../../img_v5/bottom/bg_bottom.gif) repeat-x;*/
} 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE-mac */  


/*printer styles*/
@media print { 
	/*hide the left column when printing*/ 
	#leftcol{display:none;} 
	
	/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

