var num_img;
num_img = Math.floor(Math.random() * 3)+1;

function write_css(num_img)
{
	document.write("<style type='text/css'>.photoAccueil {	background: url(interface/pict"+num_img+".jpg) no-repeat right top;}</style>");
															
}

write_css(num_img);
