/*survol famille dans ss menu*/
function borderIn(id){
			$("#bt"+id).css({"border":"solid 2px #4e484a"});
			/*$("#bt"+id).css({"height":"+=10","width":"+=6"});
			$("#bt"+id+" div").css({"height":"+=10","width":"+=6"});
			$("#bt"+id+" img").css({"height":"+=10"});*/
		}
function borderOut(id){
			$("#bt"+id).css({"border":"solid 2px #b8b9bb"});
			/*$("#bt"+id).css({"height":"-=10","width":"-=6"});
			$("#bt"+id+" div").css({"height":"-=10","width":"-=6"});
			$("#bt"+id+" img").css({"height":"-=10"});*/
		}
	
	
/*survol famille dans page produits*/
function borderIn2(id){
			$("#2bt"+id).css({"border":"solid 2px #4e484a"});
			/*$("#bt"+id).css({"height":"+=10","width":"+=6"});
			$("#bt"+id+" div").css({"height":"+=10","width":"+=6"});
			$("#bt"+id+" img").css({"height":"+=10"});*/
		}
		
function borderOut2(id){
			$("#2bt"+id).css({"border":"solid 2px #b8b9bb"});
			/*$("#bt"+id).css({"height":"-=10","width":"-=6"});
			$("#bt"+id+" div").css({"height":"-=10","width":"-=6"});
			$("#bt"+id+" img").css({"height":"-=10"});*/
		}


/*survol ss_famille dans page produits*/
function borderIn3(id){
			$("#sfam"+id).css({"border":"solid 2px #4e484a"});
			/*$("#bt"+id).css({"height":"+=10","width":"+=6"});
			$("#bt"+id+" div").css({"height":"+=10","width":"+=6"});
			$("#bt"+id+" img").css({"height":"+=10"});*/
		}
		
function borderOut3(id){
			$("#sfam"+id).css({"border":"solid 2px #f3f3f3"});
			/*$("#bt"+id).css({"height":"-=10","width":"-=6"});
			$("#bt"+id+" div").css({"height":"-=10","width":"-=6"});
			$("#bt"+id+" img").css({"height":"-=10"});*/
		}
		
/*afficher le ss menu	*/	
function montre_produit() {
			$("#ss_menu_produits").slideToggle(300);
			//$("#ss_menu_produits").fadeIn(150);
		}
/*bouton fermer le ss menu*/
function cache_produit() {
			$("#ss_menu_produits").fadeOut(150);
		}

/*lien des menus*/
function goTo(page,target){
			if(target!=""){
				window.open(page);
			}
			else{
				window.location.href='http://www.cecpiscine.com/'+page+'.html';
			}
		}
		
		
function goToProduit(page){
			window.location.href='http://www.cecpiscine.com/'+page+'.htm';
		}		
