<!--
var countslash = location.href.substring(location.href.indexOf("html/")+5,location.href.length);
var buffer = "";
while (countslash.indexOf("/")>0){
	countslash = countslash.substring(countslash.indexOf("/")+1, countslash.length);
	buffer = buffer.concat("../");
}
document.writeln('<TABLE WIDTH="100%" BORDER="0" align="center" CELLPADDING="0" CELLSPACING="0" bgcolor="#190B6D">');
document.writeln('<TR>');
document.write('<TD><IMG SRC="');
document.writeln('/img/imagebanniere.jpg" width="251" height="87"></TD>');
document.writeln('<TD ALIGN="right"><IMG SRC="');
document.writeln('/img/newlogo_fondbleusmall.jpg" width="434" height="59"></TD>');
document.writeln('</TR>');
document.writeln('</TABLE>');
document.writeln('<TABLE WIDTH="100%" HEIGHT="1" BORDER="0" ALIGN="center" CELLPADDING="0" CELLSPACING="0" bordercolor="#f08816" bgcolor="#f08816">');
document.writeln('<TR><TD></TD></TR>');
document.writeln('</TABLE>');
document.writeln('<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" BGCOLOR="#190B6D" ALIGN="center" HEIGHT="10" id="MENUTOP">');
document.writeln('<TR><TD align="right"><A HREF="');
document.write(buffer);
document.writeln('contact.htm" TARGET="rlrmtl">Contactez-nous</A></TD></TR>');
document.writeln('</TABLE>');
document.writeln('<TABLE WIDTH="100%" HEIGHT="1" BORDER="0" ALIGN="center" CELLPADDING="0" CELLSPACING="0" bordercolor="#f08816" bgcolor="#f08816">');
document.writeln('<TR><TD></TD></TR>');
document.writeln('</TABLE>');
document.writeln('<TABLE WIDTH="100%" HEIGHT="1" BORDER="0" ALIGN="center" CELLPADDING="0" CELLSPACING="0" bordercolor="#f08816" bgcolor="#f08816">');
document.writeln('<TR><TD></TD></TR>');
document.writeln('</TABLE>');
//-->