<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="fr-FR">
<head profile="http://gmpg.org/xfn/11">
<title>Luc Rousseau | Photographe de plein air, d’aventures et de paysages.</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Photographe de plein air, d’aventures et de paysages." />
<link rel="stylesheet" type="text/css" href="http://www.lucrousseau.com/wp-content/themes/sidewinder/library/css/default.css" />
<link rel="stylesheet" type="text/css" href="http://www.lucrousseau.com/wp-content/themes/sidewinder/style.css" />
<link rel="alternate" type="application/rss+xml" href="http://www.lucrousseau.com/feed/" title="Luc Rousseau Posts RSS feed" />
<link rel="pingback" href="http://www.lucrousseau.com/xmlrpc.php" />
<link rel="alternate" type="application/rss+xml" title="Luc Rousseau &raquo; Flux" href="http://www.lucrousseau.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Luc Rousseau &raquo; Flux des commentaires" href="http://www.lucrousseau.com/comments/feed/" />
<style type="text/css" media="screen">

</style>
<script type='text/javascript' src='http://www.lucrousseau.com/wp-includes/js/l10n.js?ver=20101110'></script>
<script type='text/javascript' src='http://www.lucrousseau.com/wp-includes/js/jquery/jquery.js?ver=1.6.1'></script>
<script type='text/javascript' src='http://www.lucrousseau.com/wp-content/themes/sidewinder/library/js/jquery-ui-1.8.10.custom.min.js?ver=3.2.1'></script>
<script type='text/javascript' src='http://www.lucrousseau.com/wp-content/themes/base/library/js/base.js?ver=1.0'></script>
<script type='text/javascript' src='http://www.lucrousseau.com/wp-includes/js/swfobject.js?ver=2.2'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.lucrousseau.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.lucrousseau.com/wp-includes/wlwmanifest.xml" /> 
<link rel='index' title='Luc Rousseau' href='http://www.lucrousseau.com/' />

	<script type="text/javascript">
		jQuery(document).ready(function(){			
						jQuery("#mainholder").css("width","100%");
						jQuery("#mainindex").css("width","100%");			
						jQuery("#mainholder #holder div.singleitem").css({"margin-left":0});						
						jQuery("#mainholder #holder div.singleitem").last().addClass("last").css({"border-right":"0px"});
						jQuery("#mainindex #imagediv img").css({"margin-left":0});
						jQuery("#mainindex #imagediv img").last().css({"margin-right":0});
						totalwidth = jQuery("#holder").width(); // Total large image width			
						totalimages = jQuery("#holder .singleitem").size();
						totalwidth = totalwidth+(0)*(totalimages+1);
						jQuery("#holder").css({"width":totalwidth});	
						sliderwidth = 0;
						jQuery("#imagediv img").each(function(){
							sliderwidth = sliderwidth+jQuery(this).width()+0;
						});	
			
						jQuery(".end").css("right","0");
						if(totalimages<=1){
							jQuery("#mainholder").addClass("fixwidth");
							jQuery("#mainholder").css("width","960px");
							jQuery("a.leftnav,a.rightnav").hide();
						}
						variablechange(); //for initialization before window resize	is called
						function variablechange(){
							tempslidedist = new Array();
							slidedist = new Array();
							screenwidth = jQuery(window).width(); // Visible screen width
							handlewidth = ((screenwidth/10)-6);	// width of the slider handle according to the width of the screen		
							screenmid = (screenwidth)/2; // Middle of visible screen
							tempval = (screenmid*10000)/(totalwidth); // The total distance the slider has moved when it reaches the middle of the screen.
							mval = totalwidth*.000095;	//
							holdermulti = (totalwidth-screenwidth+10)/1000; // Multiple value with which the main images move		
							halfhandlewidth = handlewidth/2;				
							jQuery("#imagediv").css("width",(sliderwidth)+"px");
							indexwidth = (sliderwidth-handlewidth-5);
							jQuery("#index").css("width",indexwidth+"px");	
							divratio = (indexwidth)/1000;
							if(sliderwidth > screenwidth){
								jQuery("#index").css("margin-left","71px");
							}else{
								jQuery("#index").css("margin-left","");
							}	
							slidespeed = (1000/(sliderwidth))*95;							
							if(sliderwidth<(handlewidth+10) || totalimages == 0){ //+10 is added to make the difference larger so when they are almost same, the error doesnot takeplace
								jQuery("#mainindex").hide();
								jQuery(".slider-navigation a.leftnav, .slider-navigation a.rightnav").hide();
							} else{
								jQuery("#mainindex").show();
								jQuery(".slider-navigation a.leftnav, .slider-navigation a.rightnav").show();
							}
							
							for(var i=0;i<totalimages;i++){							
								if(i==0){
									tempslidedist[i] = ((jQuery("#imagediv img:eq("+(i)+")").width()-((handlewidth+3)/2))+(jQuery("#imagediv img:eq("+(i+1)+")").width()/2) + 0); 								
								}else{
									tempslidedist[i] = (tempslidedist[i-1] + jQuery("#imagediv img:eq("+(i)+")").width()/2 + jQuery("#imagediv img:eq("+(i+1)+")").width()/2 + 0);								
								}							
								slidedist[i] = Math.round(((tempslidedist[i]))/divratio);								
							}	 
						}	
						
						jQuery(".imgexcerpt").hide();
						jQuery(".imglink").mouseover(function(){		
							jQuery("#mainholder").addClass("disablemove");
						});
						jQuery(".imglink").mouseout(function(){		
							jQuery("#mainholder").removeClass("disablemove");
						});
						jQuery(".imgexcerpt").mouseover(function(){		
							jQuery("#mainholder").addClass("disablemove");
						});
						jQuery(".imgexcerpt").mouseout(function(){		
							jQuery("#mainholder").removeClass("disablemove");
						});		
							
						jQuery(".imglink").click(function(e){ //Toggling the show/hide the img excerpt link	

							thisimgwidth = jQuery(this).parent().find("img").width();	

							if(thisimgwidth<355){
								exceptwidth = (.85*thisimgwidth);
							}else{ 
								exceptwidth = 340;
							}
							jQuery(this).parent().siblings().find(".imgexcerpt").fadeOut("fast")
								.end()
								.find("img").fadeTo("fast", 1)
								.end()
								.find(".imglink").addClass("show");
							
							if(jQuery(this).hasClass("show")){
								jQuery(this).parent().find(".imgexcerpt").css({"width":exceptwidth}).fadeIn("fast");
								jQuery(this).parent().find("img").fadeTo("fast", .3);
								jQuery(this).removeClass("show");
							}else{
								jQuery(this).parent().find(".imgexcerpt").css({"width":exceptwidth}).fadeOut("fast");
								jQuery(this).parent().find("img").fadeTo("fast", 1);
								jQuery(this).addClass("show");			
							}
							
						});
						
						jQuery("#index").slider({
							max		:	1000,
							animate	:	true,
							step	:	1,		
							change	:	ifSliderChange,
							slide	:	ifSliderSlide
						});	
						jQuery("#index").slider("value",(0));
						jQuery("#index").css("z-index","99");
						mainfunctions(); //for initialization before window resize	
						function mainfunctions(){		
							jQuery("#index .ui-slider-handle").css("width",(handlewidth)+"px");	
							if(sliderwidth < screenwidth){	
								jQuery("#index .ui-slider-handle").css("margin","0 -" + (handlewidth/2 + 3) + "px");
							}	

						}
					
						animating = false;
						click = -1;						
						jQuery(".leftnav").live("click",function(){		
							if(!animating && !jQuery("#mainholder").hasClass("disablemove")){													
								if(click>=0){click--;}							
								var sliderpos = jQuery("#index").slider("value");									
								var flag=0;
								for(var j=totalimages;j>=0;j--){
									if((sliderpos>slidedist[(j)]) && flag==0){
										click=j;
										flag=1;
									}									
								}								
								if(click<0){
									jQuery("#index").slider("value",(0));
								}else{	
									jQuery("#index").slider("value",(slidedist[click]));
								}
								animating = true;																
							}		
						});
						jQuery(".rightnav").live("click",function(){
							if(!animating && !jQuery("#mainholder").hasClass("disablemove")){							
								click++;								
								var sliderpos = jQuery("#index").slider("value");								
								var flag=0;
								for(var j=0;j<totalimages;j++){
									if((slidedist[(j)]>sliderpos) && flag==0){
										click=j;
										flag=1;
									}									
								} 								
								if(sliderpos >= 1000){
									jQuery("#index").slider("value",(0));
									click = -1;																		
								}else{						
									jQuery("#index").slider("value",(slidedist[click]));									
								}								
								animating = true;																									
							}		
						});	
						jQuery(".end").css("z-index","99");
						jQuery(".start").css("z-index","99");
						jQuery(".end").click(function(){	
							jQuery("#index").slider("value",(1000));
						});	
						jQuery(".start").click(function(){		
							jQuery("#index").slider("value",(0));
						});	
						
						jQuery(window).resize(function() {
							variablechange();
							mainfunctions();
						});					

					function ifSliderChange(e, ui) {
						jQuery("#mainindex").animate({scrollLeft: (((ui.value-tempval)*mval)) }, 500);	
						jQuery("#mainholder").animate({scrollLeft: (ui.value * holdermulti) }, 500,function(){animating = false;});		
					}

					function ifSliderSlide(e, ui) {											
						jQuery("#mainholder").prop({scrollLeft: (ui.value * holdermulti) });						
					}		
			});
			</script>
			<script text='text/javascript'>jQuery(document).ready(function(){ if(jQuery('#mainindex').length){
				jQuery('#mainindex').nextAll().wrapAll('<div class="textcontent"></div>');
				jQuery('.slider-navigation').prevAll().wrapAll('<div class="textcontent"></div>');
			} else {
				jQuery('.entry-content').wrapInner('<div class="textcontent" />');		
			} });</script>
<script type="text/javascript">
	jQuery(document).ready(function(){
		jQuery("ul.menu").supersubs({ 
            minWidth:    10,   // minimum width of sub-menus in em units 
            maxWidth:    30,   // maximum width of sub-menus in em units 
            extraWidth:  3     // extra width can ensure lines do not sometimes turn over 
                               // due to slight rounding differences and font-family 
    }).superfish	
      	jQuery("ul.menu").superfish({
      		animation:   {opacity:'show'},
      		speed:         'fast'
      	}); 
	});
</script>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(["_setAccount", "UA-2386049-11"]);
  _gaq.push(["_trackPageview"]);

  (function() {
    var ga = document.createElement("script"); ga.type = "text/javascript"; ga.async = true;
    ga.src = ("https:" == document.location.protocol ? "https://ssl" : "http://www") + ".google-analytics.com/ga.js";
    var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(ga, s);
  })();

</script></head>

<body class="home blog ">
<div id="main-container" class="container_12">


<!-- BeginHeader -->
<div id="header" class="grid_12 clearfix">
	<div id="masthead">
			<h1 id="logo"><a href="http://www.lucrousseau.com" title="Photographe de plein air, d’aventures et de paysages.">Luc Rousseau</a></h1>
	<span class="description">Photographe de plein air, d’aventures et de paysages.</span>
		
	</div><!-- #masthead -->
		
	<div class="menu clearfix"><ul id="menu-menu" class="menu"><li id="menu-item-400" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-400"><a href="http://www.lucrousseau.com/">Accueil</a></li>
<li id="menu-item-547" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-547"><a href="http://www.lucrousseau.com/gallery/paysages/">Portfolios</a>
<ul class="sub-menu">
	<li id="menu-item-539" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-539"><a href="http://www.lucrousseau.com/gallery/paysages/">Paysages</a></li>
	<li id="menu-item-542" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-542"><a href="http://www.lucrousseau.com/gallery/islande/">Islande</a></li>
	<li id="menu-item-540" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-540"><a href="http://www.lucrousseau.com/gallery/activites/">Activités</a></li>
	<li id="menu-item-545" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-545"><a href="http://www.lucrousseau.com/gallery/ville/">Ville</a></li>
	<li id="menu-item-541" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-541"><a href="http://www.lucrousseau.com/gallery/hiver/">Hiver</a></li>
	<li id="menu-item-543" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-543"><a href="http://www.lucrousseau.com/gallery/nature/">Nature</a></li>
	<li id="menu-item-544" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-544"><a href="http://www.lucrousseau.com/gallery/publications/">Publications</a></li>
</ul>
</li>
<li id="menu-item-107" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-107"><a href="http://www.lucrousseau.com/services/">Infos</a>
<ul class="sub-menu">
	<li id="menu-item-106" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-106"><a href="http://www.lucrousseau.com/services/">Services</a></li>
	<li id="menu-item-105" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-105"><a href="http://www.lucrousseau.com/clients/">Clients</a></li>
	<li id="menu-item-546" class="menu-item menu-item-type-post_type menu-item-object-galleries menu-item-546"><a href="http://www.lucrousseau.com/gallery/publications/">Publications</a></li>
</ul>
</li>
<li id="menu-item-153" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-153"><a href="http://twitter.com/#!/lucrousseau">Twitter</a></li>
<li id="menu-item-152" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-152"><a href="http://www.facebook.com/LucRousseauPhoto">Facebook</a></li>
<li id="menu-item-103" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-103"><a href="http://www.lucrousseau.com/contact/">Contact</a></li>
</ul></div>	
</div><!-- #header -->
<!-- EndHeader -->


<!-- BeginContent -->

	

	<div class="content grid_12">
			
		<div class="slider-navigation">
			<a class="leftnav"></a>
			<a class="rightnav"></a>  
		</div>
		
		<div id="mainholder">       
			<div id="holder" style="width:4650px">
			     
						<div class="singleitem">
							<img width="750" height="500" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/5926876594_dec9f6b4e4_o.jpg" class="attachment-large wp-post-image" alt="5926876594_dec9f6b4e4_o" title="5926876594_dec9f6b4e4_o" />   
							<a class="imglink" title="Paysages" href="http://www.lucrousseau.com/gallery/paysages/">Click for more</a>
						</div>
									   
						<div class="singleitem">
							<img width="750" height="500" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/MG_7441-Modifier-2.jpg" class="attachment-large wp-post-image" alt="_MG_7441-Modifier-2" title="_MG_7441-Modifier-2" />   
							<a class="imglink" title="Islande" href="http://www.lucrousseau.com/gallery/islande/">Click for more</a>
						</div>
									   
						<div class="singleitem">
							<img width="750" height="500" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/MG_9093-1.jpg" class="attachment-large wp-post-image" alt="Canoeing in Parc de la Jacques-Cartier" title="Canoeing in Parc de la Jacques-Cartier" />   
							<a class="imglink" title="Activités" href="http://www.lucrousseau.com/gallery/activites/">Click for more</a>
						</div>
									   
						<div class="singleitem">
							<img width="900" height="500" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/INDESIGN-_MG_1164-Edit-2.jpg" class="attachment-large wp-post-image" alt="Chateau Frontenac" title="Chateau Frontenac" />   
							<a class="imglink" title="Ville" href="http://www.lucrousseau.com/gallery/ville/">Click for more</a>
						</div>
									   
						<div class="singleitem">
							<img width="750" height="500" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/montagne-art-_MG_7143-Modifier-1.jpg" class="attachment-large wp-post-image" alt="Refuge Le Montagne Art - Valle Bras du Nord" title="Refuge Le Montagne Art - Valle Bras du Nord" />   
							<a class="imglink" title="Hiver" href="http://www.lucrousseau.com/gallery/hiver/">Click for more</a>
						</div>
									   
						<div class="singleitem">
							<img width="750" height="500" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/MG_0185-Modifier.jpg" class="attachment-large wp-post-image" alt="Rabbit" title="Rabbit" />   
							<a class="imglink" title="Nature" href="http://www.lucrousseau.com/gallery/nature/">Click for more</a>
						</div>
												 </div><!-- #holder -->  
		</div><!-- #mainholder -->
			
		<div id="mainindex">
			<div id="imagediv">
			  <span class="start"></span>
			  <img width="75" height="50" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/5926876594_dec9f6b4e4_o-75x50.jpg" class="attachment-thumbnail-50 wp-post-image" alt="5926876594_dec9f6b4e4_o" title="5926876594_dec9f6b4e4_o" /><img width="75" height="50" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/MG_7441-Modifier-2-75x50.jpg" class="attachment-thumbnail-50 wp-post-image" alt="_MG_7441-Modifier-2" title="_MG_7441-Modifier-2" /><img width="75" height="50" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/MG_9093-1-75x50.jpg" class="attachment-thumbnail-50 wp-post-image" alt="Canoeing in Parc de la Jacques-Cartier" title="Canoeing in Parc de la Jacques-Cartier" /><img width="90" height="50" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/INDESIGN-_MG_1164-Edit-2-90x50.jpg" class="attachment-thumbnail-50 wp-post-image" alt="Chateau Frontenac" title="Chateau Frontenac" /><img width="75" height="50" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/montagne-art-_MG_7143-Modifier-1-75x50.jpg" class="attachment-thumbnail-50 wp-post-image" alt="Refuge Le Montagne Art - Valle Bras du Nord" title="Refuge Le Montagne Art - Valle Bras du Nord" /><img width="75" height="50" src="http://www.lucrousseau.com/wp-content/uploads/2011/11/MG_0185-Modifier-75x50.jpg" class="attachment-thumbnail-50 wp-post-image" alt="Rabbit" title="Rabbit" />				<span class="end"></span>
			</div><!-- #imagediv -->  
			<div id="index"></div>
		</div><!-- #mainindex --> 
	    
				<div  class="navigation">                 
				<div class="nav-previous"></div>
				<div class="nav-next"></div>
				<div class="clear"></div>
			</div>	
	</div>

 




	<div id="below_footer" class="grid_12 clearfix">
		<p>All content &copy; 2013 by Luc Rousseau.		<a href="http://graphpaperpress.com/themes/sidewinder/" title="Sidewinder theme framework for WordPress">Sidewinder theme</a> by <a href="http://graphpaperpress.com" title="Graph Paper Press">Graph Paper Press</a>.		 </p>
	</div>

</div><!-- .container_12 -->



<!-- 45 queries in 0,583 -->

</body>
</html>                             