/*
SCRIPT TROUVE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

document.write('<STYLE TYPE="text/css">\na.mv2style {color:#414141;text-decoration:none;}\na:hover.mv2style {color:#414141;text-decoration:none;}\n</STYLE>');

mv2_menu = new Array();
mv2_lien = new Array();

mv2_menu[0] = ' &nbsp;<img src="img/icons/attach.png" align="absmiddle" alt="">&nbsp;&nbsp; En pratique';


mv2_lien[0] = ''
mv2_lien[0] += '<DIV CLASS="mv2style"><DIV style="font-size:12px; font-color:#414141; text-align:justify; margin:8px;">  Alexis, 23&nbsp;ans, est boulanger et per&ccedil;oit 1500&nbsp;&euro;/mois.<br> Il vient de trouver le 1<sup>er</sup> f&eacute;vrier un appartement avec un loyer de 430&nbsp;&euro; par mois (400&nbsp;&euro; de loyer + 30&nbsp;&euro; de charges). ASTRIA payera au bailleur le d&eacute;p&ocirc;t de garantie d&acute;un&nbsp;mois de loyer, soit 400&nbsp;&euro; et elle se portera caution pour Alexis, gratuitement, pendant 3&nbsp;ans. Alexis remboursera &agrave; ASTRIA les 400&nbsp;&euro; correspondant au d&eacute;p&ocirc;t de garantie en 20 &nbsp;mensualit&eacute;s de 20&nbsp;&euro;, &agrave; partir du 30&nbsp;avril.</div><div style="font-size:10px; font-color:#414141;"><A HREF=""><u>Fermer</u></A></div></DIV>';


mv2_pos = -2;

function mv2_menu_draw()
	{
	mv2_aff = "<TABLE BORDER=0 BGCOLOR=#ffffff CELLPADDING=0 CELLSPACING=0 WIDTH=215 ><TR><TD><TABLE BORDER=0 CELLPADDING=03 CELLSPACING=1 WIDTH=100% >";

	for(a=0;a<mv2_menu.length;a++)
		{
		if(mv2_pos == a || !document.getElementById)
			bgcolor = "#e7e3fe";
			
		else
			bgcolor = "#ded9fa";
			
	if(document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+" ><A HREF=\"\" onMouseOver=\"mv2_pos="+a+";mv2_menu_draw()\" CLASS=mv2style><FONT FACE=\"Arial\" SIZE=2>"+mv2_menu[a]+"</FONT></A></TD></TR>";
		else
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+" ><FONT FACE=\"Arial\" SIZE=2 COLOR=#000000>"+mv2_menu[a]+"</FONT></TD></TR>"
	if(mv2_pos == a || !document.getElementById)
			mv2_aff += "<TR><TD BGCOLOR="+bgcolor+" ><FONT FACE=\"Arial\" SIZE=2 COLOR=#000000>"+mv2_lien[a]+"</FONT></TD></TR>";
		}

	mv2_aff += "</TABLE></TD></TR></TABLE>";
	if(document.getElementById)
		document.getElementById("mv2").innerHTML = mv2_aff;
	else
		document.write(mv2_aff);
	}

mv2_menu_draw();
