/* 
Accueil
Décors marbres
Décors bois
Panoramiques
Contact
*/
 
#menu { 
position:absolute;
height: 30px; 
width: 830px;
padding: 0px 0px 0px 0px;
margin:-28px 0px 0px 0px;
/*margin-top:-28px;
margin-left:30px;*/
overflow: hidden; 
} 
  
#menu ul { 
padding: 0;
margin: 0;
} 
  
#menu li { 
float: left; 
list-style: none; 
height:70px;
}
  
#menu ul li a { 
text-indent: -500em; 
z-index: 10; 
display: block; 
float: left; 
height: 30px; 
position: relative; 
overflow: hidden; 
} 

#menu_1 a { 
width: 78px; 
background: url(../images/menu/accueil.png) no-repeat center;
} 
  
#menu_2 a { 
width: 98px; 
background: url(../images/menu/bois.png) no-repeat center; 
} 
  
#menu_3 a { 
width: 129px; 
background: url(../images/menu/marbres.png) no-repeat center; 
} 
  
#menu_4 a { 
width: 116px; 
background: url(../images/menu/trompe.png) no-repeat center; 
} 

#menu_5 a { 
width: 119px; 
background: url(../images/menu/autres.png) no-repeat center; 
} 
  
#menu_6 a { 
width: 70px; 
background: url(../images/menu/contact.png) no-repeat center; 
} 

#menu_7 a { 
width: 129px; 
background: url(../images/menu/batiment.png) no-repeat center; 
}

#menu li.background { 
background: url(../images/menu/menu_bg_right.gif) no-repeat top right; 
z-index: 8; 
position: absolute; 
visibility: hidden; 
} 
  
#menu .background .left { 
background: url(../images/menu/menu_bg.gif) no-repeat top left;
height: 45px; 
margin-right: 9px; /* 7px is the width of the rounded shape */ 
} 

