#fondindex {
	background: url(fondindex.png) no-repeat;
	width:800px;
	height:60px;
		
}

#fonda{
	background: #d7d7b6 url(fonda.png) no-repeat;
	width:600px;
	height:600px;
		
}

#barrea{
	background: #000000 url(barrea.png) repeat-x;
	width:1px;
	height:1px;
		
}

#barreb{
	background: #000000 url(barreb.png) no-repeat;
	width:50px;
	height:600px;
		
}

#fond {
	background: url(fond.png) no-repeat;
	width:800px;
	height:200px;
		
}

#fond1 {
	background: url(fond1.png) no-repeat;
	width:800px;
	height:200px;
		
}


#barre1 {
	background: url(barre1.png) no-repeat;
	width:800px;
	height:50px;
		
}




	#menu{background: url(barre.png) no-repeat;
		width:800px;
		height:50px;

		margin:0px;
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li{
				list-style:none;
				display:inline;
				margin:0 10px;
			}
				#menu li a{
					color:#d7d3d3;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					
					text-decoration:none;
					padding:0 10px;
					background:url(menu_025_h.jpg) no-repeat left center;			
				}
					#menu li a:hover{
						color:#ffffff;
						background:url(menu_025_c.jpg) no-repeat left center;
					}
				#menu li a.current{
					background:url(menu_025_c.jpg) no-repeat left center;	
					color:#ffffff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:42px;
					text-decoration:none;
					padding:0 20px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}
