/* navigation : contient les 3 liens de la navigation principale */

#navigation{
	position:absolute;
	top:502px;
	width:1024px;
	height:120px;
	background:url('../images_interface/navigation_bg_2.png') center center no-repeat;
	/*background-color:#FFFEAB;*/
}

ul#liensNavigation{
	
}


ul#liensNavigation li{
	display:inline;
	float:left;
}

#pizza, #boisson, #commandes{
  text-decoration:none;
  display:block;
  height:120px;
  /*opacity:0.5;
  filter:alpha(opacity=50);*/
}

#pizza{
  background:url('../images_interface/pizzas.png') center center no-repeat #ff0000;
  width:255px;
}

#boisson{
  background:url('../images_interface/boissons.png') center center no-repeat #ff0000;
  width:257px;
}

#commandes{
  background:url('../images_interface/commander_en_ligne.png') center center no-repeat #ff0000;
  width:511px;
}

#pizza:hover, #boisson:hover, #commandes:hover{
  background-color:transparent;
  /*opacity:1;
  filter:alpha(opacity=100);*/
}
/* fin navigation : contient les 3 liens de la navigation principale */