1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Brest : Accueil </title>
<link rel="stylesheet" href="emx_nav_left.css" type="text/css" />
<script type="text/javascript">
<!--
var time = 3000;
var numofitems = 7;
//menu constructor
function menu(allitems,thisitem,startstate){
callname= "gl"+thisitem;
divname="subglobal"+thisitem;
this.numberofmenuitems = allitems;
this.caller = document.getElementById(callname);
this.thediv = document.getElementById(divname);
this.thediv.style.visibility = startstate;
}
//menu methods
function ehandler(event,theobj){
for (var i=1; i<= theobj.numberofmenuitems; i++){
var shutdiv =eval( "menuitem"+i+".thediv");
shutdiv.style.visibility="hidden";
}
theobj.thediv.style.visibility="visible";
}
function closesubnav(event){
if ((event.clientY <48)||(event.clientY > 107)){
for (var i=1; i<= numofitems; i++){
var shutdiv =eval('menuitem'+i+'.thediv');
shutdiv.style.visibility='hidden';
}
}
}
// -->
</script>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
.Style1 {color: #999999}
.Style4 {
font-size: 24px;
color: #808080;
font-weight: bold;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
color: #000000;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Style5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}
.Style8 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; }
-->
</style></head>
<body onmousemove="closesubnav(event);">
<div class="skipLinks">skip to: <a href="#content">page content</a> | <a href="#pageNav">links on this page</a> | <a href="#globalNav">site navigation</a> | <a href="#siteInfo">footer (site information)</a> </div>
<!-- end masthead -->
<div id="pagecell1">
<!--pagecell1-->
<div class="Style1" id="breadCrumb">
<div align="center" class="Style4"><strong>Brest Métropole Océane </strong></div>
</div>
<div id="pageName">
<div align="center" class="Style3">
<marquee behavior=scroll direction="left">
Bienvenue sur le site internet ; Site version 1 dernière mise à jour le 10/11/11
</marquee>
</div>
</div>
<?php include("menu.php"); ?>
<div id="content">
<div class="feature"> <img src="Images/logo accueil.png" alt="" width="473" height="414" />
<h3 align="center">Bienvenue sur notre site ! </h3>
<p align="center"> La délégation locale vous souhaite la bienvenue sur son site internet. </p>
<p align="center">Brest et son agglomération compte plus de 200 000 habitants. </p>
<p align="center">Ce site internet est l'occasion pour vous particulier ou entreprise de nous rejoindre et de nous aider régulièrement ou ponctuellement.</p>
<p align="center">Nous avons besoin de toutes les bonnes volontés ! </p>
</div>
<div class="story">
<h3> </h3>
</div>
<div class="story">
<table width="100%" cellpadding="0" cellspacing="0" summary="">
<tr valign="top">
<td width="49%" class="storyLeft">
<p align="center"> <a href="Actu1.php" target="_blank" class="capsule">Actualités </a><span class="Style5">Aucune actualité</span></p> </td>
<td width="51%">
<p align="center"> <a href="Actu_social.php" target="_blank" class="capsule">Actualités </a><span class="Style8">Opération papiers cadeaux : Nous avons besoin de vous </span></p> </td>
</tr>
<tr valign="top">
<td class="storyLeft">
<p align="center"><a href="Actu2.php"><img src="Images/01.PNG" width="311" height="217" border="0" /></a></p> </td>
<td>
<p align="center"><a href="Actu1.phpl"><img src="Images/02.PNG" width="312" height="225" border="0" /></a></p> </td>
</tr>
</table>
</div>
</div>
<?php include("piedpage.php"); ?>
</div>
<?php include("tete.php"); ?>
<p> </p>
<p> </p>
</body>
</html> |