@media screen {
	/**
	 * CSS in this file is used by *all* skins (that have any CSS at all). Be
	 * careful what you put in here, since what looks good in one skin may not in
	 * another, but don't ignore the poor pre-Monobook users either.
	 */
	
	/* GENERAL CLASSES FOR DIRECTIONALITY SUPPORT */
	
	/**
	 * These classes should be used for text depending on the content direction.
	 * Content stuff like editsection, ul/ol and TOC depend on this.
	 */
	.mw-content-ltr {
		/* @noflip */
		direction: ltr;
	}
	
	.mw-content-rtl {
		/* @noflip */
		direction: rtl;
	}
	
	/* Most input fields should be in site direction */
	.sitedir-ltr textarea,
	.sitedir-ltr input {
		/* @noflip */
		direction: ltr;
	}
	
	.sitedir-rtl textarea,
	.sitedir-rtl input {
		/* @noflip */
		direction: rtl;
	}
	
	.mw-userlink {
		unicode-bidi: embed;
	}
	
	/* User-Agent styles for new HTML5 elements */
	mark {
		background-color: yellow;
		color: black;
	}
	
	/* Helper for wbr element on IE 8+; in HTML5, but not supported by default as of IE 11. */
	/* Note canonical HTML5 styles recommend "content: \u200B", but this doesn't work as of IE 11. */
	wbr {
		display: inline-block;
	}
	
	/* Input types that should follow user direction, like buttons */
	/* TODO: What about buttons in wikipage content ? */
	input[type="submit"],
	input[type="button"],
	input[type="reset"],
	input[type="file"] {
		direction: ltr;
	}
	
	/* Override default values */
	textarea[dir="ltr"],
	input[dir="ltr"] {
		/* @noflip */
		direction: ltr;
	}
	
	textarea[dir="rtl"],
	input[dir="rtl"] {
		/* @noflip */
		direction: rtl;
	}
	
	/* Default style for semantic tags */
	abbr[title],
	.explain[title] {
		border-bottom: 1px dotted;
		cursor: help;
	}
	
	/* Colored watchlist and recent changes numbers */
	.mw-plusminus-pos {
		color: #006400; /* dark green */
	}
	
	.mw-plusminus-neg {
		color: #8b0000; /* dark red */
	}
	
	.mw-plusminus-null {
		color: #aaa; /* gray */
	}
	
	/*
	 * Bidi-isolate these numbers.
	 * See https://phabricator.wikimedia.org/T93484
	 */
	.mw-plusminus-pos,
	.mw-plusminus-neg,
	.mw-plusminus-null {
		unicode-bidi: -moz-isolate;
		unicode-bidi: -webkit-isolate;
		unicode-bidi: isolate;
	}
	
	/**
	 * Links to redirects appear italicized on [[Special:AllPages]], [[Special:PrefixIndex]],
	 * [[Special:Watchlist/edit]] and in category listings.
	 */
	.allpagesredirect,
	.redirect-in-category,
	.watchlistredir {
		font-style: italic;
	}
	
	/* Comment and username portions of RC entries */
	span.comment {
		font-style: italic;
	}
	
	span.changedby {
		font-size: 95%;
	}
	
	/* Math */
	.texvc {
		direction: ltr;
		unicode-bidi: embed;
	}
	
	img.tex {
		vertical-align: middle;
	}
	
	span.texhtml {
		font-family: serif;
	}
	
	/**
	 * Add a bit of margin space between the preview and the toolbar.
	 * This replaces the ugly <p><br /></p> we used to insert into the page source
	 */
	#wikiPreview.ontop {
		margin-bottom: 1em;
	}
	
	/* Stop floats from intruding into edit area in previews */
	#editform,
	#toolbar,
	#wpTextbox1 {
		clear: both;
	}
	
	/**
	 * File description page
	 */
	
	div.mw-filepage-resolutioninfo {
		font-size: smaller;
	}
	
	/**
	 * File histories
	 */
	h2#filehistory {
		clear: both;
	}
	
	table.filehistory th,
	table.filehistory td {
		vertical-align: top;
	}
	
	table.filehistory th {
		text-align: left;
	}
	
	table.filehistory td.mw-imagepage-filesize,
	table.filehistory th.mw-imagepage-filesize {
		white-space: nowrap;
	}
	
	table.filehistory td.filehistory-selected {
		font-weight: bold;
	}
	
	/**
	 * Add a checkered background image on hover for file
	 * description pages. (bug 26470)
	 */
	.filehistory a img,
	#file img:hover {
		background: white url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAAAAAA6mKC9AAAAGElEQVQYV2N4DwX/oYBhgARgDJjEAAkAAEC99wFuu0VFAAAAAElFTkSuQmCC) repeat;
		background: white url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/checker.png?2025-01-21T14:03:20Z) repeat!ie;
	}
	
	/**
	 * rev_deleted stuff
	 */
	li span.deleted,
	span.history-deleted {
		text-decoration: line-through;
		color: #888;
		font-style: italic;
	}
	
	/**
	 * Patrol stuff
	 */
	.not-patrolled {
		background-color: #ffa;
	}
	
	.unpatrolled {
		font-weight: bold;
		color: red;
	}
	
	div.patrollink {
		font-size: 75%;
		text-align: right;
	}
	
	/**
	 * Forms
	 */
	td.mw-label {
		text-align: right;
	}
	
	td.mw-input {
		text-align: left;
	}
	
	td.mw-submit {
		text-align: left;
	}
	
	td.mw-label {
		vertical-align: top;
	}
	
	.prefsection td.mw-label {
		width: 20%;
	}
	
	.prefsection table {
		width: 100%;
	}
	
	.prefsection table.mw-htmlform-matrix {
		width: auto;
	}
	
	.mw-icon-question {
		/* SVG support using a transparent gradient to guarantee cross-browser
		 * compatibility (browsers able to understand gradient syntax support also SVG).
		 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/question.png?2025-01-21T14:03:20Z);
		background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.059%22%20height%3D%2221.06%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M10.529%200c-5.814%200-10.529%204.714-10.529%2010.529s4.715%2010.53%2010.529%2010.53c5.816%200%2010.529-4.715%2010.529-10.53s-4.712-10.529-10.529-10.529zm-.002%2016.767c-.861%200-1.498-.688-1.498-1.516%200-.862.637-1.534%201.498-1.534.828%200%201.5.672%201.5%201.534%200%20.827-.672%201.516-1.5%201.516zm2.137-6.512c-.723.568-1%20.931-1%201.739v.5h-2.205v-.603c0-1.517.449-2.136%201.154-2.688.707-.552%201.139-.845%201.139-1.637%200-.672-.414-1.051-1.24-1.051-.707%200-1.328.189-1.982.638l-1.051-1.807c.861-.604%201.93-1.034%203.342-1.034%201.912%200%203.516%201.051%203.516%203.066-.001%201.43-.794%202.188-1.673%202.877z%22%2F%3E%3C%2Fsvg%3E);
		background-image: -webkit-linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/question.svg?2025-01-21T14:03:20Z)!ie;
		background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.059%22%20height%3D%2221.06%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M10.529%200c-5.814%200-10.529%204.714-10.529%2010.529s4.715%2010.53%2010.529%2010.53c5.816%200%2010.529-4.715%2010.529-10.53s-4.712-10.529-10.529-10.529zm-.002%2016.767c-.861%200-1.498-.688-1.498-1.516%200-.862.637-1.534%201.498-1.534.828%200%201.5.672%201.5%201.534%200%20.827-.672%201.516-1.5%201.516zm2.137-6.512c-.723.568-1%20.931-1%201.739v.5h-2.205v-.603c0-1.517.449-2.136%201.154-2.688.707-.552%201.139-.845%201.139-1.637%200-.672-.414-1.051-1.24-1.051-.707%200-1.328.189-1.982.638l-1.051-1.807c.861-.604%201.93-1.034%203.342-1.034%201.912%200%203.516%201.051%203.516%203.066-.001%201.43-.794%202.188-1.673%202.877z%22%2F%3E%3C%2Fsvg%3E);
		background-image: linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/question.svg?2025-01-21T14:03:20Z)!ie;
		background-repeat: no-repeat;
		background-size: 13px 13px;
		display: inline-block;
		height: 13px;
		width: 13px;
		margin-left: 4px;
	}
	
	.mw-icon-question:lang(ar),
	.mw-icon-question:lang(fa),
	.mw-icon-question:lang(ur) {
		-webkit-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
		transform: scaleX(-1);
	}
	
	td.mw-submit {
		white-space: nowrap;
	}
	
	table.mw-htmlform-nolabel td.mw-label {
		width: 1px;
	}
	
	tr.mw-htmlform-vertical-label td.mw-label {
		text-align: left !important;
	}
	
	.mw-htmlform-invalid-input td.mw-input input {
		border-color: red;
	}
	
	.mw-htmlform-flatlist div.mw-htmlform-flatlist-item {
		display: inline;
		margin-right: 1em;
		white-space: nowrap;
	}
	
	.mw-htmlform-matrix td {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	
	input#wpSummary {
		width: 80%;
		margin-bottom: 1em;
	}
	
	/**
	 * Image captions.
	 *
	 * This is only meant to provide the most basic of styles, visual settings shouldn't be added here.
	 */
	
	/* @noflip */
	.mw-content-ltr .thumbcaption {
		text-align: left;
	}
	
	/* @noflip */
	.mw-content-ltr .magnify {
		float: right;
	}
	
	/* @noflip */
	.mw-content-rtl .thumbcaption {
		text-align: right;
	}
	
	/* @noflip */
	.mw-content-rtl .magnify {
		float: left;
	}
	
	/**
	 * Categories
	 */
	#catlinks {
		/**
		 * Overrides text justification (user preference)
		 * See bug 31990
		 */
		text-align: left;
	}
	
	.catlinks ul {
		display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		list-style-type: none;
		list-style-image: none;
		vertical-align: middle !ie;
	}
	
	.catlinks li {
		display: inline-block;
		line-height: 1.25em;
		border-left: 1px solid #AAA;
		margin: 0.125em 0;
		padding: 0 0.5em;
		zoom: 1;
		display: inline !ie;
	}
	
	.catlinks li:first-child {
		padding-left: 0.25em;
		border-left: none;
	}
	
	/* (bug 5346) make category redirects italic */
	.catlinks li a.mw-redirect {
		font-style: italic;
	}
	
	/**
	 * Hidden categories
	 */
	.mw-hidden-cats-hidden {
		display: none;
	}
	
	.catlinks-allhidden {
		display: none;
	}
	
	/**
	 * Convenience links to edit block, delete and protect reasons
	 * and upload licenses
	 */
	p.mw-ipb-conveniencelinks,
	p.mw-protect-editreasons,
	p.mw-filedelete-editreasons,
	p.mw-delete-editreasons,
	p.mw-revdel-editreasons,
	p.mw-upload-editlicenses {
		font-size: 90%;
		text-align: right;
	}
	
	/* Page history styling */
	
	/* The auto-generated edit comments */
	.autocomment {
		color: gray;
	}
	
	#pagehistory .history-user {
		margin-left: 0.4em;
		margin-right: 0.2em;
	}
	
	#pagehistory span.minor {
		font-weight: bold;
	}
	
	#pagehistory li {
		border: 1px solid white;
	}
	
	#pagehistory li.selected {
		background-color: #f9f9f9;
		border: 1px dashed #aaa;
	}
	
	.mw-history-revisionactions, #mw-fileduplicatesearch-icon {
		float: right;
	}
	
	/** Generic minor/bot/newpage styling (recent changes) */
	.newpage,
	.minoredit,
	.botedit {
		font-weight: bold;
	}
	
	#shared-image-dup,
	#shared-image-conflict {
		font-style: italic;
	}
	
	/**
	 * Recreating deleted page warning
	 * Reupload file warning
	 * Page protection warning
	 * incl. log entries for these warnings
	 */
	div.mw-warning-with-logexcerpt {
		padding: 3px;
		margin-bottom: 3px;
		border: 2px solid #2F6FAB;
		clear: both;
	}
	
	div.mw-warning-with-logexcerpt ul li {
		font-size: 90%;
	}
	
	/* (show/hide) revision deletion links */
	span.mw-revdelundel-link,
	strong.mw-revdelundel-link {
		font-size: 90%;
	}
	
	span.mw-revdelundel-hidden,
	input.mw-revdelundel-hidden {
		visibility: hidden;
	}
	
	td.mw-revdel-checkbox,
	th.mw-revdel-checkbox {
		padding-right: 10px;
		text-align: center;
	}
	
	/* red links; see bug 36276 */
	a.new {
		color: #BA0000;
	}
	
	/* feed links */
	a.feedlink {
		/* SVG support using a transparent gradient to guarantee cross-browser
		 * compatibility (browsers able to understand gradient syntax support also SVG).
		 * http://pauginer.tumblr.com/post/36614680636/invisible-gradient-technique */
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/feed-icon.png?2025-01-21T14:03:20Z);
		background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%22.085%22%20y1%3D%22.085%22%20x2%3D%22.915%22%20y2%3D%22.915%22%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E3702D%22%2F%3E%3Cstop%20offset%3D%22.107%22%20stop-color%3D%22%23EA7D31%22%2F%3E%3Cstop%20offset%3D%22.35%22%20stop-color%3D%22%23F69537%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23FB9E3A%22%2F%3E%3Cstop%20offset%3D%22.702%22%20stop-color%3D%22%23EA7C31%22%2F%3E%3Cstop%20offset%3D%22.887%22%20stop-color%3D%22%23DE642B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D95B29%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20rx%3D%2255%22%20ry%3D%2255%22%20fill%3D%22%23CC5D15%22%2F%3E%3Crect%20width%3D%22246%22%20height%3D%22246%22%20rx%3D%2250%22%20ry%3D%2250%22%20x%3D%225%22%20y%3D%225%22%20fill%3D%22%23F49C52%22%2F%3E%3Crect%20width%3D%22236%22%20height%3D%22236%22%20rx%3D%2247%22%20ry%3D%2247%22%20x%3D%2210%22%20y%3D%2210%22%20fill%3D%22url%28%23a%29%22%2F%3E%3Ccircle%20cx%3D%2268%22%20cy%3D%22189%22%20r%3D%2224%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M160%20213h-34a82%2082%200%200%200-82-82v-34a116%20116%200%200%201%20116%20116zM184%20213a140%20140%200%200%200-140-140v-35a175%20175%200%200%201%20175%20175z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E);
		background-image: -webkit-linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/feed-icon.svg?2025-01-21T14:03:20Z)!ie;
		background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22128%22%20height%3D%22128%22%20viewBox%3D%220%200%20256%20256%22%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%22.085%22%20y1%3D%22.085%22%20x2%3D%22.915%22%20y2%3D%22.915%22%20id%3D%22a%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E3702D%22%2F%3E%3Cstop%20offset%3D%22.107%22%20stop-color%3D%22%23EA7D31%22%2F%3E%3Cstop%20offset%3D%22.35%22%20stop-color%3D%22%23F69537%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23FB9E3A%22%2F%3E%3Cstop%20offset%3D%22.702%22%20stop-color%3D%22%23EA7C31%22%2F%3E%3Cstop%20offset%3D%22.887%22%20stop-color%3D%22%23DE642B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D95B29%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20rx%3D%2255%22%20ry%3D%2255%22%20fill%3D%22%23CC5D15%22%2F%3E%3Crect%20width%3D%22246%22%20height%3D%22246%22%20rx%3D%2250%22%20ry%3D%2250%22%20x%3D%225%22%20y%3D%225%22%20fill%3D%22%23F49C52%22%2F%3E%3Crect%20width%3D%22236%22%20height%3D%22236%22%20rx%3D%2247%22%20ry%3D%2247%22%20x%3D%2210%22%20y%3D%2210%22%20fill%3D%22url%28%23a%29%22%2F%3E%3Ccircle%20cx%3D%2268%22%20cy%3D%22189%22%20r%3D%2224%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M160%20213h-34a82%2082%200%200%200-82-82v-34a116%20116%200%200%201%20116%20116zM184%20213a140%20140%200%200%200-140-140v-35a175%20175%200%200%201%20175%20175z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fsvg%3E);
		background-image: linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/feed-icon.svg?2025-01-21T14:03:20Z)!ie;
		background-position: center left;
		background-repeat: no-repeat;
		background-size: 12px 12px;
		padding-left: 16px;
	}
	
	/* Plainlinks - this can be used to switch
	 * off special external link styling */
	.plainlinks a.external {
		background: none !important;
		padding: 0 !important;
	}
	
	/* External URLs should always be treated as LTR (bug 4330) */
	/* @noflip */ .rtl a.external.free,
	.rtl a.external.autonumber {
		direction: ltr;
		unicode-bidi: embed;
	}
	
	/**
	 * wikitable class for skinning normal tables
	 * keep in sync with commonPrint.css
	 */
	table.wikitable {
		margin: 1em 0;
		background-color: #f9f9f9;
		border: 1px solid #aaa;
		border-collapse: collapse;
		color: black;
	}
	
	table.wikitable > tr > th,
	table.wikitable > tr > td,
	table.wikitable > * > tr > th,
	table.wikitable > * > tr > td {
		border: 1px solid #aaa;
		padding: 0.2em 0.4em;
	}
	
	table.wikitable > tr > th,
	table.wikitable > * > tr > th {
		background-color: #f2f2f2;
		text-align: center;
	}
	
	table.wikitable > caption {
		font-weight: bold;
	}
	
	/* success and error messages */
	.error,
	.warning,
	.success {
		font-size: larger;
	}
	
	.error {
		color: #cc0000;
	}
	
	.warning {
		color: #705000;
	}
	
	.success {
		color: #009000;
	}
	
	.errorbox,
	.warningbox,
	.successbox {
		border: 1px solid;
		padding: .5em 1em;
		margin-bottom: 1em;
		display: -moz-inline-block;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
	
	.errorbox h2,
	.warningbox h2,
	.successbox h2 {
		font-size: 1em;
		color: inherit;
		font-weight: bold;
		display: inline;
		margin: 0 .5em 0 0;
		border: none;
	}
	
	.errorbox {
		color: #cc0000;
		border-color: #fac5c5;
		background-color: #fae3e3;
	}
	
	.warningbox {
		color: #705000;
		border-color: #fde29b;
		background-color: #fdf1d1;
	}
	
	.successbox {
		color: #008000;
		border-color: #b7fdb5;
		background-color: #e1fddf;
	}
	
	/* general info/warning box for SP */
	.mw-infobox {
		border: 2px solid #ff7f00;
		margin: 0.5em;
		clear: left;
		overflow: hidden;
	}
	
	.mw-infobox-left {
		margin: 7px;
		float: left;
		width: 35px;
	}
	
	.mw-infobox-right {
		margin: 0.5em 0.5em 0.5em 49px;
	}
	
	/* Note on preview page */
	.previewnote {
		color: #c00;
		margin-bottom: 1em;
	}
	
	.previewnote p {
		text-indent: 3em;
		margin: 0.8em 0;
	}
	
	.visualClear {
		clear: both;
	}
	
	/**
	 * Data table style
	 *
	 * Transparent table with suddle borders
	 * and blue row-highlighting.
	 */
	.mw-datatable {
		border-collapse: collapse;
	}
	
	.mw-datatable,
	.mw-datatable td,
	.mw-datatable th {
		border: 1px solid #aaaaaa;
		padding: 0 0.15em 0 0.15em;
	}
	
	.mw-datatable th {
		background-color: #ddddff;
	}
	
	.mw-datatable td {
		background-color: #ffffff;
	}
	
	.mw-datatable tr:hover td {
		background-color: #eeeeff;
	}
	
	/* filetoc */
	ul#filetoc {
		text-align: center;
		border: 1px solid #aaaaaa;
		background-color: #f9f9f9;
		padding: 5px;
		font-size: 95%;
		margin-bottom: 0.5em;
		margin-left: 0;
		margin-right: 0;
	}
	
	#filetoc li {
		display: inline;
		list-style-type: none;
		padding-right: 2em;
	}
	
	/* Classes for Exif data display */
	table.mw_metadata {
		font-size: 0.8em;
		margin-left: 0.5em;
		margin-bottom: 0.5em;
		width: 400px;
	}
	
	table.mw_metadata caption {
		font-weight: bold;
	}
	
	table.mw_metadata th {
		font-weight: normal;
	}
	
	table.mw_metadata td {
		padding: 0.1em;
	}
	
	table.mw_metadata {
		border: none;
		border-collapse: collapse;
	}
	
	table.mw_metadata td,
	table.mw_metadata th {
		text-align: center;
		border: 1px solid #aaaaaa;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	table.mw_metadata th {
		background-color: #f9f9f9;
	}
	
	table.mw_metadata td {
		background-color: #fcfcfc;
	}
	
	table.mw_metadata ul.metadata-langlist {
		list-style-type: none;
		list-style-image: none;
		padding-right: 5px;
		padding-left: 5px;
		margin: 0;
	}
	
	/* Correct directionality when page dir is different from site/user dir */
	.mw-content-ltr ul,
	.mw-content-rtl .mw-content-ltr ul {
		/* @noflip */
		margin: 0.3em 0 0 1.6em;
		padding: 0;
	}
	
	.mw-content-rtl ul,
	.mw-content-ltr .mw-content-rtl ul {
		/* @noflip */
		margin: 0.3em 1.6em 0 0;
		padding: 0;
	}
	
	.mw-content-ltr ol,
	.mw-content-rtl .mw-content-ltr ol {
		/* @noflip */
		margin: 0.3em 0 0 3.2em;
		padding: 0;
	}
	
	.mw-content-rtl ol,
	.mw-content-ltr .mw-content-rtl ol {
		/* @noflip */
		margin: 0.3em 3.2em 0 0;
		padding: 0;
	}
	
	/* @noflip */
	.mw-content-ltr dd,
	.mw-content-rtl .mw-content-ltr dd {
		margin-left: 1.6em;
		margin-right: 0;
	}
	
	/* @noflip */
	.mw-content-rtl dd,
	.mw-content-ltr .mw-content-rtl dd {
		margin-right: 1.6em;
		margin-left: 0;
	}
	
	/* Galleries */
	/* These display attributes look nonsensical, but are needed to support IE and FF2 */
	/* Don't forget to update commonPrint.css */
	li.gallerybox {
		vertical-align: top;
		display: -moz-inline-box;
		display: inline-block;
	}
	
	ul.gallery,
	li.gallerybox {
		zoom: 1;
		*display: inline;
	}
	
	ul.gallery {
		margin: 2px;
		padding: 2px;
		display: block;
	}
	
	li.gallerycaption {
		font-weight: bold;
		text-align: center;
		display: block;
		word-wrap: break-word;
	}
	
	li.gallerybox div.thumb {
		text-align: center;
		border: 1px solid #ccc;
		background-color: #f9f9f9;
		margin: 2px;
	}
	
	li.gallerybox div.thumb img {
		display: block;
		margin: 0 auto;
	}
	
	div.gallerytext {
		overflow: hidden;
		font-size: 94%;
		padding: 2px 4px;
		word-wrap: break-word;
	}
	
	/* new gallery stuff */
	ul.mw-gallery-nolines li.gallerybox div.thumb {
		background-color: transparent;
		border: none;
	}
	
	ul.mw-gallery-nolines li.gallerybox div.gallerytext {
		text-align: center;
	}
	
	/* height constrained gallery */
	
	ul.mw-gallery-packed li.gallerybox div.thumb,
	ul.mw-gallery-packed-overlay li.gallerybox div.thumb,
	ul.mw-gallery-packed-hover li.gallerybox div.thumb {
		background-color: transparent;
		border: none;
	}
	
	ul.mw-gallery-packed li.gallerybox div.thumb img,
	ul.mw-gallery-packed-overlay li.gallerybox div.thumb img,
	ul.mw-gallery-packed-hover li.gallerybox div.thumb img {
		margin: 0 auto;
	}
	
	ul.mw-gallery-packed-hover li.gallerybox,
	ul.mw-gallery-packed-overlay li.gallerybox {
		position: relative;
	}
	
	ul.mw-gallery-packed-hover div.gallerytextwrapper {
		overflow: hidden;
		height: 0;
	}
	
	ul.mw-gallery-packed-hover li.gallerybox:hover div.gallerytextwrapper,
	ul.mw-gallery-packed-overlay li.gallerybox div.gallerytextwrapper,
	ul.mw-gallery-packed-hover li.gallerybox.mw-gallery-focused div.gallerytextwrapper {
		position: absolute;
		background: white;
		background: rgba(255, 255, 255, 0.8);
		padding: 5px 10px;
		bottom: 0;
		left: 0; /* Needed for IE */
		height: auto;
		font-weight: bold;
		margin: 2px; /* correspond to style on div.thumb */
	}
	
	ul.mw-gallery-packed-hover,
	ul.mw-gallery-packed-overlay,
	ul.mw-gallery-packed {
		text-align: center;
	}
	
	.mw-ajax-loader {
		background-image: url(data:image/gif;base64,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);
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/ajax-loader.gif?2025-01-21T14:03:20Z)!ie;
		background-position: center center;
		background-repeat: no-repeat;
		padding: 16px;
		position: relative;
		top: -16px;
	}
	
	.mw-small-spinner {
		padding: 10px !important;
		margin-right: 0.6em;
		background-image: url(data:image/gif;base64,R0lGODlhFAAUAIQQAAYJBRkbGCYnJTI0MT9APk5QTVhZV2ZoZXR2c4SGg5CSj52fnKyuq7m7uMfJxtPV0v///////////////////////////////////////////////////////////////yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJCgABACwAAAAAFAAUAAAFc2AgjuNQkCipHCMAiI6TjoWAiG7gNM08CgTca+cbGWyBXEMm6okMJxGBNWLuGo8ngWBY+HgxlIFwm4VnimKKkWgn1Dzwwv0uxpfqfJWZ2p1hV0VXTA9gMCRETXxOOj08jXxfMo+NcHiUgT5nlAFZejqRKCEAIfkECQoADAAsAAAAABQAFAAABXYgI45jcZAouSSjIIjDkI4HwTJBIALvLBIFUY4xAPhoA1ZAcAjIRI2RQlFCkIIMR6PxEC0UiYXDt3WMSdOFz0w+prTb6DHeMNPd9LN7n9WjtGwjdnIzcGeGIn5aI3WMglFbWY14kHKLR4AMkZKEb2ebDF18fUchACH5BAkKAAEALAAAAAAUABQAAAV6YCCO44GQKOkw40CIxZuKi9KIwyAK8hwkCpyOIPCNFglWTjEojAgJkeMmUixIhiABADhIGw3HwycACLyqsI+ATo2NqCmY6puH5WC43QHvjxx8M3KBUnJGgyIPYIGEAVMjaiJ0j3lTjTN5eQGadWqainQpgJJ0b36jPiEAIfkECQoAAQAsAAAAABQAFAAABXVgII7jwpAo+TxjkoiGkY5OwwauSBTz2DSinIHQozUcuISCIIMpRDUfcoRYBAwCwQH6c9xSBAEBgapNUwfy7Fs0/oBFgBwwqL3bcwCvzYeey10qdkV2Uw+BAX9RIkc+RgE/iY1tkZGSlI2Wgz0OU5YBbG2dRSEAIfkECQoACAAsAAAAABQAFAAABXcgIo4j05Ao+TjjsohuOjoNi8RIoshjDb+KBG/mczUUL9EhSevZYKwDgSBE0GoPXmFgqBKfqIMXlR2iro3TMCBgF9BqXpt9MKPGJAeYRAhw81dDAwAAAyIPaTZgTSIChiJxTWlWPmaTk5SWPpiBPHqQcWV2VnskIQAh+QQJCgABACwAAAAAFAAUAAAFemAgjqPjkCj5nGLTiAyTlg3rios8t/bLLDvayeXIjRYsx4tHcjwCi0RCp6w9Z4qEQifcxXbXYNN1Cw7Og0O1vEMTEGKUYmfaGQaEQ7O6WxQEAwUiD0QiLCIEAiMEBCNLAUoBNwcAA3E3ZQIAYoVllI10PSMHCXGGhykhACH5BAkKAAEALAAAAAAUABQAAAV3YCCOo+OQKPmcYtOIZlo2T/sGDSvjrBs4t90vh6MRYbXh6Igc0mAuRzIV1UGtpJhsKpy5grKEOLEAfrvjBKOLUuy0KQTBkMiadwsDYS56RGEkBwQjBQZLMwEAAAEIAoZdPooiBAKQRJKMAgVCWpgBB25sAQUDQiEAIfkECQoAEAAsAAAAABQAFAAABXsgJI6j45Ao+Zxi04hmWjZP+0INK+OsCzm33S+HoxFhteHoiBzSYC5HMhXVQa2kmGwqnLmCsm8O+O2KseadNrVQKBhZsnqRSChEj6iIQEIURm5LIwMBCAIBEAkDB10QAAIQAYgQBnxChyKYiQSMOwKQEJ8jCQuNIgd/OyEAIfkECQoAHwAsAAAAABQAFAAABXzgJ46j45Ao+Zxi04hmWjZP+34NK+Os+zm33S+HoxFhteHoiBzSYC5HMhXVQa2kmGwqnLmCsm8O+O2KsV0u6UDYAbWigwAg2K2iIgMAMPgsDCQMCkssCW0iBQMKA30MCQtdHwNtjCILCV0EfZKbDY9CBAUimiMMaDIIgDshACH5BAkKAB8ALAAAAAAUABQAAAV44CeOo+OQKPmcYtOIZlo2T/t+DSvjrPs5t90vh6MRYbXh6Igc0mAuRzIV1UGtpJhsKhwVAGBA1xUdhMVCMrMr4pIQhx1QK0IQBITdKio6CAQFHwsIWUFHCoEiBgQKCQlDWCkEgY5QXQV5H5WQQgWJmx8PbjsMC0IhACH5BAkKAB8ALAAAAAAUABQAAAV14CeOo+OQKPmcYtO0bwo/cC3b7pffotOcrsevRPsMBKMh8eNrFAcBwEBxczlRUMLNdEvwUgWAGPC1/gZjMs9c/I7aqMRh62KJEoZB4bay3gkEcw4LJD5JMQtzIgsKfj52XVQ7OzcKVDoxQjEyCoSYb3A8XDchACH5BAEKAB8ALAAAAAAUABQAAAV64CeOo+OQKJkcY9OIZjoSAPu5Ii6LgJC/jtdONKjdGo/GCfYQEQYjAYHkaAaVosJgUFjsXDHS07ALpxTDFOK5TbvAh217+MamSU0Zg1FWLkUMCgloMg9XSwwJCV6GVEI3Sw5eMEg4QX9fJzo6X0I6SZgoYZwPeXdmKSEAOw==);
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/spinner.gif?2025-01-21T14:03:20Z)!ie;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	/* Language specific height correction for titles. Ref Bug 29405 and Bug 30809 */
	/* Languages like hi or ml require slightly more vertical space to show diacritics properly */
	h1:lang(anp),
	h1:lang(as),
	h1:lang(bh), /* Macrolanguage, used on bh.wikipedia.org, should be removed one day */
	h1:lang(bho),
	h1:lang(bn),
	h1:lang(gu),
	h1:lang(hi),
	h1:lang(kn),
	h1:lang(ks),
	h1:lang(ml),
	h1:lang(mr),
	h1:lang(my),
	h1:lang(mai),
	h1:lang(ne),
	h1:lang(new),
	h1:lang(or),
	h1:lang(pa),
	h1:lang(pi),
	h1:lang(sa),
	h1:lang(ta),
	h1:lang(te) {
		line-height: 1.6em !important;
	}
	
	h2:lang(anp), h3:lang(anp), h4:lang(anp), h5:lang(anp), h6:lang(anp),
	h2:lang(as), h3:lang(as), h4:lang(as), h5:lang(as), h6:lang(as),
	h2:lang(bho), h3:lang(bho), h4:lang(bho), h5:lang(bho), h6:lang(bho),
	h2:lang(bh), h3:lang(bh), h4:lang(bh), h5:lang(bh), h6:lang(bh),
	h2:lang(bn), h3:lang(bn), h4:lang(bn), h5:lang(bn), h6:lang(bn),
	h2:lang(gu), h3:lang(gu), h4:lang(gu), h5:lang(gu), h6:lang(gu),
	h2:lang(hi), h3:lang(hi), h4:lang(hi), h5:lang(hi), h6:lang(hi),
	h2:lang(kn), h3:lang(kn), h4:lang(kn), h5:lang(kn), h6:lang(kn),
	h2:lang(ks), h3:lang(ks), h4:lang(ks), h5:lang(ks), h6:lang(ks),
	h2:lang(ml), h3:lang(ml), h4:lang(ml), h5:lang(ml), h6:lang(ml),
	h2:lang(mr), h3:lang(mr), h4:lang(mr), h5:lang(mr), h6:lang(mr),
	h2:lang(my), h3:lang(my), h4:lang(my), h5:lang(my), h6:lang(my),
	h2:lang(mai), h3:lang(mai), h4:lang(mai), h5:lang(mai), h6:lang(mai),
	h2:lang(ne), h3:lang(ne), h4:lang(ne), h5:lang(ne), h6:lang(ne),
	h2:lang(new), h3:lang(new), h4:lang(new), h5:lang(new), h6:lang(new),
	h2:lang(or), h3:lang(or), h4:lang(or), h5:lang(or), h6:lang(or),
	h2:lang(pa), h3:lang(pa), h4:lang(pa), h5:lang(pa), h6:lang(pa),
	h2:lang(pi), h3:lang(pi), h4:lang(pi), h5:lang(pi), h6:lang(pi),
	h2:lang(sa), h3:lang(sa), h4:lang(sa), h5:lang(sa), h6:lang(sa),
	h2:lang(ta), h3:lang(ta), h4:lang(ta), h5:lang(ta), h6:lang(ta),
	h2:lang(te), h3:lang(te), h4:lang(te), h5:lang(te), h6:lang(te) {
		line-height: 1.2em;
	}
	
	/* Localised ordered list numbering for some languages */
	ol:lang(bcc) li,
	ol:lang(bgn) li,
	ol:lang(bqi) li,
	ol:lang(fa) li,
	ol:lang(glk) li,
	ol:lang(kk-arab) li,
	ol:lang(lrc) li,
	ol:lang(mzn) li,
	ol:lang(sdh) li {
		list-style-type: -moz-persian;
		list-style-type: persian;
	}
	
	ol:lang(ckb) li {
		list-style-type: -moz-arabic-indic;
		list-style-type: arabic-indic;
	}
	
	ol:lang(hi) li,
	ol:lang(mr) li {
		list-style-type: -moz-devanagari;
		list-style-type: devanagari;
	}
	
	ol:lang(as) li,
	ol:lang(bn) li {
		list-style-type: -moz-bengali;
		list-style-type: bengali;
	}
	
	ol:lang(or) li {
		list-style-type: -moz-oriya;
		list-style-type: oriya;
	}
	
	#toc ul, .toc ul {
		margin: .3em 0;
	}
	
	/* Correct directionality when page dir is different from site/user dir */
	/* @noflip */ .mw-content-ltr .toc ul,
	.mw-content-ltr #toc ul,
	.mw-content-rtl .mw-content-ltr .toc ul,
	.mw-content-rtl .mw-content-ltr #toc ul {
		text-align: left;
	}
	
	/* @noflip */ .mw-content-rtl .toc ul,
	.mw-content-rtl #toc ul,
	.mw-content-ltr .mw-content-rtl .toc ul,
	.mw-content-ltr .mw-content-rtl #toc ul {
		text-align: right;
	}
	
	/* @noflip */ .mw-content-ltr .toc ul ul,
	.mw-content-ltr #toc ul ul,
	.mw-content-rtl .mw-content-ltr .toc ul ul,
	.mw-content-rtl .mw-content-ltr #toc ul ul {
		margin: 0 0 0 2em;
	}
	
	/* @noflip */ .mw-content-rtl .toc ul ul,
	.mw-content-rtl #toc ul ul,
	.mw-content-ltr .mw-content-rtl .toc ul ul,
	.mw-content-ltr .mw-content-rtl #toc ul ul {
		margin: 0 2em 0 0;
	}
	
	#toc #toctitle,
	.toc #toctitle,
	#toc .toctitle,
	.toc .toctitle {
		direction: ltr;
	}
	
	/* tooltip styles */
	.mw-help-field-hint {
		display: none;
		margin-left: 2px;
		margin-bottom: -8px;
		padding: 0 0 0 15px;
		background-image: url(data:image/gif;base64,R0lGODlhCwALALMAAP///01NTZOTk1lZWefn57i4uJSUlPPz82VlZdDQ0HFxcaysrNvb28TExAAAAAAAACH5BAAAAAAALAAAAAALAAsAAAQrUIRJqQQ455nNNBgHJANBDAwgZsVwqIG2IEQYYwXy2lq/Kg3NqqeSVCqCCAA7);
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/help-question.gif?2025-01-21T14:03:20Z)!ie;
		background-position: left center;
		background-repeat: no-repeat;
		cursor: pointer;
		font-size: .8em;
		text-decoration: underline;
		color: #0645ad;
	}
	
	.mw-help-field-hint:hover {
		background-image: url(data:image/gif;base64,R0lGODlhCwALALMAAAtop+7z+GCWwpW51oStz8rb6yZzrafF3bnR5Nzn8QBcoD91oABQmf///wAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE5NkQ0QUQzRjI0NzRCNUQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJBN0FFQTQwQjlGQzExREY5RDlBQTRBODQyMkJCMkFDIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJBN0FFQTNGQjlGQzExREY5RDlBQTRBODQyMkJCMkFDIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkM3RjExNzQwNzIwNjgxMTk1RkVBQ0ZBOEQxNTU5MkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDI4MDExNzQwNzIwNjgxMTk2RDRBRDNGMjQ3NEI1RDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQAAAAAACwAAAAACwALAAAEK3CxSalsOOeZxRQY1yBKkihFI2aDEqiMRgBJGGMD8NpavxoHzaqnklQqiwgAOw==);
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.legacy/images/help-question-hover.gif?2025-01-21T14:03:20Z)!ie;
	}
	
	.mw-help-field-data {
		display: block;
		background-color: #d6f3ff;
		padding: 5px 8px 4px 8px;
		border: 1px solid #5dc9f4;
		margin-left: 20px;
	}
	
	#mw-clearyourcache,
	#mw-sitecsspreview,
	#mw-sitejspreview,
	#mw-usercsspreview,
	#mw-userjspreview {
		direction: ltr;
		unicode-bidi: embed;
	}
	
	/* Correct user & content directionality when viewing a diff */
	.diff-currentversion-title,
	.diff {
		direction: ltr;
		unicode-bidi: embed;
	}
	
	/* @noflip */ .diff-contentalign-right td {
		direction: rtl;
		unicode-bidi: embed;
	}
	
	/* @noflip */ .diff-contentalign-left td {
		direction: ltr;
		unicode-bidi: embed;
	}
	
	.diff-multi,
	.diff-otitle,
	.diff-ntitle,
	.diff-lineno {
		direction: ltr !important;
		unicode-bidi: embed;
	}
	
	#mw-revision-info,
	#mw-revision-info-current,
	#mw-revision-nav {
		direction: ltr;
		display: inline;
	}
	
	/* Images */
	
	/* @noflip */ div.tright,
	div.floatright,
	table.floatright {
		clear: right;
		float: right;
	}
	
	/* @noflip */ div.tleft,
	div.floatleft,
	table.floatleft {
		float: left;
		clear: left;
	}
	
	div.floatright,
	table.floatright,
	div.floatleft,
	table.floatleft {
		position: relative;
	}
	
	/* bug 12205 */
	#mw-credits a {
		unicode-bidi: embed;
	}
	
	/* Accessibility */
	.mw-jump,
	#jump-to-nav {
		overflow: hidden;
		height: 0;
		zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
	}
	
	/* Print footer should be hidden by default in screen. */
	.printfooter {
		display: none;
	}
	
	/* For developers */
	.xdebug-error {
		position: absolute;
		z-index: 99;
	}
	
	.mw-editsection,
	.toctoggle,
	.tochidden,
	#jump-to-nav {
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	/* Display editsection links smaller and next to headings */
	.mw-editsection,
	.mw-editsection-like {
		font-size: small;
		font-weight: normal;
		margin-left: 1em;
		vertical-align: baseline;
		/* Reset line-height; headings tend to have it set to larger values */
		line-height: 1em;
		/* As .mw-editsection is a <span> (inline element), it is treated as part */
		/* of the heading content when selecting text by multiple clicks and thus */
		/* selected together with heading content, despite the user-select: none; */
		/* rule set above. This enforces non-selection without changing the look. */
		display: inline-block;
	}
	
	/* Correct directionality when page dir is different from site/user dir */
	/* @noflip */
	.mw-content-ltr .mw-editsection,
	.mw-content-rtl .mw-content-ltr .mw-editsection {
		margin-left: 1em;
	}
	
	/* @noflip */
	.mw-content-rtl .mw-editsection,
	.mw-content-ltr .mw-content-rtl .mw-editsection {
		margin-right: 1em;
	}
	
	/* Prevent citations and subscripts from interfering with the line-height */
	sup,
	sub {
		line-height: 1;
	}}
@media screen {
	/**
	 * MediaWiki style sheet for general styles on basic content elements
	 *
	 * Styles for basic elements: links, lists, etc...
	 *
	 * This style sheet is used by the Monobook and Vector skins.
	 */
	
	/* Links */
	a {
		text-decoration: none;
		color: #0645ad;
		background: none;
	}
	
	a:visited {
		color: #0b0080;
	}
	
	a:active {
		color: #faa700;
	}
	
	a:hover, a:focus {
		text-decoration: underline;
	}
	
	a.stub {
		color: #772233;
	}
	
	a.new, #p-personal a.new {
		color: #ba0000;
	}
	
	a.new:visited, #p-personal a.new:visited {
		color: #a55858;
	}
	
	/* Interwiki Styling */
	.mw-body a.extiw,
	.mw-body a.extiw:active {
		color: #36b;
	}
	
	.mw-body a.extiw:visited {
		color: #636;
	}
	
	.mw-body a.extiw:active {
		color: #b63;
	}
	
	/* External links */
	.mw-body a.external {
		color: #36b;
	}
	
	.mw-body a.external:visited {
		color: #636; /* bug 3112 */
	}
	
	.mw-body a.external:active {
		color: #b63;
	}
	
	/* Inline Elements */
	img {
		border: none;
		vertical-align: middle;
	}
	
	hr {
		height: 1px;
		color: #aaa;
		background-color: #aaa;
		border: 0;
		margin: .2em 0;
	}
	
	/* Structural Elements */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: black;
		background: none;
		font-weight: normal;
		margin: 0;
		overflow: hidden;
		padding-top: .5em;
		padding-bottom: .17em;
		border-bottom: 1px solid #aaa;
	}
	
	h1 {
		font-size: 188%;
	}
	
	h2 {
		font-size: 150%;
	}
	
	h3,
	h4,
	h5,
	h6 {
		border-bottom: none;
		font-weight: bold;
	}
	
	h3 {
		font-size: 128%;
	}
	
	h4 {
		font-size: 116%;
	}
	
	h5 {
		font-size: 108%;
	}
	
	h6 {
		font-size: 100%;
	}
	
	/* Some space under the headers in the content area */
	h1,
	h2 {
		margin-bottom: .6em;
	}
	
	h3,
	h4,
	h5 {
		margin-bottom: .3em;
	}
	
	p {
		margin: .4em 0 .5em 0;
	}
	
	p img {
		margin: 0;
	}
	
	ul {
		list-style-type: square;
		margin: .3em 0 0 1.6em;
		padding: 0;
	}
	
	ol {
		margin: .3em 0 0 3.2em;
		padding: 0;
		list-style-image: none;
	}
	
	li {
		margin-bottom: .1em;
	}
	
	dt {
		font-weight: bold;
		margin-bottom: .1em;
	}
	
	dl {
		margin-top: .2em;
		margin-bottom: .5em;
	}
	
	dd {
		margin-left: 1.6em;
		margin-bottom: .1em;
	}
	
	pre, code, tt, kbd, samp, .mw-code {
		/*
		 * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
		 * Specifying any valid, second value will trigger correct behavior without forcing a different font.
		 */
		font-family: monospace, Courier;
	}
	
	code {
		color: black;
		background-color: #f9f9f9;
		border: 1px solid #ddd;
		border-radius: 2px;
		padding: 1px 4px;
	}
	
	pre, .mw-code {
		color: black;
		background-color: #f9f9f9;
		border: 1px solid #ddd;
		padding: 1em;
	}
	
	/* Tables */
	table {
		font-size: 100%;
	}
	
	/* Forms */
	fieldset {
		border: 1px solid #2f6fab;
		margin: 1em 0 1em 0;
		padding: 0 1em 1em;
	}
	
	fieldset.nested {
		margin: 0 0 0.5em 0;
		padding: 0 0.5em 0.5em;
	}
	
	legend {
		padding: .5em;
		font-size: 95%;
	}
	
	form {
		border: none;
		margin: 0;
	}
	
	textarea {
		width: 100%;
		padding: .1em;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	select {
		vertical-align: top;
	}
	
	/* Emulate Center */
	.center {
		width: 100%;
		text-align: center;
	}
	
	*.center * {
		margin-left: auto;
		margin-right: auto;
	}
	
	/* Small for tables and similar */
	.small {
		font-size: 94%;
	}
	
	table.small {
		font-size: 100%;
	}
	
	/**
	 * MediaWiki style sheet for general styles on complex content
	 *
	 * Styles for complex things which are a standard part of page content
	 * (ie: the CSS classing built into the system), like the TOC.
	 */
	
	/* Table of Contents */
	#toc,
	.toc,
	.mw-warning,
	.toccolours {
		border: 1px solid #aaa;
		background-color: #f9f9f9;
		padding: 5px;
		font-size: 95%;
	}
	
	/**
	 * We want to display the ToC element with intrinsic width in block mode. The fit-content
	 * value for width is however not supported by large groups of browsers.
	 *
	 * We use display:table. Even though it should only contain other table-* display
	 * elements, there are no known problems with using this.
	 *
	 * Because IE < 8, FF 2 and other older browsers don't support display:table, we fallback to
	 * using inline-block mode, which features at least intrinsic width, but won't clear preceding
	 * inline elements. In practice inline elements surrounding the TOC are uncommon enough that
	 * this is an acceptable sacrifice.
	 */
	#toc,
	.toc {
		display: -moz-inline-block;
		display: inline-block;
		display: table;
	
		/* IE7 and earlier */
		zoom: 1;
		*display: inline;
	
		padding: 7px;
	}
	
	/* CSS for backwards-compatibility with cached page renders and creative uses in wikitext */
	table#toc,
	table.toc {
		border-collapse: collapse;
	}
	
	/* Remove additional paddings inside table-cells that are not present in <div>s */
	table#toc td,
	table.toc td {
		padding: 0;
	}
	
	#toc h2,
	.toc h2 {
		display: inline;
		border: none;
		padding: 0;
		font-size: 100%;
		font-weight: bold;
	}
	
	#toc #toctitle,
	.toc #toctitle,
	#toc .toctitle,
	.toc .toctitle {
		text-align: center;
	}
	
	#toc ul,
	.toc ul {
		list-style-type: none;
		list-style-image: none;
		margin-left: 0;
		padding: 0;
		text-align: left;
	}
	
	#toc ul ul,
	.toc ul ul {
		margin: 0 0 0 2em;
	}
	
	#toc .toctoggle,
	.toc .toctoggle {
		font-size: 94%;
	}
	
	/* Warning */
	.mw-warning {
		margin-left: 50px;
		margin-right: 50px;
		text-align: center;
	}
	
	/* Images */
	/* @noflip */div.floatright, table.floatright {
		margin: 0 0 .5em .5em;
		border: 0;
	}
	
	div.floatright p {
		font-style: italic;
	}
	
	/* @noflip */div.floatleft, table.floatleft {
		margin: 0 .5em .5em 0;
		border: 0;
	}
	
	div.floatleft p {
		font-style: italic;
	}
	
	/* Thumbnails */
	div.thumb {
		margin-bottom: .5em;
		width: auto;
		background-color: transparent;
	}
	
	div.thumbinner {
		border: 1px solid #ccc;
		padding: 3px;
		background-color: #f9f9f9;
		font-size: 94%;
		text-align: center;
		overflow: hidden;
	}
	
	html .thumbimage {
		border: 1px solid #ccc;
	}
	
	html .thumbcaption {
		border: none;
		line-height: 1.4em;
		padding: 3px;
		font-size: 94%;
		/* Default styles when there's no .mw-content-ltr or .mw-content-rtl, overridden below */
		text-align: left;
	}
	
	div.magnify {
		/* Default styles when there's no .mw-content-ltr or .mw-content-rtl, overridden below */
		float: right;
		margin-left: 3px;
	}
	
	div.magnify a {
		display: block;
		/* Hide the text… */
		text-indent: 15px;
		white-space: nowrap;
		overflow: hidden;
		/* …and replace it with the image */
		width: 15px;
		height: 11px;
		/* Default styles when there's no .mw-content-ltr or .mw-content-rtl, overridden below */
	
		/* Use same SVG support hack as mediawiki.legacy's shared.css */
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?2025-01-21T14:03:20Z);
		background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M1.509%201.865h10.99v7.919h-10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M-1.499%206.868h5.943v4.904h-5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
		background-image: -webkit-linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?2025-01-21T14:03:20Z)!ie;
		background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M1.509%201.865h10.99v7.919h-10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M-1.499%206.868h5.943v4.904h-5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
		background-image: linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?2025-01-21T14:03:20Z)!ie;
		/* Don't annoy people who copy-paste everything too much */
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	
	img.thumbborder {
		border: 1px solid #dddddd;
	}
	
	/* Directionality-specific styles for thumbnails - their positioning depends on content language */
	
	/* @noflip */
	.mw-content-ltr .thumbcaption {
		text-align: left;
	}
	
	/* @noflip */
	.mw-content-ltr .magnify {
		float: right;
		margin-left: 3px;
		margin-right: 0;
	}
	
	/* @noflip */
	.mw-content-ltr div.magnify a {
		/* Use same SVG support hack as mediawiki.legacy's shared.css */
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png?2025-01-21T14:03:20Z);
		background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M1.509%201.865h10.99v7.919h-10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M-1.499%206.868h5.943v4.904h-5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
		background-image: -webkit-linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?2025-01-21T14:03:20Z)!ie;
		background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M1.509%201.865h10.99v7.919h-10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M-1.499%206.868h5.943v4.904h-5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
		background-image: linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-ltr.svg?2025-01-21T14:03:20Z)!ie;
	}
	
	/* @noflip */
	.mw-content-rtl .thumbcaption {
		text-align: right;
	}
	
	/* @noflip */
	.mw-content-rtl .magnify {
		float: left;
		margin-left: 0;
		margin-right: 3px;
	}
	
	/* @noflip */
	.mw-content-rtl div.magnify a {
		/* Use same SVG support hack as mediawiki.legacy's shared.css */
		background-image: url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-rtl.png?2025-01-21T14:03:20Z);
		background-image: -webkit-linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M9.491%201.865h-10.99v7.919h10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M12.499%206.868h-5.943v4.904h5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
		background-image: -webkit-linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?2025-01-21T14:03:20Z)!ie;
		background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011%2015%22%20width%3D%2215%22%20height%3D%2211%22%3E%0A%20%20%20%20%3Cg%20id%3D%22magnify-clip%22%20fill%3D%22%23fff%22%20stroke%3D%22%23000%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22bigbox%22%20d%3D%22M9.491%201.865h-10.99v7.919h10.99z%22%2F%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20id%3D%22smallbox%22%20d%3D%22M12.499%206.868h-5.943v4.904h5.943z%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A);
		background-image: linear-gradient(transparent, transparent), url(http://yan.clot.free.fr/wiki/resources/src/mediawiki.skinning/images/magnify-clip-rtl.svg?2025-01-21T14:03:20Z)!ie;
	}
	
	/* @noflip */
	div.tright {
		margin: .5em 0 1.3em 1.4em;
	}
	
	/* @noflip */
	div.tleft {
		margin: .5em 1.4em 1.3em 0;
	}
	
	/**
	 * MediaWiki style sheet for common core styles on interfaces
	 *
	 * Styles for the Monobook/Vector pattern of laying out common interfaces.
	 * These ids/classes are not built into the system,
	 * they are outputted by the actual MonoBook/Vector code by convention.
	 */
	
	/* Categories */
	.catlinks {
		border: 1px solid #aaa;
		background-color: #f9f9f9;
		padding: 5px;
		margin-top: 1em;
		clear: both;
	}
	
	.editOptions {
		background-color: #F0F0F0;
		border: 1px solid silver;
		border-top: none;
		padding: 1em 1em 1.5em 1em;
		margin-bottom: 2em;
	}
	
	.usermessage {
		background-color: #ffce7b;
		border: 1px solid #ffa500;
		color: black;
		font-weight: bold;
		margin: 2em 0 1em;
		padding: .5em 1em;
		vertical-align: middle;
	}
	
	#siteNotice {
		position: relative;
		text-align: center;
		margin: 0;
	}
	
	#localNotice {
		margin-bottom: 0.9em;
	}
	
	.firstHeading {
		margin-bottom: .1em;
		/* These two rules hack around bug 2013 (fix for more limited bug 11325).
		 * When bug 2013 is fixed properly, they should be removed. */
		line-height: 1.2em;
		padding-bottom: 0;
	}
	
	/* Sub-navigation */
	#siteSub {
		display: none;
	}
	
	#jump-to-nav {
		/* Negate #contentSub's margin and replicate it so that the jump to links don't affect the spacing */
		margin-top: -1.4em;
		margin-bottom: 1.4em;
	}
	
	#contentSub,
	#contentSub2 {
		font-size: 84%;
		line-height: 1.2em;
		margin: 0 0 1.4em 1em;
		color: #545454;
		width: auto;
	}
	
	span.subpages {
		display: block;
	}}
.env-check {
	font-size: 90%;
	margin: 1em 0 1em 2.5em;
}

.config-section {
	margin-top: 2em;
}

.config-block {
	margin-top: 2em;
	display: block;

}

.config-block-label {
	display: block;
	margin-bottom: .2em;
}

.config-block-label label, .config-label {
	font-weight: bold;
	padding-right: .5em;
	padding-top: .2em;
}

.config-block-elements {
	margin-left: 2em;
}

.config-block-elements li {
	list-style: none;
}

.config-input {
	clear: left;
	zoom: 100%; /* IE hack */
}

.config-page-wrapper {
	padding: 0.5em;
}

.config-page-list {
	float: right;
	width: 12em;
	border: 1px solid #aaa;
	background: #fff;
	padding: 0.5em;
	/* 3em left margin to leave space between the list and the page-content */
	margin: 0.5em 0.5em 0.5em 3.5em;
}

.config-page {
	padding: 0.5em 0.5em 0.5em 2em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	background: #eee;
}

.config-submit {
	clear: left;
	text-align: center;
	padding: 1em;
}

.config-submit input {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

.config-page-disabled {
	color: #aaa;
}

.config-error-box {
	border: 2px solid #f00;
}

.config-page-current {
	font-weight: bold;
}

.config-message {
	display: list-item;
	line-height: 1.5em;
	list-style-image: url(data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs=);
	list-style-image: url(http://yan.clot.free.fr/wiki/mw-config/images/bullet.gif?2025-01-21T14:00:00Z)!ie;
	list-style-type: square;
}

.config-input-text {
	width: 20em;
	margin-right: 1em;
}

.config-input-check {
	margin-left: 10em;
}

.config-skins-item {
	/* Clearfix */
	clear: left;
	overflow: hidden;
}

.config-skins-item .config-input-check {
	margin-left: 10em;
	width: 20em;
	float: left;
}

.config-skins-item .config-skins-use-as-default {
	float: left;
}

.error {
	color: red;
	background-color: #fff;
	font-weight: bold;
	left: 1em;
	font-size: 100%;
}

.config-settings-block {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.btn-install {
	font-weight: bold;
	font-size: 110%;
	padding: .2em .3em;
}

.success-message {
	font-weight: bold;
	font-size: 110%;
	color: green;
}

.success-box {
	font-size: 130%;
}

.config-cc-wrapper {
	clear: left;
	/* If you change this height, also change it in WebInstallerOptions::submitCC() */
	height: 54em;
}

.config-plainlink a {
	background: none !important;
	padding: 0 !important;
}

.config-download-link {
	font-size: 1.8em;
	margin-left: 2em;
}

.config-download-link a {
	background: url(http://yan.clot.free.fr/wiki/mw-config/images/download-32.png?2025-01-21T14:00:00Z) no-repeat center left;
	padding-left: 40px; /* 32 px for the image (above), plus some breathing room */
	height: 32px; /* provide enough vertical room for the image */
	display: inline-block; /* allow the height property (above) to work */
	line-height: 32px; /* center the text vertically */
}

#config-live-log {
	overflow: hidden;
	min-width: 20em;
}