@charset "iso-8859-1";

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	width:100%;
}
#page, #conteneur, #wrapper{
	margin:auto;
	width:95%;
}
#contents{
	padding:0;
}
#leftbar, #rightbar, #banner, #footer, #accessibility, .breadcrumb, #signature{
	display:none;
} 
pre{
	overflow:visible;
}
.message_prepaid{
	display : none ;
}
.noprint{
	display : none ;
}

.address {
	width : 47% ;
	float : left ;
	padding : 1% ;
}
	.address + .address + * {
		clear : left ;
	}
	
	.text-r{
		text-align : right ;
	}
	
	#cart_detail table,#cart_detail th,#cart_detail td{
		border : 1px solid #000 ;
		border-collapse : collapse ;
	}
	#cart_detail td{
		background : #fff ;
		color : #000 ;
		padding : 2px ;
	}
	#selections_cart table, #cart_detail table{
		width : 95% ;
		margin : auto ;
	}
	
	#selections_cart table,#selections_cart th,#selections_cart td{
		border-color : #000 ;
	}
	#selections_cart td{
		background : #fff ;
		color : #000 ;
	}
	#selections_cart td a{
		color : #5E6B98 ;
		border-bottom : 1px dotted #5e6b98 ;
	}