Canalblog
Suivre ce blog Administration + Créer mon blog

Coucou

26 février 2008

piege

ici !!
essayez, c'est trop bien !!

Publicité
Publicité
23 novembre 2007

menu_car_3D_1_29

10 novembre 2007

Le jazz et la java

29 octobre 2007

body{cursor:url("http://plugin.smileycentral.

6 juin 2007

Une palette plus simple ?Voici :

Une palette plus simple ?Voici :


 

 

Publicité
Publicité
6 juin 2007

Vous avez besoin des codes couleur pour de

Vous avez besoin des codes couleur pour de l'HTML?En voici !!

<p><p><p><p>Select Color</p></p></p></p>

     


Vous voulez le code HTML de cette fenêtre ?Le voici !!

<p><script src="palette%20couleurs%202_fichiers/popup.js" type="text/javascript"></script>

<script type="text/javascript">

window.resizeTo(240, 182);
function _CloseOnEsc() {
  if (event.keyCode == 27) { window.close(); return; }
}

function Init() {                                                       // run on page load
  __dlg_init();    // <!-- this can be found in popup.js -->
  document.body.onkeypress = _CloseOnEsc;

  var color = window.dialogArguments;
  color = ValidateColor(color) || '000000';
  View(color);                                                          // set default color
}

function View(color) {                  // preview color
  document.getElementById("ColorPreview").style.backgroundColor = '#' + color;
  document.getElementById("ColorHex").value = '#' + color;
}

function Set(string) {                   // select color
  var color = ValidateColor(string);
  if (color == null) { alert("Invalid color code: " + string); }        // invalid color
  else {                                                                // valid color
    View(color);                          // show selected color
    __dlg_close(color);
  }
}

function ValidateColor(string) {                // return valid color code
  string = string || '';
  string = string + "";
  string = string.toUpperCase();
  var chars = '0123456789ABCDEF';
  var out   = '';

  for (var i=0; i<string.length; i++) {             // remove invalid color chars
    var schar = string.charAt(i);
    if (chars.indexOf(schar) != -1) { out += schar; }
  }

  if (out.length != 6) { return null; }            // check length
  return out;
}

</script>

</p>

<form onsubmit="Set(document.getElementById('ColorHex').value); return false;" method="get" style="margin: 0px; padding: 0px;">
<table width="100%" cellspacing="0" cellpadding="4" border="0">
<tbody><tr>
&nbsp; <td valign="center" style="background: buttonface none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><p style="padding: 1px; background-color: rgb(0, 0, 0); height: 21px; width: 50px;"></p>

<p id="ColorPreview" style="height: 100%; width: 100%; background-color: rgb(0, 255, 0);"></p></td>

&nbsp; <td valign="center" style="background: buttonface none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"><input type="text" size="15" id="ColorHex" name="ColorHex" style="font-size: 12px;" /></td>
&nbsp; <td width="100%" style="background: buttonface none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;"></td>
</tr>
</tbody></table>
</form>

<table width="100%" cellspacing="1" cellpadding="0" border="0" bgcolor="#000000">
<tbody><tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#003300" onclick="Set('003300')" onmouseover="View('003300')"></td>
<td width="10" height="10" bgcolor="#006600" onclick="Set('006600')" onmouseover="View('006600')"></td>

<td width="10" height="10" bgcolor="#009900" onclick="Set('009900')" onmouseover="View('009900')"></td>
<td width="10" height="10" bgcolor="#00cc00" onclick="Set('00CC00')" onmouseover="View('00CC00')"></td>
<td width="10" height="10" bgcolor="#00ff00" onclick="Set('00FF00')" onmouseover="View('00FF00')"></td>
<td width="10" height="10" bgcolor="#330000" onclick="Set('330000')" onmouseover="View('330000')"></td>
<td width="10" height="10" bgcolor="#333300" onclick="Set('333300')" onmouseover="View('333300')"></td>
<td width="10" height="10" bgcolor="#336600" onclick="Set('336600')" onmouseover="View('336600')"></td>
<td width="10" height="10" bgcolor="#339900" onclick="Set('339900')" onmouseover="View('339900')"></td>
<td width="10" height="10" bgcolor="#33cc00" onclick="Set('33CC00')" onmouseover="View('33CC00')"></td>
<td width="10" height="10" bgcolor="#33ff00" onclick="Set('33FF00')" onmouseover="View('33FF00')"></td>
<td width="10" height="10" bgcolor="#660000" onclick="Set('660000')" onmouseover="View('660000')"></td>
<td width="10" height="10" bgcolor="#663300" onclick="Set('663300')" onmouseover="View('663300')"></td>
<td width="10" height="10" bgcolor="#666600" onclick="Set('666600')" onmouseover="View('666600')"></td>
<td width="10" height="10" bgcolor="#669900" onclick="Set('669900')" onmouseover="View('669900')"></td>
<td width="10" height="10" bgcolor="#66cc00" onclick="Set('66CC00')" onmouseover="View('66CC00')"></td>
<td width="10" height="10" bgcolor="#66ff00" onclick="Set('66FF00')" onmouseover="View('66FF00')"></td>
</tr>
<tr>

<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#333333" onclick="Set('333333')" onmouseover="View('333333')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#000033" onclick="Set('000033')" onmouseover="View('000033')"></td>
<td width="10" height="10" bgcolor="#003333" onclick="Set('003333')" onmouseover="View('003333')"></td>
<td width="10" height="10" bgcolor="#006633" onclick="Set('006633')" onmouseover="View('006633')"></td>
<td width="10" height="10" bgcolor="#009933" onclick="Set('009933')" onmouseover="View('009933')"></td>
<td width="10" height="10" bgcolor="#00cc33" onclick="Set('00CC33')" onmouseover="View('00CC33')"></td>
<td width="10" height="10" bgcolor="#00ff33" onclick="Set('00FF33')" onmouseover="View('00FF33')"></td>
<td width="10" height="10" bgcolor="#330033" onclick="Set('330033')" onmouseover="View('330033')"></td>
<td width="10" height="10" bgcolor="#333333" onclick="Set('333333')" onmouseover="View('333333')"></td>
<td width="10" height="10" bgcolor="#336633" onclick="Set('336633')" onmouseover="View('336633')"></td>
<td width="10" height="10" bgcolor="#339933" onclick="Set('339933')" onmouseover="View('339933')"></td>
<td width="10" height="10" bgcolor="#33cc33" onclick="Set('33CC33')" onmouseover="View('33CC33')"></td>
<td width="10" height="10" bgcolor="#33ff33" onclick="Set('33FF33')" onmouseover="View('33FF33')"></td>
<td width="10" height="10" bgcolor="#660033" onclick="Set('660033')" onmouseover="View('660033')"></td>
<td width="10" height="10" bgcolor="#663333" onclick="Set('663333')" onmouseover="View('663333')"></td>

<td width="10" height="10" bgcolor="#666633" onclick="Set('666633')" onmouseover="View('666633')"></td>
<td width="10" height="10" bgcolor="#669933" onclick="Set('669933')" onmouseover="View('669933')"></td>
<td width="10" height="10" bgcolor="#66cc33" onclick="Set('66CC33')" onmouseover="View('66CC33')"></td>
<td width="10" height="10" bgcolor="#66ff33" onclick="Set('66FF33')" onmouseover="View('66FF33')"></td>
</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#666666" onclick="Set('666666')" onmouseover="View('666666')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#000066" onclick="Set('000066')" onmouseover="View('000066')"></td>
<td width="10" height="10" bgcolor="#003366" onclick="Set('003366')" onmouseover="View('003366')"></td>
<td width="10" height="10" bgcolor="#006666" onclick="Set('006666')" onmouseover="View('006666')"></td>
<td width="10" height="10" bgcolor="#009966" onclick="Set('009966')" onmouseover="View('009966')"></td>
<td width="10" height="10" bgcolor="#00cc66" onclick="Set('00CC66')" onmouseover="View('00CC66')"></td>
<td width="10" height="10" bgcolor="#00ff66" onclick="Set('00FF66')" onmouseover="View('00FF66')"></td>
<td width="10" height="10" bgcolor="#330066" onclick="Set('330066')" onmouseover="View('330066')"></td>
<td width="10" height="10" bgcolor="#333366" onclick="Set('333366')" onmouseover="View('333366')"></td>

<td width="10" height="10" bgcolor="#336666" onclick="Set('336666')" onmouseover="View('336666')"></td>
<td width="10" height="10" bgcolor="#339966" onclick="Set('339966')" onmouseover="View('339966')"></td>
<td width="10" height="10" bgcolor="#33cc66" onclick="Set('33CC66')" onmouseover="View('33CC66')"></td>
<td width="10" height="10" bgcolor="#33ff66" onclick="Set('33FF66')" onmouseover="View('33FF66')"></td>
<td width="10" height="10" bgcolor="#660066" onclick="Set('660066')" onmouseover="View('660066')"></td>
<td width="10" height="10" bgcolor="#663366" onclick="Set('663366')" onmouseover="View('663366')"></td>
<td width="10" height="10" bgcolor="#666666" onclick="Set('666666')" onmouseover="View('666666')"></td>
<td width="10" height="10" bgcolor="#669966" onclick="Set('669966')" onmouseover="View('669966')"></td>
<td width="10" height="10" bgcolor="#66cc66" onclick="Set('66CC66')" onmouseover="View('66CC66')"></td>
<td width="10" height="10" bgcolor="#66ff66" onclick="Set('66FF66')" onmouseover="View('66FF66')"></td>
</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#999999" onclick="Set('999999')" onmouseover="View('999999')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#000099" onclick="Set('000099')" onmouseover="View('000099')"></td>
<td width="10" height="10" bgcolor="#003399" onclick="Set('003399')" onmouseover="View('003399')"></td>

<td width="10" height="10" bgcolor="#006699" onclick="Set('006699')" onmouseover="View('006699')"></td>
<td width="10" height="10" bgcolor="#009999" onclick="Set('009999')" onmouseover="View('009999')"></td>
<td width="10" height="10" bgcolor="#00cc99" onclick="Set('00CC99')" onmouseover="View('00CC99')"></td>
<td width="10" height="10" bgcolor="#00ff99" onclick="Set('00FF99')" onmouseover="View('00FF99')"></td>
<td width="10" height="10" bgcolor="#330099" onclick="Set('330099')" onmouseover="View('330099')"></td>
<td width="10" height="10" bgcolor="#333399" onclick="Set('333399')" onmouseover="View('333399')"></td>
<td width="10" height="10" bgcolor="#336699" onclick="Set('336699')" onmouseover="View('336699')"></td>
<td width="10" height="10" bgcolor="#339999" onclick="Set('339999')" onmouseover="View('339999')"></td>
<td width="10" height="10" bgcolor="#33cc99" onclick="Set('33CC99')" onmouseover="View('33CC99')"></td>
<td width="10" height="10" bgcolor="#33ff99" onclick="Set('33FF99')" onmouseover="View('33FF99')"></td>
<td width="10" height="10" bgcolor="#660099" onclick="Set('660099')" onmouseover="View('660099')"></td>
<td width="10" height="10" bgcolor="#663399" onclick="Set('663399')" onmouseover="View('663399')"></td>
<td width="10" height="10" bgcolor="#666699" onclick="Set('666699')" onmouseover="View('666699')"></td>
<td width="10" height="10" bgcolor="#669999" onclick="Set('669999')" onmouseover="View('669999')"></td>
<td width="10" height="10" bgcolor="#66cc99" onclick="Set('66CC99')" onmouseover="View('66CC99')"></td>
<td width="10" height="10" bgcolor="#66ff99" onclick="Set('66FF99')" onmouseover="View('66FF99')"></td>
</tr>

<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#cccccc" onclick="Set('CCCCCC')" onmouseover="View('CCCCCC')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#0000cc" onclick="Set('0000CC')" onmouseover="View('0000CC')"></td>
<td width="10" height="10" bgcolor="#0033cc" onclick="Set('0033CC')" onmouseover="View('0033CC')"></td>
<td width="10" height="10" bgcolor="#0066cc" onclick="Set('0066CC')" onmouseover="View('0066CC')"></td>
<td width="10" height="10" bgcolor="#0099cc" onclick="Set('0099CC')" onmouseover="View('0099CC')"></td>
<td width="10" height="10" bgcolor="#00cccc" onclick="Set('00CCCC')" onmouseover="View('00CCCC')"></td>
<td width="10" height="10" bgcolor="#00ffcc" onclick="Set('00FFCC')" onmouseover="View('00FFCC')"></td>
<td width="10" height="10" bgcolor="#3300cc" onclick="Set('3300CC')" onmouseover="View('3300CC')"></td>
<td width="10" height="10" bgcolor="#3333cc" onclick="Set('3333CC')" onmouseover="View('3333CC')"></td>
<td width="10" height="10" bgcolor="#3366cc" onclick="Set('3366CC')" onmouseover="View('3366CC')"></td>
<td width="10" height="10" bgcolor="#3399cc" onclick="Set('3399CC')" onmouseover="View('3399CC')"></td>
<td width="10" height="10" bgcolor="#33cccc" onclick="Set('33CCCC')" onmouseover="View('33CCCC')"></td>
<td width="10" height="10" bgcolor="#33ffcc" onclick="Set('33FFCC')" onmouseover="View('33FFCC')"></td>
<td width="10" height="10" bgcolor="#6600cc" onclick="Set('6600CC')" onmouseover="View('6600CC')"></td>

<td width="10" height="10" bgcolor="#6633cc" onclick="Set('6633CC')" onmouseover="View('6633CC')"></td>
<td width="10" height="10" bgcolor="#6666cc" onclick="Set('6666CC')" onmouseover="View('6666CC')"></td>
<td width="10" height="10" bgcolor="#6699cc" onclick="Set('6699CC')" onmouseover="View('6699CC')"></td>
<td width="10" height="10" bgcolor="#66cccc" onclick="Set('66CCCC')" onmouseover="View('66CCCC')"></td>
<td width="10" height="10" bgcolor="#66ffcc" onclick="Set('66FFCC')" onmouseover="View('66FFCC')"></td>
</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#ffffff" onclick="Set('FFFFFF')" onmouseover="View('FFFFFF')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#0000ff" onclick="Set('0000FF')" onmouseover="View('0000FF')"></td>
<td width="10" height="10" bgcolor="#0033ff" onclick="Set('0033FF')" onmouseover="View('0033FF')"></td>
<td width="10" height="10" bgcolor="#0066ff" onclick="Set('0066FF')" onmouseover="View('0066FF')"></td>
<td width="10" height="10" bgcolor="#0099ff" onclick="Set('0099FF')" onmouseover="View('0099FF')"></td>
<td width="10" height="10" bgcolor="#00ccff" onclick="Set('00CCFF')" onmouseover="View('00CCFF')"></td>
<td width="10" height="10" bgcolor="#00ffff" onclick="Set('00FFFF')" onmouseover="View('00FFFF')"></td>
<td width="10" height="10" bgcolor="#3300ff" onclick="Set('3300FF')" onmouseover="View('3300FF')"></td>

<td width="10" height="10" bgcolor="#3333ff" onclick="Set('3333FF')" onmouseover="View('3333FF')"></td>
<td width="10" height="10" bgcolor="#3366ff" onclick="Set('3366FF')" onmouseover="View('3366FF')"></td>
<td width="10" height="10" bgcolor="#3399ff" onclick="Set('3399FF')" onmouseover="View('3399FF')"></td>
<td width="10" height="10" bgcolor="#33ccff" onclick="Set('33CCFF')" onmouseover="View('33CCFF')"></td>
<td width="10" height="10" bgcolor="#33ffff" onclick="Set('33FFFF')" onmouseover="View('33FFFF')"></td>
<td width="10" height="10" bgcolor="#6600ff" onclick="Set('6600FF')" onmouseover="View('6600FF')"></td>
<td width="10" height="10" bgcolor="#6633ff" onclick="Set('6633FF')" onmouseover="View('6633FF')"></td>
<td width="10" height="10" bgcolor="#6666ff" onclick="Set('6666FF')" onmouseover="View('6666FF')"></td>
<td width="10" height="10" bgcolor="#6699ff" onclick="Set('6699FF')" onmouseover="View('6699FF')"></td>
<td width="10" height="10" bgcolor="#66ccff" onclick="Set('66CCFF')" onmouseover="View('66CCFF')"></td>
<td width="10" height="10" bgcolor="#66ffff" onclick="Set('66FFFF')" onmouseover="View('66FFFF')"></td>
</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#ff0000" onclick="Set('FF0000')" onmouseover="View('FF0000')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#990000" onclick="Set('990000')" onmouseover="View('990000')"></td>

<td width="10" height="10" bgcolor="#993300" onclick="Set('993300')" onmouseover="View('993300')"></td>
<td width="10" height="10" bgcolor="#996600" onclick="Set('996600')" onmouseover="View('996600')"></td>
<td width="10" height="10" bgcolor="#999900" onclick="Set('999900')" onmouseover="View('999900')"></td>
<td width="10" height="10" bgcolor="#99cc00" onclick="Set('99CC00')" onmouseover="View('99CC00')"></td>
<td width="10" height="10" bgcolor="#99ff00" onclick="Set('99FF00')" onmouseover="View('99FF00')"></td>
<td width="10" height="10" bgcolor="#cc0000" onclick="Set('CC0000')" onmouseover="View('CC0000')"></td>
<td width="10" height="10" bgcolor="#cc3300" onclick="Set('CC3300')" onmouseover="View('CC3300')"></td>
<td width="10" height="10" bgcolor="#cc6600" onclick="Set('CC6600')" onmouseover="View('CC6600')"></td>
<td width="10" height="10" bgcolor="#cc9900" onclick="Set('CC9900')" onmouseover="View('CC9900')"></td>
<td width="10" height="10" bgcolor="#cccc00" onclick="Set('CCCC00')" onmouseover="View('CCCC00')"></td>
<td width="10" height="10" bgcolor="#ccff00" onclick="Set('CCFF00')" onmouseover="View('CCFF00')"></td>
<td width="10" height="10" bgcolor="#ff0000" onclick="Set('FF0000')" onmouseover="View('FF0000')"></td>
<td width="10" height="10" bgcolor="#ff3300" onclick="Set('FF3300')" onmouseover="View('FF3300')"></td>
<td width="10" height="10" bgcolor="#ff6600" onclick="Set('FF6600')" onmouseover="View('FF6600')"></td>
<td width="10" height="10" bgcolor="#ff9900" onclick="Set('FF9900')" onmouseover="View('FF9900')"></td>
<td width="10" height="10" bgcolor="#ffcc00" onclick="Set('FFCC00')" onmouseover="View('FFCC00')"></td>
<td width="10" height="10" bgcolor="#ffff00" onclick="Set('FFFF00')" onmouseover="View('FFFF00')"></td>

</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#00ff00" onclick="Set('00FF00')" onmouseover="View('00FF00')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#990033" onclick="Set('990033')" onmouseover="View('990033')"></td>
<td width="10" height="10" bgcolor="#993333" onclick="Set('993333')" onmouseover="View('993333')"></td>
<td width="10" height="10" bgcolor="#996633" onclick="Set('996633')" onmouseover="View('996633')"></td>
<td width="10" height="10" bgcolor="#999933" onclick="Set('999933')" onmouseover="View('999933')"></td>
<td width="10" height="10" bgcolor="#99cc33" onclick="Set('99CC33')" onmouseover="View('99CC33')"></td>
<td width="10" height="10" bgcolor="#99ff33" onclick="Set('99FF33')" onmouseover="View('99FF33')"></td>
<td width="10" height="10" bgcolor="#cc0033" onclick="Set('CC0033')" onmouseover="View('CC0033')"></td>
<td width="10" height="10" bgcolor="#cc3333" onclick="Set('CC3333')" onmouseover="View('CC3333')"></td>
<td width="10" height="10" bgcolor="#cc6633" onclick="Set('CC6633')" onmouseover="View('CC6633')"></td>
<td width="10" height="10" bgcolor="#cc9933" onclick="Set('CC9933')" onmouseover="View('CC9933')"></td>
<td width="10" height="10" bgcolor="#cccc33" onclick="Set('CCCC33')" onmouseover="View('CCCC33')"></td>
<td width="10" height="10" bgcolor="#ccff33" onclick="Set('CCFF33')" onmouseover="View('CCFF33')"></td>

<td width="10" height="10" bgcolor="#ff0033" onclick="Set('FF0033')" onmouseover="View('FF0033')"></td>
<td width="10" height="10" bgcolor="#ff3333" onclick="Set('FF3333')" onmouseover="View('FF3333')"></td>
<td width="10" height="10" bgcolor="#ff6633" onclick="Set('FF6633')" onmouseover="View('FF6633')"></td>
<td width="10" height="10" bgcolor="#ff9933" onclick="Set('FF9933')" onmouseover="View('FF9933')"></td>
<td width="10" height="10" bgcolor="#ffcc33" onclick="Set('FFCC33')" onmouseover="View('FFCC33')"></td>
<td width="10" height="10" bgcolor="#ffff33" onclick="Set('FFFF33')" onmouseover="View('FFFF33')"></td>
</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#0000ff" onclick="Set('0000FF')" onmouseover="View('0000FF')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#990066" onclick="Set('990066')" onmouseover="View('990066')"></td>
<td width="10" height="10" bgcolor="#993366" onclick="Set('993366')" onmouseover="View('993366')"></td>
<td width="10" height="10" bgcolor="#996666" onclick="Set('996666')" onmouseover="View('996666')"></td>
<td width="10" height="10" bgcolor="#999966" onclick="Set('999966')" onmouseover="View('999966')"></td>
<td width="10" height="10" bgcolor="#99cc66" onclick="Set('99CC66')" onmouseover="View('99CC66')"></td>
<td width="10" height="10" bgcolor="#99ff66" onclick="Set('99FF66')" onmouseover="View('99FF66')"></td>

<td width="10" height="10" bgcolor="#cc0066" onclick="Set('CC0066')" onmouseover="View('CC0066')"></td>
<td width="10" height="10" bgcolor="#cc3366" onclick="Set('CC3366')" onmouseover="View('CC3366')"></td>
<td width="10" height="10" bgcolor="#cc6666" onclick="Set('CC6666')" onmouseover="View('CC6666')"></td>
<td width="10" height="10" bgcolor="#cc9966" onclick="Set('CC9966')" onmouseover="View('CC9966')"></td>
<td width="10" height="10" bgcolor="#cccc66" onclick="Set('CCCC66')" onmouseover="View('CCCC66')"></td>
<td width="10" height="10" bgcolor="#ccff66" onclick="Set('CCFF66')" onmouseover="View('CCFF66')"></td>
<td width="10" height="10" bgcolor="#ff0066" onclick="Set('FF0066')" onmouseover="View('FF0066')"></td>
<td width="10" height="10" bgcolor="#ff3366" onclick="Set('FF3366')" onmouseover="View('FF3366')"></td>
<td width="10" height="10" bgcolor="#ff6666" onclick="Set('FF6666')" onmouseover="View('FF6666')"></td>
<td width="10" height="10" bgcolor="#ff9966" onclick="Set('FF9966')" onmouseover="View('FF9966')"></td>
<td width="10" height="10" bgcolor="#ffcc66" onclick="Set('FFCC66')" onmouseover="View('FFCC66')"></td>
<td width="10" height="10" bgcolor="#ffff66" onclick="Set('FFFF66')" onmouseover="View('FFFF66')"></td>
</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#ffff00" onclick="Set('FFFF00')" onmouseover="View('FFFF00')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>

<td width="10" height="10" bgcolor="#990099" onclick="Set('990099')" onmouseover="View('990099')"></td>
<td width="10" height="10" bgcolor="#993399" onclick="Set('993399')" onmouseover="View('993399')"></td>
<td width="10" height="10" bgcolor="#996699" onclick="Set('996699')" onmouseover="View('996699')"></td>
<td width="10" height="10" bgcolor="#999999" onclick="Set('999999')" onmouseover="View('999999')"></td>
<td width="10" height="10" bgcolor="#99cc99" onclick="Set('99CC99')" onmouseover="View('99CC99')"></td>
<td width="10" height="10" bgcolor="#99ff99" onclick="Set('99FF99')" onmouseover="View('99FF99')"></td>
<td width="10" height="10" bgcolor="#cc0099" onclick="Set('CC0099')" onmouseover="View('CC0099')"></td>
<td width="10" height="10" bgcolor="#cc3399" onclick="Set('CC3399')" onmouseover="View('CC3399')"></td>
<td width="10" height="10" bgcolor="#cc6699" onclick="Set('CC6699')" onmouseover="View('CC6699')"></td>
<td width="10" height="10" bgcolor="#cc9999" onclick="Set('CC9999')" onmouseover="View('CC9999')"></td>
<td width="10" height="10" bgcolor="#cccc99" onclick="Set('CCCC99')" onmouseover="View('CCCC99')"></td>
<td width="10" height="10" bgcolor="#ccff99" onclick="Set('CCFF99')" onmouseover="View('CCFF99')"></td>
<td width="10" height="10" bgcolor="#ff0099" onclick="Set('FF0099')" onmouseover="View('FF0099')"></td>
<td width="10" height="10" bgcolor="#ff3399" onclick="Set('FF3399')" onmouseover="View('FF3399')"></td>
<td width="10" height="10" bgcolor="#ff6699" onclick="Set('FF6699')" onmouseover="View('FF6699')"></td>
<td width="10" height="10" bgcolor="#ff9999" onclick="Set('FF9999')" onmouseover="View('FF9999')"></td>
<td width="10" height="10" bgcolor="#ffcc99" onclick="Set('FFCC99')" onmouseover="View('FFCC99')"></td>

<td width="10" height="10" bgcolor="#ffff99" onclick="Set('FFFF99')" onmouseover="View('FFFF99')"></td>
</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#00ffff" onclick="Set('00FFFF')" onmouseover="View('00FFFF')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#9900cc" onclick="Set('9900CC')" onmouseover="View('9900CC')"></td>
<td width="10" height="10" bgcolor="#9933cc" onclick="Set('9933CC')" onmouseover="View('9933CC')"></td>
<td width="10" height="10" bgcolor="#9966cc" onclick="Set('9966CC')" onmouseover="View('9966CC')"></td>
<td width="10" height="10" bgcolor="#9999cc" onclick="Set('9999CC')" onmouseover="View('9999CC')"></td>
<td width="10" height="10" bgcolor="#99cccc" onclick="Set('99CCCC')" onmouseover="View('99CCCC')"></td>
<td width="10" height="10" bgcolor="#99ffcc" onclick="Set('99FFCC')" onmouseover="View('99FFCC')"></td>
<td width="10" height="10" bgcolor="#cc00cc" onclick="Set('CC00CC')" onmouseover="View('CC00CC')"></td>
<td width="10" height="10" bgcolor="#cc33cc" onclick="Set('CC33CC')" onmouseover="View('CC33CC')"></td>
<td width="10" height="10" bgcolor="#cc66cc" onclick="Set('CC66CC')" onmouseover="View('CC66CC')"></td>
<td width="10" height="10" bgcolor="#cc99cc" onclick="Set('CC99CC')" onmouseover="View('CC99CC')"></td>
<td width="10" height="10" bgcolor="#cccccc" onclick="Set('CCCCCC')" onmouseover="View('CCCCCC')"></td>

<td width="10" height="10" bgcolor="#ccffcc" onclick="Set('CCFFCC')" onmouseover="View('CCFFCC')"></td>
<td width="10" height="10" bgcolor="#ff00cc" onclick="Set('FF00CC')" onmouseover="View('FF00CC')"></td>
<td width="10" height="10" bgcolor="#ff33cc" onclick="Set('FF33CC')" onmouseover="View('FF33CC')"></td>
<td width="10" height="10" bgcolor="#ff66cc" onclick="Set('FF66CC')" onmouseover="View('FF66CC')"></td>
<td width="10" height="10" bgcolor="#ff99cc" onclick="Set('FF99CC')" onmouseover="View('FF99CC')"></td>
<td width="10" height="10" bgcolor="#ffcccc" onclick="Set('FFCCCC')" onmouseover="View('FFCCCC')"></td>
<td width="10" height="10" bgcolor="#ffffcc" onclick="Set('FFFFCC')" onmouseover="View('FFFFCC')"></td>
</tr>
<tr>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#ff00ff" onclick="Set('FF00FF')" onmouseover="View('FF00FF')"></td>
<td width="10" height="10" bgcolor="#000000" onclick="Set('000000')" onmouseover="View('000000')"></td>
<td width="10" height="10" bgcolor="#9900ff" onclick="Set('9900FF')" onmouseover="View('9900FF')"></td>
<td width="10" height="10" bgcolor="#9933ff" onclick="Set('9933FF')" onmouseover="View('9933FF')"></td>
<td width="10" height="10" bgcolor="#9966ff" onclick="Set('9966FF')" onmouseover="View('9966FF')"></td>
<td width="10" height="10" bgcolor="#9999ff" onclick="Set('9999FF')" onmouseover="View('9999FF')"></td>
<td width="10" height="10" bgcolor="#99ccff" onclick="Set('99CCFF')" onmouseover="View('99CCFF')"></td>

<td width="10" height="10" bgcolor="#99ffff" onclick="Set('99FFFF')" onmouseover="View('99FFFF')"></td>
<td width="10" height="10" bgcolor="#cc00ff" onclick="Set('CC00FF')" onmouseover="View('CC00FF')"></td>
<td width="10" height="10" bgcolor="#cc33ff" onclick="Set('CC33FF')" onmouseover="View('CC33FF')"></td>
<td width="10" height="10" bgcolor="#cc66ff" onclick="Set('CC66FF')" onmouseover="View('CC66FF')"></td>
<td width="10" height="10" bgcolor="#cc99ff" onclick="Set('CC99FF')" onmouseover="View('CC99FF')"></td>
<td width="10" height="10" bgcolor="#ccccff" onclick="Set('CCCCFF')" onmouseover="View('CCCCFF')"></td>
<td width="10" height="10" bgcolor="#ccffff" onclick="Set('CCFFFF')" onmouseover="View('CCFFFF')"></td>
<td width="10" height="10" bgcolor="#ff00ff" onclick="Set('FF00FF')" onmouseover="View('FF00FF')"></td>
<td width="10" height="10" bgcolor="#ff33ff" onclick="Set('FF33FF')" onmouseover="View('FF33FF')"></td>
<td width="10" height="10" bgcolor="#ff66ff" onclick="Set('FF66FF')" onmouseover="View('FF66FF')"></td>
<td width="10" height="10" bgcolor="#ff99ff" onclick="Set('FF99FF')" onmouseover="View('FF99FF')"></td>
<td width="10" height="10" bgcolor="#ffccff" onclick="Set('FFCCFF')" onmouseover="View('FFCCFF')"></td>
<td width="10" height="10" bgcolor="#ffffff" onclick="Set('FFFFFF')" onmouseover="View('FFFFFF')"></td>
</tr>
</tbody></table><br />

5 juin 2007

click the 8 to ask a question !


5 juin 2007

Easter egg (rires)


5 juin 2007

sais pas ce que c'est


5 juin 2007

ma créature lol


Publicité
Publicité
1 2 > >>
Coucou
Publicité
Publicité