function position_infoslex()
{
var resol = screen.width;
if (resol >1024){
document.write("<div style='position: absolute; left: 660px; top: 2190px; background-color: #ffffff; layer-background-color: #ffffff; width: 240px;'>");
document.write("<center class='infoslex'>");
document.write("<img alt='Lex contenu' src='../../../../images/dernieres_infos.gif' width='236' height='93' border='0' />");
document.write("</center>");
document.write("</div>");
document.write("<div style='position: absolute; left: 670px; top: 2450px; background-color: #ffffff; layer-background-color: #ffffff; width: 200px;'>");
document.write("<center>");
document.write("<a class='prompteurl' href='javascript:ticker.start()'><b>prompteur</b></a>");
document.write("&nbsp;&nbsp;&nbsp;");
document.write("<a class='prompteurl' href='javascript:ticker.stop()'><b>stop</b></a>");
document.write("</center>");
document.write("</div>");
}
else {
document.write("<div style='position: absolute; left: 540px; top: 2190px; background-color: #ffffff; layer-background-color: #ffffff; width: 240px;'>");
document.write("<center class='infoslex'>");
document.write("<img alt='Lex contenu' src='../../../../images/dernieres_infos.gif' width='236' height='93' border='0' />");
document.write("</center>");
document.write("</div>");
document.write("<div style='position: absolute; left: 560px; top: 2450px; background-color: #ffffff; layer-background-color: #ffffff; width: 200px;'>");
document.write("<center>");
document.write("<a class='prompteurl' href='javascript:ticker.start()'><b>prompteur</b></a>");
document.write("&nbsp;&nbsp;&nbsp;");
document.write("<a class='prompteurl' href='javascript:ticker.stop()'><b>stop</b></a>");
document.write("</center>");
document.write("</div>");
}

}
