Page 1 sur 1

probleme de frame

Posté : 30 janv. 2006, 14:30
par raven59300
Bonjour voila je bosse en ce moment sur le site du colle ou je travail mets je rencontre un probleme au niveau d'une page contenant une frame.

je vais m'expliquer :

Pour des souci de mise en page ma page contient une frame central qui apel un fichier d'identification qui lui meme rapel une page quand l'identification et ok. mai malheuresement celui si contien egalement une frame ce qui a pour resultat un embriquement de frame pas tres jolie.

je voudrai donc savoir si il existe un moyen pour recentré cette dite page par dessus la precedente frame ou de la cacher.

je vous remercie d'avence pour votre aide.

++

Posté : 30 janv. 2006, 18:44
par alexbad
Tu peux utiliser un target="_blank", ou un autre target, tout dépend de ce que tu désires faire vraiment, j'hésite...

Le target _blank va arracher les anciens frames et placer les nouveaux (remettre à zéro si on veut).

Posté : 30 janv. 2006, 19:56
par raven59300
j'ai deja esseyer sa lol en faite les deux frame son dans deux page diferente et ce que je voudrai c'est que la deusieme frame ne soit pas a l'interieur de la premiere mais qu'elle remplace celle ci l'orsque l'identification et ok.

Posté : 30 janv. 2006, 21:32
par albat
Il suffit d'appeller la page souhaitée dans la bonne frame.
Mais sans code, ça va être dur de t'en dire plus...

Posté : 31 janv. 2006, 09:28
par Invité
Sa va pas etre evidant de te mettre le code des page en ligne car sa va faire du monde lol. je vais esseyer de mieu m'expliquer.

en faite quand on arrive sur le site le tous et afficher dans une frame.
et donc l'espace concerner aussi. quand on arrive sur cette espace une identification et demender et donc quand on valide cette identification une sessions star appel une page ou il y a aussi une frame.

mon souci et donc de masquer la frame general ou alor de metre en avan et non a l'interieur celle que la sessions star apel.

jespere que c'est plus claire sinon j'essairé de faire un zip avec la portion du site concerné.

merci de votre patience et de votre aide

Posté : 31 janv. 2006, 09:29
par raven59300
oups dsl je n'était pas loguer

Posté : 31 janv. 2006, 11:11
par albat
J'eimagine en effet que ton code est copieux
mais donne-nous au moins le frameset,
histoire de voir comment s'enboîtent tes différentes frames.

Posté : 31 janv. 2006, 12:52
par raven59300
alor voici d'abort le code pour la frame general :

<div id="div-iframe" style="visibility:visible; position:absolute; width:888px; height:717px; z-index:1; left: 7px; top: 127px;">
<table width="880" height="710">
<tr>
<td height="713"><iframe
name = frame
align = center
marginwidth = 0
marginheight = 0
src ="fond.php"
frameborder = no
noresize
width = 880
height = 710> </iframe></td>
</tr>
</table></div>

je n'est mis que le morceau concernat la frame.

et voici pour la page de validation de l'identification :

$id_nom = $HTTP_POST_VARS['id_nom'];
$id_prenom = $HTTP_POST_VARS['id_prenom'];
$id_niveau = $HTTP_POST_VARS['id_niveau'];
$id_classe = $HTTP_POST_VARS['id_classe'];
$id_pwd = $HTTP_POST_VARS['id_pwd'];
include ("connect.php");

if(isset($_POST) && !empty($_POST['id_nom']) && !empty($_POST['id_pwd'])) {
extract($_POST);

$sql = "select mdp from IDENTIFPHP where pseudo='".$id_nom."'";
$req = mysql_query($sql) or die('Erreur SQL !<br>'.$sql.'<br>'.mysql_error());

$data = mysql_fetch_assoc($req);

if($data['mdp'] != $id_pwd) {
echo '<BR><BR><BR>';
?>
<link href="admin.css" rel="stylesheet" type="text/css">

<div align="center"><span class="Style2"> Votre mot de passe est incorrect - veuillez de recommencer
</span></div>
<?php
include('identification.php');
exit;
}
else {
session_start();
$_SESSION['login'] = $login;
include ("id_accueil.php");
}
}
else {
echo '<p><center>Vous avez oublié de remplir un champ.</p>';
include('identification.php');
exit;
}
include ("../admin.css");

et enfin la page qu'il apel si l'id est ok la aussi je ne metrai que la partie concernant la frame :

<div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; top: 0px; left: 0px;">
<table border="0" cellpadding="0" cellspacing="0" width="1096">
<!-- fwtable fwsrc="b2i_realiser.png" fwbase="b2i_realiser.jpg" fwstyle="Dreamweaver" fwdocid = "87708651" fwnested="0" -->
<tr>
<td><img src="spacer.gif" width="896" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="199" height="1" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="1" border="0" alt=""></td>
</tr>

<tr>
<td colspan="3"><img name="b2i_realiser_r1_c1" src="b2i_realiser_r1_c1.jpg" width="1096" height="280" border="0" usemap="#m_b2i_realiser_r1_c1" alt=""></td>
<td><img src="spacer.gif" width="1" height="280" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="40"><img name="b2i_realiser_r2_c1" src="b2i_realiser_r2_c1.jpg" width="896" height="568" border="0" alt=""></td>
<td colspan="2"><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r2_c2','b2i_realiser_r2_c2_f2.jpg','b2i_realiser_r2_c2_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r2_c2','b2i_realiser_r2_c2_f3.jpg',1);"><img name="b2i_realiser_r2_c2" src="b2i_realiser_r2_c2.jpg" width="200" height="26" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="26" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2"><img name="b2i_realiser_r3_c2" src="b2i_realiser_r3_c2.jpg" width="200" height="8" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="8" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2"><a href="#" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r4_c2','b2i_realiser_r4_c2_f2.jpg','b2i_realiser_r4_c2_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r4_c2','b2i_realiser_r4_c2_f3.jpg',1);"><img name="b2i_realiser_r4_c2" src="b2i_realiser_r4_c2.jpg" width="200" height="26" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="26" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2"><img name="b2i_realiser_r5_c2" src="b2i_realiser_r5_c2.jpg" width="200" height="8" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="8" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2"><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r6_c2','b2i_realiser_r6_c2_f2.jpg','b2i_realiser_r6_c2_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r6_c2','b2i_realiser_r6_c2_f3.jpg',1);"><img name="b2i_realiser_r6_c2" src="b2i_realiser_r6_c2.jpg" width="200" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2"><img name="b2i_realiser_r7_c2" src="b2i_realiser_r7_c2.jpg" width="200" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="26"><img name="b2i_realiser_r8_c2" src="b2i_realiser_r8_c2.jpg" width="1" height="265" border="0" alt=""></td>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r8_c3','b2i_realiser_r8_c3_f2.jpg','b2i_realiser_r8_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r8_c3','b2i_realiser_r8_c3_f3.jpg',1);"><img name="b2i_realiser_r8_c3" src="b2i_realiser_r8_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r9_c3" src="b2i_realiser_r9_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r10_c3','b2i_realiser_r10_c3_f2.jpg','b2i_realiser_r10_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r10_c3','b2i_realiser_r10_c3_f3.jpg',1);"><img name="b2i_realiser_r10_c3" src="b2i_realiser_r10_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r11_c3" src="b2i_realiser_r11_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r12_c3','b2i_realiser_r12_c3_f2.jpg','b2i_realiser_r12_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r12_c3','b2i_realiser_r12_c3_f3.jpg',1);"><img name="b2i_realiser_r12_c3" src="b2i_realiser_r12_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r13_c3" src="b2i_realiser_r13_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r14_c3','b2i_realiser_r14_c3_f2.jpg','b2i_realiser_r14_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r14_c3','b2i_realiser_r14_c3_f3.jpg',1);"><img name="b2i_realiser_r14_c3" src="b2i_realiser_r14_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r15_c3" src="b2i_realiser_r15_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r16_c3','b2i_realiser_r16_c3_f2.jpg','b2i_realiser_r16_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r16_c3','b2i_realiser_r16_c3_f3.jpg',1);"><img name="b2i_realiser_r16_c3" src="b2i_realiser_r16_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r17_c3" src="b2i_realiser_r17_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r18_c3','b2i_realiser_r18_c3_f2.jpg','b2i_realiser_r18_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r18_c3','b2i_realiser_r18_c3_f3.jpg',1);"><img name="b2i_realiser_r18_c3" src="b2i_realiser_r18_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r19_c3" src="b2i_realiser_r19_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r20_c3','b2i_realiser_r20_c3_f2.jpg','b2i_realiser_r20_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r20_c3','b2i_realiser_r20_c3_f3.jpg',1);"><img name="b2i_realiser_r20_c3" src="b2i_realiser_r20_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r21_c3" src="b2i_realiser_r21_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r22_c3','b2i_realiser_r22_c3_f2.jpg','b2i_realiser_r22_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r22_c3','b2i_realiser_r22_c3_f3.jpg',1);"><img name="b2i_realiser_r22_c3" src="b2i_realiser_r22_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r23_c3" src="b2i_realiser_r23_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r24_c3','b2i_realiser_r24_c3_f2.jpg','b2i_realiser_r24_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r24_c3','b2i_realiser_r24_c3_f3.jpg',1);"><img name="b2i_realiser_r24_c3" src="b2i_realiser_r24_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r25_c3" src="b2i_realiser_r25_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r26_c3','b2i_realiser_r26_c3_f2.jpg','b2i_realiser_r26_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r26_c3','b2i_realiser_r26_c3_f3.jpg',1);"><img name="b2i_realiser_r26_c3" src="b2i_realiser_r26_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r27_c3" src="b2i_realiser_r27_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r28_c3','b2i_realiser_r28_c3_f2.jpg','b2i_realiser_r28_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r28_c3','b2i_realiser_r28_c3_f3.jpg',1);"><img name="b2i_realiser_r28_c3" src="b2i_realiser_r28_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r29_c3" src="b2i_realiser_r29_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r30_c3','b2i_realiser_r30_c3_f2.jpg','b2i_realiser_r30_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r30_c3','b2i_realiser_r30_c3_f3.jpg',1);"><img name="b2i_realiser_r30_c3" src="b2i_realiser_r30_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r31_c3" src="b2i_realiser_r31_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r32_c3','b2i_realiser_r32_c3_f2.jpg','b2i_realiser_r32_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r32_c3','b2i_realiser_r32_c3_f3.jpg',1);"><img name="b2i_realiser_r32_c3" src="b2i_realiser_r32_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r33_c3" src="b2i_realiser_r33_c3.jpg" width="199" height="8" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="8" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2"><a href="#" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r34_c2','b2i_realiser_r34_c2_f2.jpg','b2i_realiser_r34_c2_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r34_c2','b2i_realiser_r34_c2_f3.jpg',1);"><img name="b2i_realiser_r34_c2" src="b2i_realiser_r34_c2.jpg" width="200" height="26" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="26" border="0" alt=""></td>
</tr>
<tr>
<td colspan="2"><img name="b2i_realiser_r35_c2" src="b2i_realiser_r35_c2.jpg" width="200" height="8" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="8" border="0" alt=""></td>
</tr>
<tr>
<td rowspan="6"><img name="b2i_realiser_r36_c2" src="b2i_realiser_r36_c2.jpg" width="1" height="181" border="0" alt=""></td>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r36_c3','b2i_realiser_r36_c3_f2.jpg','b2i_realiser_r36_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r36_c3','b2i_realiser_r36_c3_f3.jpg',1);"><img name="b2i_realiser_r36_c3" src="b2i_realiser_r36_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r37_c3" src="b2i_realiser_r37_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r38_c3','b2i_realiser_r38_c3_f2.jpg','b2i_realiser_r38_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r38_c3','b2i_realiser_r38_c3_f3.jpg',1);"><img name="b2i_realiser_r38_c3" src="b2i_realiser_r38_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r39_c3" src="b2i_realiser_r39_c3.jpg" width="199" height="3" border="0" alt=""></td>
<td><img src="spacer.gif" width="1" height="3" border="0" alt=""></td>
</tr>
<tr>
<td><a href="http://www.premiumwanadoo.com/college.c ... ccueil.php" onMouseOut="MM_nbGroup('out');" onMouseOver="MM_nbGroup('over','b2i_realiser_r40_c3','b2i_realiser_r40_c3_f2.jpg','b2i_realiser_r40_c3_f4.jpg',1);" onClick="MM_nbGroup('down','navbar1','b2i_realiser_r40_c3','b2i_realiser_r40_c3_f3.jpg',1);"><img name="b2i_realiser_r40_c3" src="b2i_realiser_r40_c3.jpg" width="199" height="17" border="0" alt=""></a></td>
<td><img src="spacer.gif" width="1" height="17" border="0" alt=""></td>
</tr>
<tr>
<td><img name="b2i_realiser_r41_c3" src="b2i_realiser_r41_c3.jpg" width="199" height="124" border="0" usemap="#m_b2i_realiser_r41_c3" alt=""></td>
<td><img src="spacer.gif" width="1" height="124" border="0" alt=""></td>
</tr>
<map name="m_b2i_realiser_r1_c1">
<area shape="poly" coords="941,11,1001,11,1001,74,941,74,941,11" href="http://www.premiumwanadoo.com/college.c ... ccueil.php" title="S'exercer" alt="S'exercer" >
<area shape="poly" coords="862,11,922,11,922,74,862,74,862,11" href="http://www.premiumwanadoo.com/college.c ... ccueil.php" title="Communiquer" alt="Communiquer" >
<area shape="poly" coords="783,11,843,11,843,74,783,74,783,11" href="http://www.premiumwanadoo.com/college.c ... ccueil.php" title="Rechercher" alt="Rechercher" >
<area shape="poly" coords="704,11,764,11,764,74,704,74,704,11" href="http://www.premiumwanadoo.com/college.c ... ccueil.php" title="Consulter" alt="Consulter" >
<area shape="poly" coords="625,11,685,11,685,74,625,74,625,11" href="http://www.premiumwanadoo.com/college.c ... ccueil.php" title="Accueil" alt="Accueil" >
</map>
<map name="m_b2i_realiser_r41_c3">
<area shape="rect" coords="16,101,185,120" href="http://www.premiumwanadoo.com/college.c ... ccueil.php" title="A propos du B2i" alt="A propos du B2i" >
<area shape="poly" coords="106,30,166,30,166,90,106,90,106,30" href="http://www.premiumwanadoo.com/college.c ... eiltec.php" title="Quitter" alt="Quitter" >
<area shape="poly" coords="31,30,91,30,91,90,31,90,31,30" href="http://www.premiumwanadoo.com/college.c ... ccueil.php" title="Portail Administrateur" alt="Portail Administrateur" >
</map>
</table></div>

et comme vous pouvez le voir sa en fai deja un paquet.

encore merci pour tous