   /* ---------------------------------------------------- */  
   /* GLOBAL 
   /* ---------------------------------------------------- */  
/*    html {  
   font-size: 76%;}  
     
   body {  
   font-family: arial, helvetica, sans-serif;  
   line-height: 1.4em;  
   font-size: 1.2em;  
   padding: 5%;} */
     

   /* ---------------------------------------------------- */  
   /* SLIDESHOW 
   /* ---------------------------------------------------- */  
#slideshow {
	height:500px;
	color: #234956;} */
	/* position:relative; */
	
	
	/* width: 440px; */
   /* background-color: #ecf3fd;  */ 
  /*  background:url(images/slideshow-bg.jpg) top left no-repeat; */
   /* background-color: #f1fcfe;
   border: 3px solid #ccc; */
/*    background:none;}   */

   #slideshow h2,ul li a{
	color:#234956;}
   
   #slideshow ul { 
   margin: 0;  
   padding: 0;  
   list-style-type: none; 

  /*  height: 1%; */   /* IE fix */}  
     
   #slideshow ul:after {  
   content: ".";  
   clear: both;  
   display: block;  
   height: 0;  
   visibility: hidden;}              
     
   /* ---------------------------------------------------- */  
   /* SLIDESHOW > SLIDES 
   /* ---------------------------------------------------- */  
   #slideshow .slides {  
   overflow: hidden;  
   width: 440px;
   /* height:500px; */}  
     
   #slideshow .slides ul {  
   /* total width of all slides - 
   440px multiplied by 6 in this case */  
   width: 2640px;
   }  
     
   #slideshow .slides li {  
   float: left; 
   width: 400px;
   height: 360px;
   background: url(images/slideshow-bg.png) no-repeat; 
   background-position: 0 -11px;
   padding: 20px 15px 20px 0;}
   
   /* IE7 fix : display body background by default !*/
   html>body #slideshow .slides li {*background: url(images/slideshow-bg-ie7.png) no-repeat; *background-position: 0 -11px; }
   
   /* FF and IE8 fix, margin differences */
 	/* html> *//**//* body #slideshow .slides li {*background: url(images/slideshow-bg.png) no-repeat; *background-position: 0 -11px; } */
   
   /* background:url(images/slideshow-bg.jpg) top left no-repeat; */}  
     
   #slideshow .slides h2 {  
	margin-top: 0;}  
   
 /* ---------------------------------------------------- */  
 /* SLIDESHOW > NAVIGATION 
 /* ---------------------------------------------------- */  
/* #slideshow .slides-arrows .leftarrow {  
position: absolute;
margin: -250px 0 0 -30px;}

 #slideshow .slides-arrows .rightarrow {  
position: absolute;
margin: -250px 0 0 420px;} */

/* #slideshow .slides-nav {
background:url(images/barre-slideshow.jpg) top left no-repeat;
 border-top: 2px solid #ccc; } */
   


/*  #slideshow .slides-nav li {  
 float: left;}  
  
#slideshow .slides-nav li a {  
display: block;  
padding: 15px 20px;  
 outline: none;}   */
 
/* .js #slideshow .slides-nav li.on,  
.js #slideshow .slides-nav li.on a {
background:url(images/nev-slideshow-on.jpg) bottom left no-repeat;
}  
   
.js #slideshow .slides-nav li.on a {  
 position: relative;  
 top: -4px;}   */