?
Current File : /home/c/i/d/cideo/site_2015/application/modules/site/views/scripts/index/contact.phtml
<div class="row">
	<div class="col-xs-12 col-md-6 col-lg-6 aligne-middle gauche">
		<div class="text">
			<h1><?php echo $this->translate->_("Page_Label_contact"); ?></h1>
			<div class="contenu">
				<p>
					<span class="titre"><?php echo $this->translate->_("entreprise"); ?></span>
				</p>
				 <div class="adresse">
					<p>
						<?php echo $this->translate->_("label_tel"); ?> : <a href="tel:+33326546639"><span><?php echo $this->telephone; ?></span></a><br />
						<a href="mailto:<?php echo $this->mailcontact; ?>"><span><?php echo $this->mailcontact; ?></span></a>
					</p>
					<a href="http://cideo.fr/itineraire" target="_blank">
						<p>
							Retrouvez-nous à La Citadelle à <?php echo $this->addressLocality; ?> !<br />
							La Citadelle – <span><?php echo $this->streetAddress; ?></span> – <span><?php echo $this->postalCode; ?></span> <span><?php echo $this->addressLocality; ?></span><br />
						 	<span><?php echo $this->addressCountry; ?></span>
						</p>
					</a>
				</div>
				
			</div>
			<a href="mailto:<?php echo $this->mailcontact; ?>" class="btn btn-default" targer="_blank"><?php echo $this->translate->_("Label_contact"); ?></a>
		</div>
		
	</div>

	<div class="col-xs-12 col-md-6 col-lg-6 droite">
		
		
		<section id="cd-google-map">

<div id="description" class="map">

</div>
<article class="contact map">
	<div id="carte" class="gmap3"> </div>	
	<div id="cd-zoom-in"></div>
	<div id="cd-zoom-out"></div>
</article>
</section>
	
	</div>

</div>