
#globalRecettes {
	height:630px;
	width:680px;
	position:relative;
	top:0px;
	left:10px;
}
	#guideRecettesHeader {
		height:350px;
		width:680px;
		position:relative;
		top:50px;
		left:0px;
	}
	
		 #titleGuideRecettes {
			height:35px;
			line-height:35px;
			width:680px;
			position:absolute;
			top:-25px;
			left:0px;
			color:#222222;
			font-weight:bold;
		 }
		 
		#contentGuideBackground {
		 	height:330px;
			width:680px;
			position:absolute;
			top:10px;
			left:0px;
			background:url(../images/decoupage/background_insert_resto.png);
		 }
		 
		 	#contentActu {
				height:330px;
				width:380px;
				position:absolute;
				top:0px;
				left:0px;
			}
			
				#contenerActu {
					height:250px;
					width:350px;
					margin-top:10px;
				}
				
				#paginationContent {
					height:30px;
					width:350px;
					margin-top:20px;
				}
				
			#searchRecettes {
				height:330px;
				width:300px;
				position:absolute;
				left:380px;
				top:0px;
			}
			
				#FindRecettes {
					height:40px;
					line-height:40px;
					font-weight:bold;
					font-family:Arial Black;
					font-size:18px;
				}
					
				#typeRestaurant, #keywordsRecettes, #difficulteNiveau, #coutMoyen {
					height:50px;
					line-height:25px;
				}
				
				#keyWords {
					height:70px;
					line-height:25px;
				}
				
				#goSearch {
					height:25px;
					line-height:25px;
					font-weight:bold;
					font-family:Arial Black;
					font-size:18px;
					margin-top:10px;
				}
				
					#goSearch #submit{
						font-weight:bold;
						font-family:Arial Black;
						font-size:18px;
						background:transparent;
						border:0px;
						cursor:pointer;
					}		
					
		#accessRecettes {
			height:30px;
			line-height:30px;
			width:250px;
			position:absolute;
			top:340px;
			left:430px;
			text-align:center;
			color:#e6e6d8;
		}
		
		
	#recettesView {
		height:160px;
		left:0;
		margin-top:10px;
		position:relative;
		top:70px;
		width:680px;
	}	
	
		#recettesView ul li{
			list-style-type:square;
			list-style-position:outside;
			list-style-image:none;
		}
		
	
	#recettesView .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;
			}
			
		
		#Pagination a {
			height:20px;
			line-height:20px;
			width:20px;
		}	
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
		
