	var config1 = {
			'reactivite' : {'h':'270px','l':'-21px','t':'141px','bp':'0px 0px'},
			'fiabilite' : {'h':'214px','l':'-24px','t':'69px','bp':'0px -1133px'},
			'flexibilite' : {'h':'259px','l':'0px','t':'0px','bp':'0px -571px'},
			'fidelite' : {'h':'265px','l':'56px','t':'161px','bp':'0px -851px'},
			'qualite' : {'h':'255px','l':'152px','t':'157px','bp':'-13px -290px'},
			'cout' : {'h':'219px','l':'151px','t':'66px','bp':'-7px -1623px'},
			'experience' : {'h':'265px','l':'143px','t':'-13px','bp':'-21px -1343px'}
		}
		function changeSelected1(obj){
			resetSelected1();
			//t = $(obj).attr('rel');
			t = obj;
			if (typeof(config1[t]) != 'object') return;
			
			o = config1[t];
			$('#selected-item1').css({
				'height':o.h,
				'left':o.l,
				'top':o.t,
				'width':'300px',
				'background-position':o.bp
				});
		}
		function resetSelected1(){
			$('#selected-item1').css({
				'height':0,
				'left':0,
				'top':0,
				'width':0,
				'bakcground-position':'0px 0px'
				});
		}

