$(document).ready(function(){
	textH2 = $('.editorial_block h2').remove();
	$('#editorial_block_center').prepend(textH2);
	
	headDiv = $('#header_user_info').remove();
	$('#header_right').append(headDiv);
	
	cartText = $('#header_user #shopping_cart a').html().replace(' :', '');
	$('#header_user #shopping_cart a').html(cartText);
	
	$('#viewed-products_block_left .block_content').append('<div class="clear"></div>');
	$('#viewed-products_block_right .block_content').append('<div class="clear"></div>');
	largeurEdito = $('#editorial_block_center img').width();
	
	$('#editorial_block_center a:first, #categoryImage').wrap('<div align="center" />');
	$('.ajax_block_product').removeClass('last_item_of_line');
	$('.ajax_block_product').each(function(i){
		$(this).children('a.product_image').after($(this).children('p.product_desc'));
		if(((i+1)%3)==0)
			$(this).attr('style', 'margin-right:0; border-right:0;');
	});
	//$('#center_column .products_block ul li:last').attr('style', 'border-bottom:0;border-right:0;').prev().attr('style', 'border-bottom:0;border-left:0;');
	$('#header_right #search_block_top input.button').attr('value', 'OK');
	$('#editorial_block_center a img').parent().wrap('<div align="center" />');
	$('#left_column div.block, #right_column div.block').wrapInner('<div class="lisere" />');
});
