<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title><?php echo  $title ; ?></title>
	<meta name="viewport" content="initial-scale=1" />
	<?php /* <meta name="viewport" content="width=device-width" /> */ ?>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<meta name="author" content="" />
	<meta name="description" content="<?=$description;?>" />
	<meta name="keywords" content="" />
	<meta property="og:site_name" content="" /> 
	<meta property="og:title" content="<?=$title;?>" />
	<meta property="og:url" content="" /> 
	<meta property="og:language" content="<?php echo Config::get('application.language'); ?>" />
	<meta property="og:type" content="website" />
	<meta property="og:description" content="<?=$description;?>" />
	
    <link href="<?php echo  URL::to_asset('image/icone.ico'); ; ?>" rel="shortcut icon">
	<link rel="stylesheet" type="text/css" href="<?php echo  URL::to_asset('js/retina.js'); ; ?>"/>
	<?php /* <script src="http://code.jquery.com/jquery-latest.js"></script> */ ?>
	<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
	<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
	
	<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
	<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc1/js/bootstrap.min.js"></script>
	<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
	<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
	<link href="<?php echo  URL::to_asset('font/font.css'); ; ?>" rel='stylesheet' type='text/css'>
	<link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400italic' rel='stylesheet' type='text/css'>
	<link rel="stylesheet" type="text/css" href="<?php echo  URL::to_asset('css/style.css'); ; ?>"/>
	<!-- Slide -->
	<link rel="stylesheet" href="<?php echo  URL::to_asset('responsive-slider/responsiveslides.css'); ; ?>">
	<script src="<?php echo  URL::to_asset('responsive-slider/responsiveslides.js'); ; ?>"></script>
	<script>
	$(function () {
		$("#sliderParking").responsiveSlides({
			auto: true,
			pager: true,
			nav: true,
			speed: 500,
			namespace: "callbacks",
			prevText: "",
			nextText: "",
		});
		$('.callbacks_tabs > li > a').each(function(){
			$(this).empty();
		});
	});
	</script>
	
	<!-- Tooltip -->
	<script>
	$(function() {
		$('.tooltipType').tooltip();
	});
	</script>
	
	<!-- FancyBox -->
	<link rel="stylesheet" href="<?php echo  URL::to_asset('/fancybox/jquery.fancybox.css?v=2.1.4'); ; ?>" type="text/css" media="screen" />
	<script type="text/javascript" src="<?php echo  URL::to_asset('/fancybox/jquery.fancybox.pack.js?v=2.1.4'); ; ?>"></script>
	<script type="text/javascript">
		$(document).ready(function() {
			$(".fancybox").fancybox({
				prevEffect:'fade',
				nextEffect:'fade'
			});
			
			$(".fancybox_video").click(function() {
				$.fancybox({
					'padding'		: 0,
					'autoScale'		: false,
					'transitionIn'	: 'none',
					'transitionOut'	: 'none',
					'title'			: this.title,
					'width'			: 800,
					'height'		: 450,
					'href'			: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
					'type'			: 'swf',
					'swf'			: {
					'wmode'				: 'transparent',
					'allowfullscreen'	: 'true'
					}
				});
				return false;
			});
		});
	</script>
	<script src="<?php echo  URL::to_asset('js/flyoffpage.js'); ; ?>"></script>
	<script type="text/javascript" src="<?php echo  URL::to_asset('js/site.js'); ; ?>"></script>
</head>
<body>

<!-- HEADER -->
<div id="header">
	<div class="status hidden_tablette"></div>
	<a href="<?php echo  URL::to('/') ; ?>" class="logo" title="Parking Clothes"></a>
	<div class="wrapper">
		<?php /*
		<div class="statutL hidden_tablette"></div>
		<div class="statutR hidden_tablette"></div>
		*/ ?>
		<div class="topHead left">
			<div class="topL">
				<div class="lang left">
					<a href="<?php echo Session::get('path_fr'); ?>" <?php echo (Config::get('application.language')=='fr') ? 'class="active"' : '' ?>>FR</a>
					<a href="<?php echo Session::get('path_en'); ?>" <?php echo (Config::get('application.language')=='en') ? 'class="active"' : '' ?>>EN</a>
				</div>
				<div class="phone left hidden_mobile"><span class="hidden_tablette"><?php echo  __('site.header1') ; ?></span> <strong><a href="tel:+33800000000">0800 000 000</a></strong></div>
				<div class="clear"></div>
				<div class="slogan left hidden_tablette">"parking, l'esprit neo baroque"</div>
			</div>
			<div class="clear"></div>
			<div class="menu left menuB">
				<a href="<?php echo  URL::to('/') ; ?>" title="<?php echo __('site.accueil'); ?>" class="home"><i class="icon-home"></i></a>
				<a href="<?php echo  URL::to_action('home@categorie', array($categories[0]->id, GeneralFunctions::cleanstring($categories[0]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[0]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[0]->descLocale()->name) ; ?></a>
				<a href="<?php echo  URL::to_action('home@categorie', array($categories[1]->id, GeneralFunctions::cleanstring($categories[1]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[1]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[1]->descLocale()->name) ; ?></a>
				<a href="<?php echo  URL::to_action('home@categorie', array($categories[2]->id, GeneralFunctions::cleanstring($categories[2]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[2]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[2]->descLocale()->name) ; ?></a>
			</div>
		</div>
		<div class="topHead right">
			<div class="topR">
				<a href="<?php echo  URL::to_route('panier'); ; ?>" class="panierMobile show_mobile right"><i class="icon-shopping-cart"></i></a>
				<a href="<?php echo  URL::to_route('panier'); ; ?>" class="panier sprite right hidden_mobile">
					<i class="icon-shopping-cart"></i> <strong><?php echo  __('site.panier0') ; ?></strong><br />
					<span id="nb_articles"><?php echo count(Session::get('panier')); ?></span> <?php echo  __('site.panier2') ; ?>
				</a>
				<div class="search searchTop1 right">
					<input type="text" value="" name="" placeholder="<?php echo  __('site.header2') ; ?>" id="" class="ui-autocomplete-input left" autocomplete="off">
					<button type="submit" class="btn btn-success left" id=""><i class="icon-search"></i></button>
				</div>
			</div>
			<div class="clear"></div>
			<div class="menu right menuB">
				<a href="<?php echo  URL::to_action('home@categorie', array($categories[3]->id, GeneralFunctions::cleanstring($categories[3]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[3]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[3]->descLocale()->name) ; ?></a>
				<a href="<?php echo  URL::to_action('home@categorie', array($categories[4]->id, GeneralFunctions::cleanstring($categories[4]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[4]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[4]->descLocale()->name) ; ?></a>
				<a href="<?php echo  URL::to_action('home@categorie', array($categories[5]->id, GeneralFunctions::cleanstring($categories[5]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[5]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[5]->descLocale()->name) ; ?></a>
			</div>
		</div>
	</div>
	
	<div class="clear"></div>
	<div class="menu menuTablette show_tablette">
		<a href="<?php echo  URL::to('/') ; ?>" title="<?php echo __('site.accueil'); ?>" class="home"><i class="icon-home"></i></a>
		<a href="<?php echo  URL::to_action('home@categorie', array($categories[0]->id, GeneralFunctions::cleanstring($categories[0]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[0]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[0]->descLocale()->name) ; ?></a>
		<a href="<?php echo  URL::to_action('home@categorie', array($categories[1]->id, GeneralFunctions::cleanstring($categories[1]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[1]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[1]->descLocale()->name) ; ?></a>
		<a href="<?php echo  URL::to_action('home@categorie', array($categories[2]->id, GeneralFunctions::cleanstring($categories[2]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[2]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[2]->descLocale()->name) ; ?></a>
		<a href="<?php echo  URL::to_action('home@categorie', array($categories[3]->id, GeneralFunctions::cleanstring($categories[3]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[3]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[3]->descLocale()->name) ; ?></a>
		<a href="<?php echo  URL::to_action('home@categorie', array($categories[4]->id, GeneralFunctions::cleanstring($categories[4]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[4]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[4]->descLocale()->name) ; ?></a>
		<a href="<?php echo  URL::to_action('home@categorie', array($categories[5]->id, GeneralFunctions::cleanstring($categories[5]->descLocale()->name))) ; ?>" title="<?php echo  strtoupper($categories[5]->descLocale()->name) ; ?>"><?php echo  strtoupper($categories[5]->descLocale()->name) ; ?></a>
	</div>
	
</div>
<div class="clear"></div>

<div class="wrapper">
	<div class="slogan sloganPortrait left show_portrait hidden_mobile">"parking, l'esprit neo baroque"</div>
	<div class="search searchTop2 right">
		<input type="text" value="" name="" placeholder="<?php echo  __('site.header2') ; ?>" id="" class="ui-autocomplete-input left" autocomplete="off">
		<button type="submit" class="btn btn-success left" id=""><i class="icon-search"></i></button>
	</div>
</div>

<!-- CONTENU -->