/*********************************************
**********************************************   LAYOUT DU SITE
*********************************************/
	#global {
		width:990px; min-height:100%; _height:100%;
		position:absolute; left:50%; margin-left:-495px; /*top:0;*/
	
		background:#000;
	}
	
	#header {
		width:990px; height:164px; position:relative;
		background:url(../../images/bg/header.jpg) 0 0 #000 no-repeat;
	}
	#header-pub { position:absolute; right:30px; top:50px; }
	
	#infoShipping {
		width:190px; 
		margin:0; padding:5px;
		position:absolute; top:46px; left:280px;line-height:18px;
		color:#b9cf00;
		font-size:11px; font-weight:bold;
		text-align:center; z-index:10;
		background:#111; border:1px solid #000;
	}
	/*#infoShipping .inner {
		position:absolute; top:0; left:0;
		width:100%; height:100%; 
		background:#111; border:1px dashed #b9cf00;
		-moz-opacity:0.40; z-index:9;
	}*/
	#infoPayment {
		width:466px; 
		margin:0; padding:3px 0; text-align:center;
		position:absolute; top:22px; left:492px;line-height:18px;
		color:#b9cf00;
		font-size:11px; font-weight:bold;
		text-align:center; z-index:10;border:1px dashed #000;
		background:#111; border:1px solid #000;
	}
	/*#infoPayment .inner {
		position:absolute; top:0; left:0;
		width:100%; height:100%; 
		background:#111; border:0px dashed #b9cf00;
		-moz-opacity:0.40; z-index:9;
	}*/
	
	#boxes {
		background:transparent;
		float:left; width:220px;
		margin:5px 0 10px 0; padding:0 5px;
	}

	#content {
		border:0px solid red; float:left;
		width:650px; 
		margin-left:5px;
		padding-left:0px;
	}


