// JavaScript Document
$(document).ready(function () { 
	$(".tags").corner("bottom 15px");
	
	$(".Inp").click(function(){
		$(this).val("");
	 });

	$(".incBloc").corner("8px");



});

