

/* ------------------ PRINCIPAL ------------------ */

// Titres des articles
sIFR.replace(bookman, {
	selector: 'h2.bloc-entry'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #000000; text-align: left; font-size: 25px } a { color: #BBBBBB; text-decoration: none } a:link { color: #BBBBBB; text-decoration: none } a:hover { color: #333333; text-decoration: underline }' ]
});

// Sous-titres des articles
sIFR.replace(bookman, {
	selector: 'small.bloc-entry'
	,tuneHeight: '10'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #777777; text-align: left; font-size: 11px }' ]
});

// Corpus des articles
sIFR.replace(bookman, {
	selector: 'div.entry'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #000000; text-align: left; font-size: 18px; text-align: justify; text-indent: 50 }' ]
});

// Pieds des articles
sIFR.replace(bookman, {
	selector: 'p.postmetadata'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #777777; text-align: left; font-size: 11px } a { color: #111111; text-decoration: none } a:link { color: #111111; text-decoration: none } a:hover { color: #111111; text-decoration: underline }' ]
});

// Pied de page
sIFR.replace(bookman, {
	selector: 'p.foot'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #777777; text-align: center; font-size: 11px; letter-spacing: 3 }' ]
});

/* ---------------------------------------------- */


/* ------------------ ARCHIVES ------------------ */

// Titre de page archives
sIFR.replace(bookman, {
	selector: 'h2.pagetitle'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #222222; text-align: left; font-size: 20px }' ]
});

// Titre d'article archives
sIFR.replace(bookman, {
	selector: 'h3.archives_'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #000000; text-align: left; font-size: 25px } a { color: #111111; text-decoration: none } a:link { color: #111111; text-decoration: none } a:hover { color: #111111; text-decoration: underline }' ]
});

// Sous-titre d'article archives
sIFR.replace(bookman, {
	selector: 'small.archives_'
	,tuneHeight: '10'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #777777; text-align: left; font-size: 11px }' ]
});

/* ---------------------------------------------- */


/* ------------------ SIDEBAR ------------------- */

// Titres des widgets dans la sidebar
sIFR.replace(bookman, {
	selector: 'h2.widgettitle'
	,wmode: 'transparent'
	,selectable: 'false'
	,tuneHeight: '-3'
	,filters: {
		DropShadow: {
			knockout: false
			,distance: 1
			,color: '#000000'
			,strength: 1
		}
	}
	,css: [ '.sIFR-root { color: #FFFFFF; text-align: left; font-size: 18px; font-style: italic }' ]
});

// Liens archives
sIFR.replace(bookman, {
	selector: 'span.archives_'
	,wmode: 'transparent'
	,selectable: 'false'
	,forceSingleLine: 'true'
	,tuneWidth: '100'
	,tuneHeight: '-3'
	,offsetLeft: '3'
	,css: [ '.sIFR-root { width: 150px; color: #222222; text-align: left; font-size: 15px } a { color: #111111; text-decoration: none } a:link { color: #111111; text-decoration: none } a:hover { color: #666666; text-decoration: underline }' ]
});

// Liens hypertextes
sIFR.replace(bookman, {
	selector: 'span.meta_'
	,wmode: 'transparent'
	,selectable: 'false'
	,forceSingleLine: 'true'
	,tuneWidth: '100'
	,tuneHeight: '-3'
	,offsetLeft: '3'
	,css: [ '.sIFR-root { width: 150px; color: #222222; text-align: left; font-size: 15px } a { color: #111111; text-decoration: none } a:link { color: #111111; text-decoration: none } a:hover { color: #666666; text-decoration: underline }' ]
});

/* ---------------------------------------------- */


/* ------------------ NAVIGATOR ----------------- */

// Liens de navigation
sIFR.replace(bookman, {
	selector: 'div.alignleft'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #999999; text-align: left; font-size: 13px } a { color: #999999; text-decoration: none } a:link { color: #999999; text-decoration: none } a:hover { color: #111111; text-decoration: underline }' ]
});

sIFR.replace(bookman, {
	selector: 'div.alignright'
	,wmode: 'transparent'
	,selectable: 'false'
	,css: [ '.sIFR-root { color: #999999; text-align: right; font-size: 13px } a { color: #999999; text-decoration: none } a:link { color: #999999; text-decoration: none } a:hover { color: #111111; text-decoration: underline }' ]
});

/* ---------------------------------------------- */
