function popuplegales(){

	//** Windoo informations legales
	new Windoo({
		width: 440,
		height: 500,
		title: 'Informations L&#xE9;gales',
		type: 'iframe',
		shadow: false,
		container: false,
		buttons: {menu: true},
		ghost: {resize: true, move: true},
		url: '/informations/legales'
	}).show();
}
