// When true the dimensions of the Flash movie will fit exactly around the width and height of the text in the movie. 
// *Note:* this is as reported by Flash, so you might need to manually tune the dimensions.
//sIFR.fitExactly = true;
//sIFR.tuneWidth = 100;

// Allow sIFR to run when loaded from the localhost domain. 
//You don't have to add localhost to the domains. 
//sIFR.fromLocal = true;

// Specifies the window mode of the Flash movie. 
// When transparent the movie will be transparent. 
// When opaque elements can be displayed on top of the movie. 
// If transparency is not supported wmode will be set to opaque and the background color specified in the CSS will be used. 
// Therefore, it is important to always specify a background color!
sIFR.Wmode = "transparent";

var larcenet = {
  src: 'http://editionslesreveurs.com/version/wp-content/themes/les-reveurs/larcenet.swf'
};

var liliecaps = {
  src: 'http://editionslesreveurs.com/version/wp-content/themes/les-reveurs/liliecaps.swf'
};


sIFR.activate(larcenet); // From revision 209 and onwards





/*sIFR.debug.ratios({ src: 'larcenet.swf', selector: 'h2.titreg' });*/

/*sIFR.replace(larcenet, {
    selector: 'h3.datePost'
    ,css: [ '.sIFR-root { text-align: center;  }'
	,'em { font-style: normal; color: #000000; }'
    ],selectable: false
	, wmode: 'transparent'
  });
  
  sIFR.replace(larcenet, {
  selector: '.menu li'
  ,css: [
      '.sIFR-root { text-align: center;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #ffffff; }'
    ], wmode: 'transparent'
});*/

/*sIFR.replace(larcenet, {
  selector: '#main h3'
  ,css: [
      '.sIFR-root { text-align: left;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #ffffff; }'
    ], wmode: 'transparent'
});*/

/*sIFR.replace(larcenet, {
  selector: 'h2.titrePost'
  ,css: [
      '.sIFR-root { text-align: left;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #ffffff; }'
    ], wmode: 'transparent'
});*/


sIFR.replace(larcenet, {
  selector: '#albums_bar li'
  ,css: [
      '.sIFR-root { text-align: center;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #ffffff; }'
    ], wmode: 'transparent'
});

sIFR.replace(liliecaps, {
  selector: '#shopp h3'
  ,css: [
      '.sIFR-root { text-align: left; color: #c41b1b;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #c41b1b; }'
      ,'a:hover { color: #ffffff; }'
    ], wmode: 'transparent'
});

sIFR.replace(liliecaps, {
  selector: 'h3.actu'
  ,css: [
      '.sIFR-root { text-align: left; color: #c41b1b;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #c41b1b; }'
      ,'a:hover { color: #ffffff; }'
    ], wmode: 'transparent'
});

sIFR.replace(liliecaps, {
  selector: 'h2.pagetitle'
  ,css: [
      '.sIFR-root { text-align: left; color: #275f9d; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #275f9d; }'
      ,'a:hover { color: #ffffff; }'
    ], wmode: 'transparent'
});
