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
| <!-- ---------------------------------------CSS -------------------------------------- -->
<style type="text/css">
html{overflow:hidden;}
body{
text-align:center;
background-color:#f4f4f4;
margin:0px;
padding:0px;
}
.boiteflashcentre{
position:absolute;
left:50%;
margin-left:-1500px;
height:100%;
width:100%;
z-index:2;
}
.boiteint{
position:absolute;
height:100%;
width:3000px;
margin:0px;
z-index:3;
}
.boiteflashmenu{
position:absolute;
height:100%;
top:10px;
left:10px;
z-index:90;
}
.boiteflashfleche{
position:absolute;
margin:0px;
right:10px;
top:50%;
margin-top:-65px;
z-index:91;
}
</style>
</head>
<!-- ---------------------------------------HTML -------------------------------------- -->
<body>
<div class="boiteflashcentre">
<div class="boiteint">
<object class="boiteflash2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="nv_site_recherche_1_centre03.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent"/>
<embed class="boiteflash2" src="nv_site_recherche_1_centre03.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%" >
</embed></object>
</div>
</div>
<div class="boiteflashmenu">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="677" height="377">
<param name="movie" value="nv_site_recherche_1_menu03.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent"/>
<embed src="nv_site_recherche_1_menu03.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="677" height="377" wmode="transparent" ></embed></object>
</div>
<div class="boiteflashfleche">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="133" height="133">
<param name="movie" value="nv_site_recherche_1_fleche03.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent"/>
<embed src="nv_site_recherche_1_fleche03.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="133" height="133" wmode="transparent" ></embed></object>
</div> |