Lol excuses-moi je suis un peu speed... :lol:
Voilà le code html/php :
Code:
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 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"> <html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>"> <head> <title>Renault Cluses - Vente de véhicules neufs Renault et d'occasion toutes marques</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <script type="text/javascript" src="styles_css/js/prototype.js"></script> <script type="text/javascript" src="styles_css/js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="styles_css/js/lightbox.js"></script> <link rel="stylesheet" href="styles_css/css/lightbox.css" type="text/css" media="screen" /> <link href="styles_css/test.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" language="JavaScript1.1"> <!-- //Pixelating Image slideshow //Copyright Dynamic Drive 2001 //Visit <a href="http://www.dynamicdrive.com" target="_blank">http://www.dynamicdrive.com</a> for this script //specify interval between slide (in mili seconds) var slidespeed=3000 //specify images var slideimages=new Array("<a href="http://www.renault-cluses.com/images/operations/actionCliquer.png" target="_blank">http://www.renault-cluses.com/images/operations/actionCliquer.png","http://www.renault-cluses.com/images/operations/actionEnCour.png</a>") //specify corresponding links var slidelinks=new Array("<a href="http://www.renault-cluses.com/recherche_occasion.php" target="_blank">http://www.renault-cluses.com/recherche_occasion.php","http://www.renault-cluses.com/recherche_occasion.php</a>") var imageholder=new Array() var ie55=window.createPopup for (i=0;i<slideimages.length;i++){ imageholder[i]=new Image() imageholder[i].src=slideimages[i] } function gotoshow(){ window.location=slidelinks[whichlink] } //--> </script> </head> <body> <div align="center" id="container"> <table width="800" bgcolor="#FFFFFF"> <tr align="center"> <td align="left"><img src="images/bandeau_renault/logo_jaune_renault.jpg" alt="Renault" width="76" height="81"></img></td> <td align="left"><img src="images/bandeau_renault/typogramme_renault.gif" alt="Renault" width="129" height="81"></img></td> <td align="right"><img src="images/bandeau_renault/createur_fr.gif" alt="Renault" width="292" height="67"></img></td> </tr> </table> <div id="head2"> <? require('bandeau.html'); ?> </div> <div id="menu"> <ul id="tabnav"> <li><a href="services.php">Services</a></li> <li><a href="neuf.php">Véhicules neufs</a></li> <li><a href="recherche_occasion.php">Véhicules d'occasion</a></li> <li><a href="entreprise.php">L'entreprise</a></li> <li><a href="groupe.php">Le groupe</a></li> <li class="active"><a href="index.php">Accueil</a></li> </ul> </div> <div id="extradiv"> <div id="leftColumn"> <? require("adresse.php") ; ?> <br /> <div class="navoitures" align="left"> blabla </div> </div> <div id="content"> <h3>Bienvenue sur le site de RENAULT Cluses! </h3> <p>Venez vite profiter de nos offres du moment ! </p> <table align="center"> <tr> <td align="center"><a href="javascript:gotoshow()"><img src="<a href="http://www.renault-cluses.com/images/operations/actionEnCour.png" target="_blank">http://www.renault-cluses.com/images...tionEnCour.png</a>" name="slide" align="middle" alt="Offre en cours" width="300" height="200" border="0" style="filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=15,Duration=1)" /></a> </td> </tr> </table> <br /> <br /> <br /> </div> </div> <div id="footer"><a href="<A href="mailto:estelle.brocard@renault-cluses.com">Webmaster</a> ">mailto:estelle.brocard@renault-cluses.com">Webmaster</a> SITE EN COURS DE MODIFICATION</div> </div> </body> </html>
Et le css des principales id :
VoilàCode:
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 body { margin: 0px; padding: 0px; background-color:#eaeaea; } * { margin:0; padding:0; } #leftColumn { background-color: #eaeaea; float:left; width: 213px; margin-left:0px; margin-top:0px; min-height:400px; } .navoitures { position:relative; float:left; margin-left:0px; margin-top:130px; left: 0px; top: 0px; } #content { margin-left: 200px; margin-top:0px; background-color:#FFFFFF; padding:5px 5px 5px 5px; } #footer { background-color: #999; clear:both; .menu { position:relative; display:inline-table; width: 800px; height:8%; margin-left:0px; margin-top:3px; margin-bottom: 0px; background-color: #EAEAEA; } #extradiv { background-color: #eaeaea; }