$("#corp img").each(function () {
	align = $(this).attr("align");
	width = $(this).attr("width");
	height = $(this).attr("height");
	if(align=="right")
		{
		 $(this).css("margin-right","0");
		 $(this).css("padding-right","0");
		 }
	if(align=="left")
		{
		 $(this).css("margin-left","0");
		 $(this).css("padding-left","0");
		 }
	if(align=="")
		{
		$(this).css("margin-right","0");
		$(this).css("margin-left","0");
		$(this).css("padding-right","0");
		$(this).css("padding-left","0");
		}
	if(width<100 && height<100)
		$(this).css("border","none");
});

var ci = 0;
/*
$(".imageboutique").each(function () {
								   
	divH = $(this).find("div").height();
	imgH = $(this).find("img").height();
	/*
	if(ci<2)
		{
		ci++;
		alert(divH + ' / ' + imgH);
		}
		*/
		/*
	$(this).find("img").css("padding-top",((divH-imgH)/2)+"px");
	 });
*/

open_ext_link();

if(afficher_gmap)
	load();


$('.menun1').each(function(){ 
										   
										   
			largeur = $(this).width();
			$(this).css('width', largeur+"px");
			$(this).find("li.ombre").css('width', "15px");
														  
});
