<!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">
<head>
<title><?= $dealerInfo[$_SESSION['register']['selectedDealer']]['name'] ?></title>
<style>
body {background-color:#e1e1e1}
.mainTbl {background-color:#f5f5f5}
.mainTbl td {vertical-align:top;font-family:arial}
.headerTbl td a {text-decoration:none;color:blue}
</style>
</head>
<body style="margin:0px">
<center>
<div style="height:75px"> </div>
<table cellspacing="0" cellpadding="0" class="mainTbl">
<tr>
<td style="width:6px;height:6px;"><img src="images/topLeft.gif"></td>
<td style="background-image:url('images/top.gif');"></td>
<td style="width:6px;height:6px;"><img src="images/topRight.gif"></td>
</tr>
<tr>
<td style="background-image:url('images/left.gif');"></td>
<td style="width:1000px;height:500px">
<table cellspacing="0" cellpadding="0" style="width:100%;height:100%">
<tr>
<td style="padding:0px 30px;padding-bottom:10px;height:100%">
<table cellspacing="0" cellpadding="0" style="width:100%;height:100%">
<tr>
<td style=";height:100px;vertical-align:middle">
<table cellspacing="0" cellpadding="0" style="width:100%" class="headerTbl">
<tr>
<td style=";vertical-align:bottom;position:absolute;z-index:5;font-size:20pt;font-weight:bold;"><!--<img src="images/bigdeallogo.png">--><?= strtoupper($dealerInfo[$_SESSION['register']['selectedDealer']]['name']) ?></td>
<td style="padding-left:0px;padding-top:35px;vertical-align:bottom">
<?php
$logoType = '';
if(in_array($_SESSION['register']['selectedDealer'],array('bustard','wendell','wellington','galt')))
$logoType = 'rim';
else if(in_array($_SESSION['register']['selectedDealer'],array('capital')))
$logoType = 'capital';
?>
<img src="images/chrysler<?= $logoType ?>logo.png">
</td>
<td style="text-align:right;width:100%;font-size:9pt;vertical-align:bottomz-index:3;">
<a href="index.php">accueil</a> |
<a href="register.php">enregistrez-vous</a> |
<a href="rules.php">reglements</a><br>
<a href="http://<?= $dealerInfo[$_SESSION['register']['selectedDealer']]['website'] ?>" target="_blank"><?= $dealerInfo[$_SESSION['register']['selectedDealer']]['website'] ?></a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td style="width:180px">
</td>
<td style="border-bottom:1px solid #dcddde">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td style="width:180px">
</td>
<td style="border-top:1px solid white">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="height:100%">