<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    
   	
    
    
        <title>Café del Gallery | Paseo de Gracia | Restaurant avec Terrasse Barcelone</title>
    
        <!-- METATAGS -->
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    
        <meta name="robots" content="all" />
        <meta name="revisit-after" content="7 days" />
        <meta http-equiv="expires" content="0" />
        <meta http-equiv="cache-control" content="public" />
        <meta http-equiv="pragma" content="no-cache" /> 
        
        <meta http-equiv="content-language" content="fr" />
        <meta name="title" content="Café del Gallery | Paseo de Gracia | Restaurant avec Terrasse Barcelone" />
        <meta name="description" content="Le Café del Gallery est un restaurant situé au cœur de Barcelone, en particulier au quartier de l'Eixample, à seulement quelques pas des rues Paseo de Gracia et Rambla Catalunya et il se caractérise par son atmosphère agréable, mélangée avec une décoration moderne et minimaliste." />
        <meta name="author" content="Cafe del Gallery" />
        <meta name="date" content="2012-06-06T09:00:00+00:00" />
        <meta name="identifier-url" content="http://www.cafedegallery.com/" />
        <meta name="keywords" lang="fr" content="cafe barcelone, cafe a barcelone, cafe barcelone passeig de gracia, paseo de gracia cafe, cafe barcelone centre ville, cafe luxe barcelone, cafe pres plaza Catalunya" />
        
        <meta property="og:title" content="Cafe del Gallery, Barcelone - Cafe au centre de Barcelone" /> 
        <meta property="og:description" content="Le Café del Gallery est un restaurant situé au cœur de Barcelone, en particulier au quartier de l'Eixample, à seulement quelques pas des rues Paseo de Gracia et Rambla Catalunya et il se caractérise par son atmosphère agréable, mélangée avec une décoration moderne et minimaliste." /> 
    
    
    
    <link rel="stylesheet" type="text/css" href="/includes/css/style.css"/>
    
    <!-- EMPIEZA - CSS PARA IPHONE Y MOVILES-->
	<style type="text/css">
	@media only screen and (max-device-width: 480px) {
	body {-webkit-text-size-adjust: none;}
	}
	</style>
	<!-- ACABA - CSS PARA IPHONE Y MOVILES-->
    
    <link rel="shortcut icon" href="http://www.galleryhotel.com/img/favicon.ico" />
    
    <!-- JQUERY -->
<script type="text/javascript" language="javascript" src="/includes/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" language="javascript" src="/includes/js/jquery-ui-1.8.18.custom.min.js"></script>

<script type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$("#newsletterBtn").click(function(){
			$('#newsletterForm').show();
		});
	});
/* ]]> */
</script>


<!-- ACCORDION -->
<script type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$( "#accordion" ).accordion();
	});
/* ]]> */
</script>

<!-- BEGIN MENU INDEX JS -->
<script type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function() {
	
		//variables (movimiento + zoom 120%)
		var move = -15;
		var zoom = 1.2;
	
		//start (item little)
		$('.item').hover(function() {
			
			//Set the width and height according to the zoom percentage
			width = $('.item').width() * zoom;
			height = $('.item').height() * zoom;
			
			//Move-zoom image
			//$(this).find('.pic').stop(false,true).animate({'width':width, 'height':height, 'top':move, 'left':move}, {duration:200});
			
			//Display caption
			$(this).find('.caption').stop(false,true).fadeIn(200);
		},
		function() {
			//Reset image
			//$(this).find('.pic').stop(false,true).animate({'width':$('.item').width(), 'height':$('.item').height(), 'top':'0', 'left':'0'}, {duration:100});	
	
			//Hide caption
			$(this).find('.caption').stop(false,true).fadeOut(200);
		});
		
		//start (item big)
		$('.item2').hover(function() {
			
			//Set the width and height according to the zoom percentage
			width = $('.item2').width() * zoom;
			height = $('.item2').height() * zoom;
			
			//Move-zoom image
			//$(this).find('.pic').stop(false,true).animate({'width':width, 'height':height, 'top':move, 'left':move}, {duration:200});
			
			//Display caption
			$(this).find('.caption').stop(false,true).fadeIn(200);
		},
		function() {
			//Reset image
			//$(this).find('.pic').stop(false,true).animate({'width':$('.item2').width(), 'height':$('.item2').height(), 'top':'0', 'left':'0'}, {duration:100});	
	
			//Hide caption
			$(this).find('.caption').stop(false,true).fadeOut(200);
		});
		
		
		
		// NEW VERSION //
		
		//start (item big)
		$('.item_big').hover(function() {

			//Display caption
			$(this).find('.caption_big_bg').stop(false,true).fadeIn(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_big_bg').stop(false,true).fadeOut(200);
			
		});
		
		//start (item little)
		$('.item_little').hover(function() {

			//Display caption
			$(this).find('.caption_little_bg').stop(false,true).fadeIn(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_little_bg').stop(false,true).fadeOut(200);
			
		});
		
		//start (item big)
		$('.item_vertical').hover(function() {

			//Display caption
			$(this).find('.caption_vertical_bg').stop(false,true).fadeIn(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_vertical_bg').stop(false,true).fadeOut(200);
			
		});
		
		//start (item middle)
		$('.item_middle').hover(function() {

			//Display caption
			$(this).find('.caption_middle_bg').stop(false,true).fadeIn(200);
			
		},
		function() {

			//Hide caption
			$(this).find('.caption_middle_bg').stop(false,true).fadeOut(200);
			
		});
	
	});
/* ]]> */
</script>
<!-- FINISH MENU INDEX JS -->


<!-- CYCLE -->
<script type="text/javascript">
/* <![CDATA[ */
$(document).ready(function() {	
    $('#slideNews').cycle({ 
        fx:     	'scrollUp',
		slideExpr: 	'li',
        speed:   	500, 
        timeout: 	0, 
        pager:  	'#pagerNews', 
		next:   	'#next_new',
        prev:   	'#prev_new'
    }); 
	$('#slidePicts').cycle({ 
        fx:     	'scrollLeft',
		slideExpr: 	'li',
        speed:   	500, 
        timeout: 	0, 
        pager:  	'#pagerPicts', 
		next:   	'#next_pict',
        prev:   	'#prev_pict'
    }); 
});
/* ]]> */
</script>

<!-- SUBMIT FORM -->
<script type="text/javascript">
/* <![CDATA[ */
function SubmitForm(ProcessURL, FormElements, DivResult){
    var QueryString = "";
    for(var i=0;i<(FormElements.length);i++)
    {
        QueryString += FormElements[i].name + "=" + escape(FormElements[i].value) + "&";
    } 
    
    jQuery.post(ProcessURL, QueryString, function(theResponse){
        jQuery(DivResult).html(theResponse);
    }); 
    
    return false;
}
/* ]]> */
</script>
	
<!-- BEGIN COLORBOX -->
<script type="text/javascript">
/* <![CDATA[ */
	$(document).ready(function(){
		$("a[rel='events']").colorbox({transition:"fade", iframe: "true", rel:"nofollow", width:"620px", height:"780px", opacity: "0.75"});
		$("a[rel='contacto']").colorbox({transition:"fade", iframe: "true", rel:"nofollow", width:"950px", height:"500px"});
		$("a[rel='colorbox']").colorbox({transition:"fade", iframe: "true", rel:"nofollow", width:"950px", height:"410px"});
		$("a[rel='galeria']").colorbox({transition:"fade", rel:"galeria", opacity: "0.7"});
	});
/* ]]> */
</script>
<!-- FINISH COLORBOX -->


<script type="text/javascript">
 
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-30987731-1']);
  _gaq.push(['_trackPageview']);
 
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();
 
</script>

    
</head>

<body>
	
    


<!-- BEGIN CONTENT -->

<div id="wrapper_home">

	<div class="header">
    	
        	<a href="/fr" title="Café del Gallery | Home"><img alt="Café del Gallery" src="/img/elcafedelgallery.png"></a>
        
    </div>
	
	<div id="menu">
		<div class="item">
			<a href="/fr/notre-cuisine">
                <img src="/img/elcafedelgallery_pic01.jpg" alt="Cuisine Méditerranéenne" title="Cuisine Méditerranéenne" width="145" height="145" class="pic"/>
                <div class="caption">
                    Notre<br />cuisine<br><img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery"/>
                </div>
			</a>
		</div>
		
		<div class="item2">
			<a href="/fr/reservez-votre-table">
			<img src="/img/elcafedelgallery_pic02.jpg" alt="Restaurant situé au c?ur de Barcelone" title="Restaurant situé au c?ur de Barcelone" width="295" height="145" class="pic"/>
			<div class="caption">
				Reservez<br />votre table<img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery" style="margin-left: 10px;"/>
			</div>
			</a>
		</div>
		
		<div class="clear"></div>
		
		<div class="item2">
			<a href="/fr/activites">
			<img src="/img/elcafedelgallery_pic07.jpg" alt="Cocktails au coeur de Barcelone" title="Cocktails au coeur de Barcelone" width="295" height="145" class="pic"/>
			<div class="caption">
				Activites<img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery" style="margin-left: 10px;"/>
			</div>
			</a>
		</div>
		
		<div class="item">
			<a href="/fr/contact">
			<img src="/img/elcafedelgallery_pic03.jpg" alt="Bar de rencontre Paseo de Gracia" title="Bar de rencontre Paseo de Gracia" width="145" height="145" class="pic"/>
			<div class="caption">
				Contact<br><img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery"/>
			</div>
			</a>
		</div>
		
		<div class="clear"></div>
		
		<div class="item">
			<a href="/fr/equipe">
			<img src="/img/elcafedelgallery_pic04.jpg" alt="Café au centre" title="Café au centre" width="145" height="145" class="pic"/>
			<div class="caption">
				Equipe<br><img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery"/>
			</div>
			</a>
		</div>
		
		<div class="item2">
			<a href="/fr/evenements">
			<img src="/img/elcafedelgallery_pic05.jpg" alt="Événement à l'air libre Barcelona" title="Événement à l'air libre Barcelona" width="295" height="145" class="pic"/>
			<div class="caption">
				Evenements<img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery" style="margin-left: 10px;"/>
			</div>
			</a>
		</div>
		
		<div class="clear"></div>
		
		<div class="item2">
			<a href="/fr/espaces">
			<img src="/img/elcafedelgallery_pic06.jpg" alt="Restaurant avec terrace Barcelone" title="Restaurant avec terrace Barcelone" width="295" height="145" class="pic"/>
			<div class="caption">
				Espaces <img src="/img/elcafedelgallery_flecha.png" alt="El Café del Gallery" style="margin-left: 10px;"/>
			</div>
			</a>
		</div>
		
		<div class="address">
			<div class="facebook">
			<a href="https://www.facebook.com/galleryhotelbcn" target="_blank"><img src="/img/elcafedelgallery_facebook.png" alt="FACEBOOK -  EL CAFÉ DEL GALLERY" title="FACEBOOK -  EL CAFÉ DEL GALLERY" width="25px"/></a>
			</div>
		
			<p>Rosselló 249<br>08008 Barcelona<br>93 415 88 94<br><a href="/fr/contact" style="float:left;"><img src="/img/elcafedelgallery_email.png" alt="EMAIL EL CAFÉ DEL GALLERY" title="info@cafedelgallery.com --> Send us an E-mail!" width="15px"/></a><a href="/fr/contact" style="float:left; padding-left:5px">Contact</a></p>
			<!--
			<a href="/ca">CATALÀ</a><br>
			-->
			<br>
            <a href="/">ESPAÑOL</a><br>
            <a href="/en">ENGLISH</a><br>
            <a href="/fr">FRANÇAIS</a>
		</div>
		
		<div class="clear"></div>
	</div>
	
<!-- FINISH CONTENT -->

	<!-- BEGIN FOOTER -->
	<div id="footer">        
		
        	<div class="legal_foot"><a onclick="Javascript: $('#MoreInfo').show();">Plus d'information</a></div>
        	<div><a href="http://www.galleryhotel.com" target="_blank" style="color:#FFF;" title="Gallery Hotel Barcelona">Gallery Hotel</a></div> 
			<div id="MoreInfo" style="display:none; clear:both; font-size: 12px; padding: 20px 0;">
            	
                    <p style="border-top:solid 1px #FFF;"><br />Le Café del Gallery est un restaurant situé au cœur de Barcelone, en particulier au quartier de l'Eixample, à seulement quelques pas des rues Paseo de Gracia et Rambla Catalunya et il se caractérise par son atmosphère agréable, mélangée avec une décoration moderne et minimaliste. La terrasse de notre restaurant de Barcelone (centre), se trouve à l'entrée des Jardins du Palau Robert et c'est un espace parfait pour s'évader du brouhaha de la ville en pouvant déguster une élaborée carte basée sur la cuisine méditerranée, ainsi que nos suggestions de la saison, inclues dans le menu journalier avec des prix très attractifs.<br />
Le Café del Gallery, spécialisé dans la cuisine méditerranée, offre une soigneuse sélection de propositions pour s'adapter à tous les besoins, tels qu'un menu express, rapide et élaboré, ainsi que d'autres options plus complètes dans le menu de la semaine ou une délicieuse carte pensée pour partager des plats avec plein de suggestions. L'offre du restaurant est élargie avec le service Take Away, qui consiste dans des petits-déjeuners et déjeuners à emporter</p>
                
                
            </div>
		
	</div>
	<!-- FINISH FOOTER -->
		
</div>



</body>


</html>