function mentions(){
	newwin = window.open('/mentions.html','','top=0,left=0,location=no,toolbar=no,directories=no,menubar=no,resizable=yes,scrollbars=no,status=no,width=100,height=100');
	newwin.focus();

}

function footer(){ 
 	var footer = "copyright © 2007";
	var footer2 = "© 2007 | <a href='javascript:void(0);' onclick='#'>mentions</a>"; <!-- onclick='mentions();' --> 
  document.write(footer); 
}

function adapte_deborde() {
  var tmp = document.getElementById('img_deborde');
  var header = document.getElementById('header');
  tmp.style.left = header.offsetLeft + 240 +'px';
}

