je n'arrive pas a trouver pourquoi mais j'ai une bande blanche de 1 quart de pouce en haut de ma page et a gauge que je n'arrive pas a faire disparaitre...

voivi le code dans mon index
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
 
<?php
include 'encryptage.php';
include 'Config.php';
include 'Fonctions.php';
include 'SQL.php';
include 'GetPost.php';
//session_start(); 
?>
<!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=iso-8859-1" />
<title><?php echo TITLE; ?></title>
</head>
<body>
  <table width="<?php echo WIDTH_SITE;?>" border="0" align="center" cellspacing="0" cellpadding="0">
    <tr>
      	<td height="150" width="<?php echo WIDTH_SITE; ?>" background='<? echo BANNER; ?>'>
  		  <table width="<?php echo WIDTH_SITE; ?>" height="150" border="0" valign="top" align="right" cellspacing="0">
				<tr height="150">
					<td width="250" height="150">&nbsp;
 
					</td>
					<td valign="middle" align="right" height="150">
						<table height="150">
							<tr>
								<td height="15">
								</td>
							</tr>
							<tr>
								<td valign="top" align="right">
									<img border="0" width="500" height="70" src="<?php echo IMAGES.'banner-amica.gif'; ?>" /></td>
							</tr>
						</table>
					</td>
				  	<td bgcolor="" width="120" valign="top" align="right">
							<?php include 'Section_Login.php'; ?>
					</td>
				</tr>
	  	  </table>		
		</td>
    </tr>
	<tr>
		<td align="left" valign="top" height="35">
			<?php include 'menu.php'; ?>
		</td>
	</tr>
    <tr>
   	  <td valign="top" align="left">
		<table width="<?php echo WIDTH_SITE; ?>" border="0" cellspacing="0" bgcolor="#FFFFFF" >
			<tr>				
				<td width="650" valign="top" align="center" cellspacing="0" cellpadding="0">
					<?php include 'Section_Contenu.php'; ?>
				</td>
			  	<td width="<?php echo WIDTH_SECTION_RIGHT; ?>"  align="left" valign="top">
					<table width="<?php echo WIDTH_SECTION_RIGHT; ?>" cellspacing="0">
						<tr>
							<td>
								<?php include 'Section_Right1.php'; ?>
							</td>						
						</tr>
						<tr>
							<td>
								<?php include 'Section_Right2.php'; ?>
							</td>
						</tr>
						<tr>
							<td>
								<?php include 'Section_Right3.php'; ?>
							</td>						
						</tr>
					</table>
				</td>		
			</tr>
		</table>
		</td>
    </tr>
    <tr>
   	  	<td height="50"  valign="top" align="center" background="<?php echo BANNER_BOTTOM; ?>">
		<?php include 'Section_Bottom.php'; ?>
		</td>
    </tr>
  </table>
<form method="post" action="index.php" id="InfoPage"><input type="hidden" name="Page" id="Page" value="0" /></form>
</body>
</html>
<?php
        SQL_Close_Database();
?>