function mouv_droite1(){
	 var i;
	 var temps;
	 //document.getElementById('li_1').style.textIndent="000px";
	 document.getElementById('div_1').style.width="120px"
	 document.getElementById('div_1').style.color="#fff";
	 
	 setTimeout("mouv_droite12()",70);
 }
function mouv_droite12(){
	 for (i=1; i<=10 ; i++)	{
	    
		
		var largeur=(document.getElementById('div_1').style.width);
        largeur=largeur.substring(0, 3);
		if (parseInt(largeur)<=250){
			largeur=parseInt(largeur)+10;
			document.getElementById('div_1').style.width=(largeur)+"px";
			setTimeout("mouv_droite13()",70);
		}
		
	}
}
function mouv_droite13(){
	var indent= document.getElementById('li_1').style.textIndent;
	indent=parseInt(indent.substring(0, 2))+2;
	//document.getElementById('li_1').style.textIndent=(indent)+"px";
	
	 var largeur=(document.getElementById('div_1').style.width);
      largeur=largeur.substring(0, 3);
	 if (parseInt(largeur)<=250){
	  largeur=parseInt(largeur)+10;
	  document.getElementById('div_1').style.width=(largeur)+"px";
	 }
	 document.getElementById('img_1').src="images/puce_blanc.png";
}
function mouv_gauche1(){
	 //document.getElementById('li_1').style.textIndent="0px";
	 document.getElementById('div_1').style.backgroundColor="";
	 document.getElementById('div_1').style.color="#0d3e89";
	 document.getElementById('div_1').style.width="100px";
	 document.getElementById('img_1').src="images/puce.png";
}
 
/*2-----------------------------------------------------------------------*/
function mouv_droite2(){
	 var i;
	 var temps;
	 //document.getElementById('li_2').style.textIndent="15px";
	 document.getElementById('div_2').style.width="190px"
	 document.getElementById('div_2').style.color="#fff";
	 document.getElementById('img_2').src="images/puce_blanc.png";
	 setTimeout("mouv_droite22()",70);
 }
function mouv_droite22(){
	 for (i=1; i<=10 ; i++)	{
	    var largeur=(document.getElementById('div_2').style.width);
        largeur=largeur.substring(0, 3);
		if (parseInt(largeur)<=250){
			largeur=parseInt(largeur)+10;
			document.getElementById('div_2').style.width=(largeur)+"px";
			setTimeout("mouv_droite23()",70);
		}
	}
}
function mouv_droite23(){
	  var largeur=(document.getElementById('div_2').style.width);
      largeur=largeur.substring(0, 3);
	 if (parseInt(largeur)<=250){
	  largeur=parseInt(largeur)+10;
	  document.getElementById('div_2').style.width=(largeur)+"px";
	 }
}
function mouv_gauche2(){
	 //document.getElementById('li_2').style.textIndent="0px";
	 document.getElementById('div_2').style.backgroundColor="";
	 document.getElementById('div_2').style.color="#0d3e89";
	 document.getElementById('div_2').style.width="170px";
	 document.getElementById('img_2').src="images/puce.png";
}
/*3-----------------------------------------------------------------------*/
function mouv_droite3(){
	 var i;
	 var temps;
	 //document.getElementById('li_3').style.textIndent="15px";
	 document.getElementById('div_3').style.width="200px"
	 document.getElementById('div_3').style.color="#fff";
	 document.getElementById('img_3').src="images/puce_blanc.png";
	 setTimeout("mouv_droite32()",70);
 }
function mouv_droite32(){
	 for (i=1; i<=10 ; i++)	{
	    var largeur=(document.getElementById('div_3').style.width);
        largeur=largeur.substring(0, 3);
		if (parseInt(largeur)<=250){
			largeur=parseInt(largeur)+10;
			document.getElementById('div_3').style.width=(largeur)+"px";
			setTimeout("mouv_droite23()",70);
		}
	}
}
function mouv_droite33(){
	  var largeur=(document.getElementById('div_3').style.width);
      largeur=largeur.substring(0, 3);
	 if (parseInt(largeur)<=250){
	  largeur=parseInt(largeur)+10;
	  document.getElementById('div_3').style.width=(largeur)+"px";
	 }
}
function mouv_gauche3(){
	 //document.getElementById('li_3').style.textIndent="0px";
	 document.getElementById('div_3').style.backgroundColor="";
	 document.getElementById('div_3').style.color="#0d3e89";
	 document.getElementById('div_3').style.width="200px";
	 document.getElementById('img_3').src="images/puce.png";
}
/*4-----------------------------------------------------------------------*/
function mouv_droite4(){
	 var i;
	 var temps;
	 //document.getElementById('li_4').style.textIndent="15px";
	 document.getElementById('div_4').style.width="150px"
	 document.getElementById('div_4').style.color="#fff";
	 document.getElementById('img_4').src="images/puce_blanc.png";
	 setTimeout("mouv_droite42()",70);
 }
function mouv_droite42(){
	 for (i=1; i<=10 ; i++)	{
	    var largeur=(document.getElementById('div_4').style.width);
        largeur=largeur.substring(0, 3);
		if (parseInt(largeur)<=250){
			largeur=parseInt(largeur)+10;
			document.getElementById('div_4').style.width=(largeur)+"px";
			setTimeout("mouv_droite43()",70);
		}
	}
}
function mouv_droite43(){
	  var largeur=(document.getElementById('div_4').style.width);
      largeur=largeur.substring(0, 3);
	 if (parseInt(largeur)<=250){
	  largeur=parseInt(largeur)+10;
	  document.getElementById('div_4').style.width=(largeur)+"px";
	 }
}
function mouv_gauche4(){
	 //document.getElementById('li_4').style.textIndent="0px";
	 document.getElementById('div_4').style.backgroundColor="";
	 document.getElementById('div_4').style.color="#0d3e89";
	 document.getElementById('div_4').style.width="130px";
	 document.getElementById('img_4').src="images/puce.png";
}

/*5-----------------------------------------------------------------------*/
function mouv_droite5(){
	 var i;
	 var temps;
	 //document.getElementById('li_5').style.textIndent="15px";
	 document.getElementById('div_5').style.width="120px"
	 document.getElementById('div_5').style.color="#fff";
	 document.getElementById('img_5').src="images/puce_blanc.png";
	 setTimeout("mouv_droite52()",70);
 }
function mouv_droite52(){
	 for (i=1; i<=10 ; i++)	{
	    var largeur=(document.getElementById('div_5').style.width);
        largeur=largeur.substring(0, 3);
		if (parseInt(largeur)<=250){
			largeur=parseInt(largeur)+10;
			document.getElementById('div_5').style.width=(largeur)+"px";
			setTimeout("mouv_droite53()",70);
		}
	}
}
function mouv_droite53(){
	  var largeur=(document.getElementById('div_5').style.width);
      largeur=largeur.substring(0, 3);
	 if (parseInt(largeur)<=250){
	  largeur=parseInt(largeur)+10;
	  document.getElementById('div_5').style.width=(largeur)+"px";
	 }
}
function mouv_gauche5(){
	 //document.getElementById('li_5').style.textIndent="0px";
	 document.getElementById('div_5').style.backgroundColor="";
	 document.getElementById('div_5').style.color="#0d3e89";
	 document.getElementById('div_5').style.width="100px";
	 document.getElementById('img_5').src="images/puce.png";
	 
}
