// JavaScript Document
//$(".enfant").each(function(){$(this).children().remove().prependTo($(this).parent());$(this).remove();});
//$(".enfant").each(function(){$(this).remove()});
//$(".focus_diaporama").each(function(){$(this).children().remove().prependTo($(this).parent());});
//$(".gauche img").attr({width:'260', heigth:'180'});
$(document).ready(function() {

var mere = $("div.gauche");
var enfant = $("div.focus_diaporama");

/*$("div.focus_diaporama").each(function(i,item){
									   console.debug($(this).text().length);});

/*$(enfant).each(function(){$(this).find("img").prependTo($(this));});
$(enfant).find("p").remove();
$(mere).each(function(){$(this).children("img").remove()});
$(".focus_diaporama img").attr({width:'260', height:'180'});
$(enfant).each(function(){$(this).children("img").prependTo($(this).parent());});*/

});
