$(document).ready(function() {
$('.mon_compte li input').click(function(){
if($(this).attr('value')=='Adresse e-mail'||$(this).attr('value')=='000000'){
$(this).attr('value','');
}
return true;							 
});
});

