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
|
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
.menu {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
z-index: 2;
color: #0000FF;
padding: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 5px;
margin-left: 0px;
}
.navText {
color: #26354A;
line-height:16px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}
#navigation a {
color: #26354A;
text-decoration: none;
border-right:1px solid #FF6600;
display: block;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 10px;
font-family: "Trebuchet MS";
font-size: 15px;
line-height: 30px;
}
#navigation a:hover {
color:#ffffff;
background-color: #3366FF;
}
</style>
</head>
<body>
<div class="menu">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#FFCC00">
<td width="15" nowrap="nowrap"> </td>
<td width="705" height="34">
<table border="0" cellpadding="0" cellspacing="0" id="navigation">
<tr>
<td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">Accueil</a></td>
<td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">News & articles</a></td>
<td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">Saison des courses</a></td>
<td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">Voyages & Evènements</a></td>
<td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">Enchères</a></td>
<td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">Clubs</a></td>
<td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">Forum</a></td>
<td class="navText" align="center" nowrap="nowrap"><a href="javascript:;">Liens</a></td>
</tr>
</table>
</td>
<td width="100%"> </td>
</tr>
</table>
<!-- <br style="clear: left" /> -->
</div>
</body>
</html> |
Partager