

File Structure

Page Index
<!DOCTYPE html> <!-- -->
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css" type="text/css" charset="utf-8" />
</head>
<body onload="alert('Non compatible avec Internet Explorer !');">
<header>
<!-- logos clickable lycée plus région -->
<table border="0" align="center" id="header">
<th>
<a href="http://www.lycee-lesage.net/index.php/fr/" target="_blank"><img src="./images/Logo_Lycee_Lesage_Vannes.png" alt="Logo_Lycee_Lesage_Vannes" title="Site du Lycée"/></a>
</th>
<th><img src="./images/logo_ministere_education.png" alt="logo_ministere_education"/></th>
<th><img src="./images/logo_bretagne.png" alt="logo_bretagne"/></th>
</table>
<a href="index_english.html" ><img src="./images/switch_lang.jpg" title="english site" style="width: 50px; height: 50px; align-content: right;" /></a>
</header>
<section>
<!-- titre centré plus image de fond -->
<div id="title" class="on_the_top"><h1>Plan du Lycée</h1></div>
</section>
<nav>
<!-- barre bleu + index clickable -->
<div style="width:100%;" id="nav">
<table border="0" align="center">
<th>
<ul id="menu">
<li>
<a href="./index.html"><img src="./images/home.png" alt="home" title="Home" class="home"/></a>
</li>
<li>
<a href="./batiment_a.html">Bâtiment A</a>
</li>
<li>
<a href="./batiment_b.html">Bâtiment B</a>
</li>
<li>
<a href="./batiment_c.html">Bâtiment C</a>
</li>
<li>
<a href="./batiment_d.html">Bâtiment D</a>
</li>
<li>
<a href="./batiment_e.html">Bâtiment E</a>
</li>
<li>
<a href="./batiment_f.html">Bâtiment F</a>
</li>
<li>
<a href="./batiment_g.html">Bâtiment G</a>
</li>
<li>
<a href="./batiment_h.html">Bâtiment H</a>
</li>
<li>
<a href="./batiment_i.html">Bâtiment I</a>
</li>
<li>
<a href="./batiment_j.html">Bâtiment J</a>
</li>
<li>
<a href="./batiment_k.html">Bâtiment K</a>
</li>
</ul>
</th>
</table>
</div>
</nav>
<section>
<div id="center">
<script type="text/javascript" src="plan_interactif.js"></script>
<img src="./images/map/image_neutre.png" alt="image_neutre" style="width:70%;" id="map"/>
</div>
</section>
</body>
<footer>
<div id="footer">
<table align="center" style="width:700px">
<th class="left">Lycée A.R. Lesage, 20 Rue Winston Churchill, 56000 Vannes</th><th class="right">Créateur du site : Luciani Enzo et al shami waseem</th>
</table>
</div>
</footer>
</html>