/*
function homevignette(elt,color) {
	var element = document.getElementById(elt.id).style['border'] = '1px solid #'+color;
}
*/
function hoverelt(elt,color) {
	var element = document.getElementById(elt.id).style['border'] = '1px solid #'+color;
}

function switchimage(fotoname) {
	document.getElementById('bigtof').src = 'images/biens/'+fotoname+'.jpg';
}

function verifFormVente() {
	var msg = '';
	var surfacehabit = document.getElementById('surfacehabit').value;
	
	//if (isNaN(surfacehabit)) msg += ''; 
	//return false;
	
}

window.onload = function() {
	
}