<!--
function enGrand(url) {
settings ='menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,width=627,height=400'
newWin=window.open(url, "", settings);
if (this.focus) {newWin.focus()}
}

// Effet de mouvement

function mClk(src)
{ if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();} }
function mOvrTop(src,clrOver)
{ if (!src.contains(event.fromElement)) { src.children.tags('A')[0].style.color = '#800000'; src.style.cursor = 'hand'; src.bgColor = clrOver;}}
function mOutTop(src,clrIn) 
{ if (!src.contains(event.toElement)) { src.children.tags('A')[0].style.color = ''; src.bgColor = clrIn;}}
function mOvrTop1(src,clrOver)
{ if (!src.contains(event.fromElement)) {src.bgColor = clrOver;}}
function mOutTop1(src,clrIn) 
{ if (!src.contains(event.toElement)) {src.bgColor = clrIn;}}


//-->