function demarches_init(){
	$('#services li').click(function(){
		parent.document.location='http://www.lausanne.ch/view.asp?domid=' + $(this).attr('data-value'); 	
	});
}
