/* Date de création: 24/10/02 */

// bandeau haut
function AfficheBandeau(rep)
{
	var ie = (document.all)? true:false;
	var ns4 = (document.layers)? true:false;
	var ns6 = (document.getElementById)? true:false;

	if ((ns6) || (ie)) document.write("<div style='position:absolute; top:13; left:28; z-index=1'>");
	else document.write("<layer top='15' left='30' z-index='1'>");
	document.write("<table cellSpacing=0 cellPadding=0 width=747 border=0>");
	document.write("<tr><td>");
	document.write("<img height=83 src='"+rep+"images/bandeau/bandeau1.jpg' width=149>");
	document.write("<img height=83 src='"+rep+"images/bandeau/bandeau2.jpg' width=149>");
	document.write("<img height=83 src='"+rep+"images/bandeau/bandeau3.jpg' width=149>");
	document.write("<img height=83 src='"+rep+"images/bandeau/bandeau4.jpg' width=149>");
	document.write("<img height=83 src='"+rep+"images/bandeau/bandeau5.jpg' width=151>");
	document.write("</td></tr>");
	document.write("</table>");
	if ((ns6) || (ie)) 
	{
		document.write("</div>");
		document.write("<div style='position:absolute; top:76; left:15; z-index=1'>");
	}
	else 
	{
		document.write("</layer>");
		document.write("<layer top=76; left=15; z-index=1>");
	}
	document.write("<table>");
	document.write("<tr><td>");
	document.write("<img height=35 src='"+rep+"images/menu/bande1.gif' width=10>");
	document.write("</td></tr>");
	document.write("</table>");
	if ((ns6) || (ie)) 
	{
		document.write("</div>");
		document.write("<div style='position:absolute; top:93; left:25; z-index=1'>");
	} 
	else
	{
		document.write("</layer>");
		document.write("<layer top=93; left=25; z-index=1>");
	}
	document.write("<table>");
	document.write("<tr><td>");
	document.write("<img height=18 src='"+rep+"images/menu/bande2.gif' width=74>");
	document.write("</td></tr>");
	document.write("</table>");
	if ((ns6) || (ie)) 
	{
		document.write("</div>");
		document.write("<div style='position:absolute; top:109; left:36; z-index=1'>")
	} 
	else 
	{
		document.write("</layer>");
		document.write("<layer top='109' left='36' z-index='1'>")
	}
	document.write("<table><tr>");
	document.write("<td><img src='"+rep+"images/bandeau/bandeau-bas-logo.jpg'><td>");
	document.write("</tr></table>")
	if ((ns6) || (ie)) document.write("</div>");
	else document.write("</layer>");
}
