function resetForm(){
	document.getElementById('ArtistePrenom').value = '';
	document.getElementById('ArtisteNom').value = '';
	document.getElementById('ArtisteCheveux').value = 'all';
	document.getElementById('ArtisteYeux').value = 'all';
	document.getElementById('ArtisteAge').value = '';
	document.getElementById('ArtistePoids').value = '';
	document.getElementById('ArtisteTaille').value = '';
	document.getElementById('ArtistePoidsUnitKg').checked = 'checked';	
	document.getElementById('ArtisteSexe').checked = 'checked';
	document.getElementById('ArtisteTailleUnitM').checked = 'checked';	
}

function submitForm(){
	document.forms[0].submit();
}

AudioPlayer.setup("/js/audio-player/player.swf", {  
	width: 290  
});  

window.onload = function(){
	$('.shadow').dropShadow({ left : 0, top : -5, blur : 0, opacity : 0.9});
	$('.nom-artiste').dropShadow({ left : 0, top : 1, blur : 0, opacity : 0.9, color : "white" });
	$('.sidebar h2').dropShadow({ left : 0, top : 1.2, blur : 0, opacity : 0.9, color : "white" });
	$('#title h2').dropShadow({ left : 0, top : 1.5, blur : 0, opacity : 0.9 });
}

