function hauteur_fenetre() {
	var hauteur_page=document.body.clientHeight;
	return hauteur_page;
}

function centrer(largeur, ecart) {
	return (((document.body.clientWidth-largeur)/2)+ecart);
}
document.write("<style>\n");
document.write("body {\n");
document.write("font-family: Arial, Helvetica, sans-serif;");
document.write("font-size: 15px;");
document.write("margin: 0px;");
document.write("padding: 0px;");
document.write("background-color: #79388a;");
document.write("background-image: url('img/background_boules.jpg');");
document.write("background-repeat: repeat-x;");
document.write("background-attachment: fixed;");
document.write("background-position: bottom left;");
document.write("color: #35566e;");
document.write("}\n");



document.write("#main {");
document.write("position: absolute;");
document.write("top: 0px;");
document.write("left: "+centrer(900,0)+"px;");
document.write("width: 900px;");
document.write("height: 100%;");
document.write("}");


document.write(".rub_produits{"); 
	document.write("position:absolute; top:7;");
	document.write("left:0;");
	document.write("width:482;");
	document.write("height:"+(hauteur_fenetre()-370)+";");
	document.write("overflow:auto;");
	document.write("overflow-y:auto;");
	document.write("overflow-x:hidden;");
	document.write("scrollbar-arrow-color: #000000;");
	document.write("scrollbar-3dlight-color: #60afcc;");
	document.write("scrollbar-darkshadow-color: #1a8fba;");
	document.write("scrollbar-highlight-color: #1a8fba;");
	document.write("scrollbar-shadow-color: #1a8fba;");
	document.write("scrollbar-face-color: #60afcc;");
	document.write("scrollbar-track-color: #60afcc;");
	document.write("}");


document.write("#bt_accueil_actu {");
	document.write("position: absolute;");
	document.write("top: 530px;");
	document.write("left: "+centrer(900,-50)+"px;");
document.write("}");

document.write("#bt_accueil_bowl {");
	document.write("position: absolute;");
	document.write("top: 530px;");
	document.write("left: "+centrer(900,75)+"px;");
document.write("}");

document.write("#bt_accueil_resto {");
	document.write("position: absolute;");
	document.write("top: 530px;");
	document.write("left: "+centrer(900,200)+"px;");
document.write("}");

document.write("#bt_accueil_laser {");
	document.write("position: absolute;");
	document.write("top: 530px;");
	document.write("left: "+centrer(900,340)+"px;");
document.write("}");

document.write("#bt_accueil_billards {");
	document.write("position: absolute;");
	document.write("top: 530px;");
	document.write("left: "+centrer(900,470)+"px;");
document.write("}");

document.write("#bt_accueil_seminaires {");
	document.write("position: absolute;");
	document.write("top: 530px;");
	document.write("left: "+centrer(900,600)+"px;");
document.write("}");

document.write("#bt_accueil_anniversaires {");
	document.write("position: absolute;");
	document.write("top: 530px;");
	document.write("left: "+centrer(900,740)+"px;");
document.write("}");

document.write("#bt_accueil_contact {");
	document.write("position: absolute;");
	document.write("top: 530px;");
	document.write("left: "+centrer(900,890)+"px;");
document.write("}");


document.write("</style>");











window.onresize=function(){
	window.onresize=null;
	document.location=document.location;
}

