$(document).ready(function() {
	
	$(".bouton").wrapInner("<span/>").wrapInner("<span/>").wrapInner("<span/>");
	//$(".liens a").prepend("<span>&nbsp;</span>");
	
	$('input[name*="m_field_id_34"]').val('1').css("width","auto");
	$('input[name*="m_field_id_35"]').val('1').css("width","auto");;
	
	marker = $('<span />').insertBefore('input[name*="m_field_id_34"]');
$('input[name*="m_field_id_34"]').detach().attr('type', 'checkbox').insertAfter(marker);
marker.remove();

marker = $('<span />').insertBefore('input[name*="m_field_id_35"]');
$('input[name*="m_field_id_35"]').detach().attr('type', 'checkbox').insertAfter(marker);
marker.remove();

   
});

function none(){
	return false;
}
