
#globalRestaurant {
	height:750px;
	width:680px;
	position:relative;
	top:0px;
	left:10px;
}
	#globalRestaurant #guideRestaurantHeader {
		height:350px;
		width:680px;
		position:relative;
		top:50px;
		left:0px;
	}
	
		 #globalRestaurant #guideRestaurantHeader #titleGuideRestaurant {
			height:35px;
			line-height:35px;
			width:680px;
			position:absolute;
			top:-25px;
			left:0px;
			color:#222222;
			font-weight:bold;
		 }
		 
		 #globalRestaurant #guideRestaurantHeader #contentGuideBackground {
		 	height:330px;
			width:680px;
			position:absolute;
			top:10px;
			left:0px;
			background:url(../images/decoupage/images/guide_restaurant_background.png);
		 }
		 
		 	#globalRestaurant #guideRestaurantHeader #contentGuideBackground #moviePresent {
				height:330px;
				width:380px;
				position:absolute;
				top:0px;
				left:0px;
			}
			
			#globalRestaurant #guideRestaurantHeader #contentGuideBackground #searchRestaurant {
				height:330px;
				width:300px;
				position:absolute;
				left:380px;
				top:0px;
			}
				#globalRestaurant #guideRestaurantHeader #contentGuideBackground #searchRestaurant #FindRestaurant {
					height:40px;
					line-height:40px;
					font-weight:bold;
					font-family:Arial Black;
					font-size:18px;
				}
				
				#globalRestaurant #guideRestaurantHeader #contentGuideBackground #searchRestaurant #villeRestaurant {
					height:70px;
					line-height:25px;
				}
					#villeRestaurant .styleInput{
						height:25px; 
						width:180px; 
						font-size:16px; 
						font-family:arial black; 
						line-height:25px;
					}
					
				#globalRestaurant #guideRestaurantHeader #contentGuideBackground #searchRestaurant #typeRestaurant {
					height:50px;
					line-height:25px;
				}
				
				#globalRestaurant #guideRestaurantHeader #contentGuideBackground #searchRestaurant #keyWords {
					height:70px;
					line-height:25px;
				}
				
				#globalRestaurant #guideRestaurantHeader #contentGuideBackground #searchRestaurant #goSearch {
					height:25px;
					line-height:25px;
					font-weight:bold;
					font-family:Arial Black;
					font-size:18px;
				}
				
					#goSearch #submit{
						font-weight:bold;
						font-family:Arial Black;
						font-size:18px;
						background:transparent;
						border:0px;
						cursor:pointer;
					}		
					
		#accessRestaurant {
			height:30px;
			line-height:30px;
			width:250px;
			position:absolute;
			top:340px;
			left:430px;
			text-align:center;
			color:#e6e6d8;
		}
		
		
	#restaurantView {
		height:250px;
		width:680px;
		position:relative;
		top:100px;
		left:0px;
	}	
	
	#restaurantView .itemRestaurant {
		height:249px;
		width:200px;
		position:absolute;
		top:0px;
		left:20px;
		background-color:#68685D;
	}
		
		.titleRestaurant {
			height:25px;
			line-height:25px;
			border-bottom:1px solid #000000;
			background-color:#e6e6d8;
			width:200px;
			position:absolute;
			top:0px;
			left:0px;
			z-index:1;
			font-size:16px;
		}
		
			.noteRestaurant {
				background:transparent url(../images/decoupage/restaurant_mobile_notation.png) no-repeat scroll 0 0;
				height:20px;
				right:0%;
				position:absolute;
				top:26px;
				width:97px;
				z-index:10;
			}
				.noteRestaurant label{
					background-image:url(../images/decoupage/restaurant_notation.png);
					display:block;
					height:16px;
					left:17px;
					position:relative;
					width:80px;
				}
			.pictureRestaurant {
				height:100px;
				width:180px;
				position:absolute;
				top:55px;
				left:10px;
				background-color:#000000;
				text-align:center;
			}
			
			.adresseRestaurant {
				height:70px;
				width:180px;
				line-height:20px;
				position:absolute;
				top:155px;
				left:10px;
				background-color:#e6e6d8;
				font-size:11px;
			}
			
			.footerRestaurant {
				height:24px;
				line-height:25px;
				width:200px;
				position:absolute;
				top:225px;
				left:0px;
				/*background:url(../images/decoupage/footer_itemRestaurant.gif) no-repeat;*/
				text-align:center;
			}

		
