	var config2 = {
			'reactivite2' : {'h':'270px','l':'-21px','t':'141px','bp':'6px 7px'},
			'fiabilite2' : {'h':'214px','l':'-24px','t':'69px','bp':'5px -1129px'},
			'flexibilite2' : {'h':'272px','l':'0px','t':'0px','bp':'5px -568px'},
			'fidelite2' : {'h':'265px','l':'56px','t':'161px','bp':'9px -846px'},
			'qualite2' : {'h':'255px','l':'152px','t':'157px','bp':'-3px -285px'},
			'cout2' : {'h':'219px','l':'151px','t':'66px','bp':'3px -1618px'},
			'experience2' : {'h':'282px','l':'143px','t':'-13px','bp':'-11px -1338px'}
		}
		function changeSelected2(obj){
			resetSelected2();
			//t = $(obj).attr('rel');
			t = obj;
			if (typeof(config2[t]) != 'object') return;
			
			o = config2[t];
			$('#selected-item2').css({
				'height':o.h,
				'left':o.l,
				'top':o.t,
				'width':'300px',
				'background-position':o.bp
				});
		}
		function resetSelected2(){
			$('#selected-item2').css({
				'height':0,
				'left':0,
				'top':0,
				'width':0,
				'bakcground-position':'0px 0px'
				});
		}

