<div class="left filterBarre">
	<div class="left titreF hidden_mobile"><?php echo  __('site.cre_124') ; ?></div>
	<div class="left">
		<div class="btn-group">
			<button class="btn"><?php echo  $current_pagecustomer ; ?></button>
			<button class="btn dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button>
			<ul class="dropdown-menu">
				<li<?php echo($current_pagecustomer == __('site.cre_125') ) ? ' class="active"' : '' ?>><a href="<?php echo  URL::to_route('customerarea_index'); ; ?>"><?php echo  __('site.cre_125') ; ?></a></li>
				<li<?php echo($current_pagecustomer == __('site.cre_126') ) ? ' class="active"' : '' ?>><a href="<?php echo  URL::to_route('customer_infos'); ; ?>"><?php echo  __('site.cre_126') ; ?></a></li>
				<li<?php echo($current_pagecustomer == __('site.cre_127') ) ? ' class="active"' : '' ?>><a href="<?php echo  URL::to_route('customer_commandes'); ; ?>"><?php echo  __('site.cre_127') ; ?></a></li>
				<li<?php echo($current_pagecustomer == __('site.cre_128') ) ? ' class="active"' : '' ?>><a href="<?php echo  URL::to_route('customer_download'); ; ?>"><?php echo  __('site.cre_128') ; ?></a></li>
				<li><a href="<?php echo  URL::to_route('logout'); ; ?>"><i class="icon-off"></i> <?php echo  __('site.cre_129') ; ?></a></li>
			</ul>
		</div>
	</div>
</div>
<div class="clear"></div>