<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>TEST DESIGN DE CODE A.D.O.<title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="design.css" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="bloc.css" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="menus.css" />
</head>
<body>
<div align="center">
<table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="110" align="center" valign="middle" background="images/logo.png"><table width="800" border="0" cellspacing="0" cellpadding="0">
</table></td>
</tr>
<tr>
<td height="22"> </td>
</tr>
<?php
$pageCourrante = "index";
include("menu_haut.php");
include("jour.php");
?>
<tr>
<td align="center" valign="top"> </td>
</tr>
<tr>
<td><table width="745" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="165" align="left" valign="top">
<table width="155" border="0" cellspacing="0" cellpadding="0">
<tr>
<?php
include("menu_navig.php");
include("menu1.php");
include("menu2.php");
include("partenaires.php");
?>
<br>
</td>
<td width="580" align="right" valign="top">
<table width="590" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="top"><table width="560" border="0" cellspacing="1" cellpadding="0">
<tr>
<td align="center" valign="top"><table width="590" border="0" cellspacing="5" cellpadding="0">
<!-- Le corps -->
<div id="corps">
<div class="element_menu">
<div class="coin_hg">
<div class="coin_hd">
<div class="bordure_h">
<p style="text-align: center; margin: 0px 0px 0px 0px;"><b>Bienvenue</b></p>
</div>
</div>
</div>
<div class="cote_gauche">
<div class="cote_droit">
<div class="milieu">
<p>texte principal.<p/>
</div>
</div>
</div>
<div class="coin_bg">
<div class="coin_bd">
<div class="bordure_b">
</div>
</div>
</div>
</div>
</div>
</table></td>
</tr>
</table></td>
</tr>
</table>
<br>
</td>
</tr>
</table></td>
</tr>
<?php
include("copyright.php");
?>
</div>
</body>
</html>