27 lines
763 B
PHP
27 lines
763 B
PHP
<?php include("share/header.php"); ?>
|
|
<h1>Comment venir à Paris 7 ?</h1>
|
|
|
|
<div style="width: 800px; margin-left: auto; margin-right: auto;">
|
|
<div style="float:right; width: 500px;">
|
|
<img src="share/plan.png" alt="plan du campus" />
|
|
</div>
|
|
<div style="width: 280px;">
|
|
L'installation aura lieu au:<br />
|
|
<p style="text-align:center;">
|
|
<b>1er étage, Tours 65-66</b>
|
|
<b>CAMPUS JUSSIEU</b><br />
|
|
<b>2, place Jussieu</b><br />
|
|
<b>75005 Paris</b><br />
|
|
</p>
|
|
<dl>
|
|
<dt><b>En métro</b></dt>
|
|
<dd>M°Jussieu, ligne 7 et ligne 10.<br />
|
|
Le campus se trouve juste à la sortie du métro.
|
|
</dd>
|
|
<dt><b>En Bus</b></dt>
|
|
<dd>Station Jussieu, lignes 67, 89, 24, 63, et 86.</dd>
|
|
</dl>
|
|
</div>
|
|
<br style="clear: both; visibility: hidden;" />
|
|
</div>
|
|
<?php include("share/footer.php"); ?>
|