function choisis(n)
{
	document.getElementById("apercu"+style_id).style.borderColor="white";
	if ( n=="" ) return;
	var s=document.getElementById("apercu"+n).style;
	style_id=n;
	s.borderColor="#101BEA";
	s.borderStyle="solid";
	s.borderWidth="3px";
	document.forms["formulaire"].elements["id_skin"].value=n;
}
