<!-- // 1998-2009 © TigreConcept Switzerland all right reserved

if (navigator.appName.substring(0,3)=="Mic") {
if (parent.frames.length!=0){
function scrollBar(line,face,theme)
{
if (!line||!face)
{
line=null;
face=null;
switch(theme)
{
case "blue":
var line="#78AAFF";
var face="#EBF5FF";
break;
case "orange":
var line="#FBBB37";
var face="#FFF9DF";
break;
case "red":
var line="#FF7979";
var face="#FFE3DD";
break;
case "green":
var line="#00C600";
var face="#D1EED0";
break;
case "neo":
var line="#BC7E41";
var face="#EFE0D1";
break;
}
}
with(document.body.style)
{
scrollbarDarkShadowColor=line;
scrollbar3dLightColor=line;
scrollbarArrowColor="darkgray";
scrollbarBaseColor=face;
scrollbarFaceColor=face;
scrollbarHighlightColor=face;
scrollbarShadowColor=face;
scrollbarTrackColor="#F3F3F3";
}
}
function colorBar(){
var w = document.body.clientWidth;
var h = document.body.clientHeight;
var x = event.clientX;
var y = event.clientY;
if(x>w||y-3>h) scrollBar('#FBBB37','#FFFF82');
else scrollBar(null,null,"orange");
}
if (document.all){
scrollBar(null,null,"orange");
document.onmousemove=colorBar;
}
function offscreen(){
scrollBar(null,null,"orange");
}
document.onmouseout=offscreen;
}}

window.document.write('<map name="map" id="map">');
window.document.write('<AREA SHAPE="RECT" COORDS="20,0,0,16" href="javascript:changeTaille(2);" title="Augmenter la taille du texte">');
window.document.write('<AREA SHAPE="RECT" COORDS="40,0,21,16" href="javascript:changeTaille(-2);" title="R&eacute;duire la taille du texte">');
window.document.write('<AREA SHAPE="RECT" COORDS="39,21,0,37" href="#reagir" title="Commente ou réagis sur ce message">');
window.document.write('<AREA SHAPE="CIRCLE" COORDS="68,20,20" href="index.html" target=_top title="Blog 999 de Daniel Vallat - Une nouvelle civilisation, un nouveau paradigme.">');
window.document.write('</map><img src=images/polices.gif width=88 height=40 border=0 usemap="#map" align=right>');

// -->

