<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>so - Sport &#187; ATP Tokyo</title>
	<atom:link href="http://www.so-sport.fr/category/tennis/atp-tokyo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.so-sport.fr</link>
	<description>L&#039;actualité du sport</description>
	<lastBuildDate>Thu, 09 Feb 2012 12:04:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Nouvelle finale pour Tsonga</title>
		<link>http://www.so-sport.fr/2009/10/tennis/nouvelle-finale-pour-tsonga/</link>
		<comments>http://www.so-sport.fr/2009/10/tennis/nouvelle-finale-pour-tsonga/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 12:16:31 +0000</pubDate>
		<dc:creator>Rédacteur en chef</dc:creator>
				<category><![CDATA[ATP Tokyo]]></category>
		<category><![CDATA[Tennis]]></category>
		<category><![CDATA[ATP]]></category>
		<category><![CDATA[Gaël Monfils]]></category>
		<category><![CDATA[Jo-Wilfried Tsonga]]></category>
		<category><![CDATA[Lleyton Hewitt]]></category>
		<category><![CDATA[Mikhail Youzhny]]></category>
		<category><![CDATA[Tokyo]]></category>

		<guid isPermaLink="false">http://www.so-sport.fr/?p=400</guid>
		<description><![CDATA[En balayant Gael Monfils 6-3 ; 6-3, Jo Wilfried Tsonga accède à la finale du tournoi de Tokyo, la 3e cette saison. L&#8217;affiche promettait un choc entre deux joueurs physiques mais elle a rapidement tournée en un match à sens unique à l&#8217;avantage de Tsonga. Jo a pleinement profité de sa force, son service et [...]]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://www.so-sport.fr/2009/10/tennis/nouvelle-finale-pour-tsonga/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.so-sport.fr/2009/10/tennis/nouvelle-finale-pour-tsonga/" data-count="vertical" data-text="Nouvelle finale pour Tsonga" data-via="so_sport" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><script src="http://connect.facebook.net/fr_FR/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Fwww.so-sport.fr%2F2009%2F10%2Ftennis%2Fnouvelle-finale-pour-tsonga%2F" send="false" show_faces="false"  layout="box_count" width="50"  ></fb:like></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p style="text-align: justify;">En balayant <strong>Gael Monfils</strong> 6-3 ; 6-3, <strong>Jo Wilfried Tsonga</strong> accède à la finale du tournoi de <strong>Tokyo</strong>, la 3e cette saison.</p>
<p style="text-align: justify;">L&#8217;affiche promettait un choc entre deux joueurs physiques mais elle a rapidement tournée en un match à sens unique à l&#8217;avantage de <strong>Tsonga</strong>.</p>
<p style="text-align: justify;"><strong>Jo </strong>a pleinement profité de sa force, son service et son gros coup droit, pour maîtriser <strong>Monfils </strong>qui est apparu émoussé par un manque de fraîcheur physique.</p>
<p style="text-align: justify;">Il affrontera le russe <strong>Mikhail Youzhny</strong> qui s&#8217;est défait, non sans mal (6-2 ; 5-7 ; 7-5) de <strong>Lleyton Hewitt</strong>. Un long match qui pèsera dans la lutte pour le titre tokyioïte.</p>
<p style="text-align: justify;">Ce sera l&#8217;occasion, pour le 7e joueur mondial, d&#8217;affirmer son statut.<br />
Rendez-vous dimanche !!</p>
<p><!-- BEGIN CODE NetAffiliation : http://www.netaffiliation.com/ - Bwin Paris Sportifs FR --><br />
<a href="http://action.metaffiliation.com/suivi.php?mclic=S41399514EB9178" target="_blank"><img src="http://action.metaffiliation.com/suivi.php?maff=S41399514EB9178" border="0" alt="" /></a><br />
<!-- END CODE NetAffiliation --></p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-80px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://www.so-sport.fr/2009/10/tennis/nouvelle-finale-pour-tsonga/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

