Bonjour à tous je lis beaucoup les discussions sur le forum pour régler mes petits soucis aujourd'hui j'ai un problème sur l'affichage d'une page je suis pas fort en css mais j'ai un soucis d'affichage de marge sur ma page selon les navigateurs voici le lien ma page et voici mon code :

Code xhtml : 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
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
		<title>TooFaxData</title>
 
		<meta http-equiv="Content-Type" content="text/html; charset=utf8_general_ci"> <?      
                
        if (isset($_GET['etape1']))
                {
                        echo("<script language=\"javascript\" type=\"text/javascript\">window.location.replace(\"sect_gen.php?\" );</script>" );
                                
                }
        
                ?>	<style type="text/css">
 
                        body {
                        width:100%;
                        height:100%;    
                        background-attachment:scroll;
                        background-position:center 0px;
                        
                
                        background-image: url(../image/background.gif);
                 
                        background-color:#CECECE;
 
                        background-repeat: no-repeat;
                        
                        
                        }
 
                        </style><!--Appel de la feuille de style-->
				</head> <!--Fin En-tête-->
 
 		<body><br><br> <br><br><br><br> <br><br><br> <br><br><br><br><br>
			<table  align="center" cellspadding="0" cellspacing="0">
			<tr>	<td align="center"> 
			  <form action="pagetoofaxdata.php" method="get" enctype="multipart/form-data" name="etape">   	
				<img src="../image/pagetoofaxdata.jpg" width="750" height="567" border="0" usemap="#map" />
 
				<map name="map">
 
				<area shape="poly" coords="246,494,247,525,497,526,499,494" target="etap" href="sect_gen.php" />
				<area shape="poly" coords="154,407,155,441,346,443,346,407" target="telech" href="telech" />
				<area shape="poly" coords="435,408,435,447,625,446,624,408" target="telech" href="telech" />
				</map></td>
				<td valign="top" align="center" width="0" border="0" ><a href="deconexion.php" style="text-decoration:none"><font color="#465a7b"> <h4><center> D&eacute;connexion </font> <br> <a href="deconexion.php" style="text-decoration:none"> <font color="#FFFFFF"><img src="../image/btn_logout.jpg"  alt="logout"/></font></center></a>
				</td>
			<tr>   
			</table>
	</body>
	<html>