ul#box-specials {
	list-style-type: none ;
	padding-left : 15px ;
	padding-bottom : 10px ;
	margin: 0 ; 
}
div.code, p.code, pre.code {
	font-family : Courier New, courier, fixed ;
	background-color: #ffffee;
	border: 1px solid;
	margin-bottom: 5px;
	margin-left: 1em;
	margin-right: 1em;
	max-height: 20em;
	overflow: auto;
}

pre  {
	overflow: auto;
}

div.noirsurblanc {
	background-color: white ;
	border: 1px solid black ;
	color : black ;
	margin-left: 5% ;
	margin-right: 5% ;
	padding : 5px ;
}
div.noirsurblanc * {
	color : black ;
}
div.blancsurnoir {
	background-color: black ;
	border: 1px solid #0000aa ;
	color : white;
	margin-left: 5% ;
	margin-right: 5% ;
	padding : 5px ;
}
div.blancsurnoir * { 
	color : white ;
}

div.alert, p.alert {
	background: #ffdddd;
	border: #ff7777 solid 1px;
}
div.info, p.info { 
	border: #777777 solid 1px; 
}
div.alert, div.info, p.alert, p.info {
   clear:both;
	margin-bottom: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 1px 10px 1px 10px;
}

div.exemple:before {
	content: "Exemple: ";
	display: block;
}
div.syntaxe:before {
	content: "Syntaxe :";
	display: block;
}
div.exemple, div.syntaxe {
	margin-bottom: 12px;
	margin-left: 12px;
}

div.aparte, div.warning {
	clear:both;
	background-color: #f0f0f0;
	border: 1px solid black;
	margin-top: 5px;
}

div.note {
	background-color: #f0f0f0;
	border: 1px solid;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	padding: 4px 5px 4px 5px;
}

code, span.code {
	background-color: #ffffee;
	border: 1px solid;
	border-color: #ccccaa;
	padding: 1px 2px 1px 2px;
	white-space: nowrap;
}
div.code, div.fiche, p.code, pre.code {
	margin-top: 5px;
	padding: 4px 5px 4px 5px;
	text-align: left;
}

.key {
	background-color: #bbbbbb;
	border: 1px solid;
	border-color: #555555;
	padding: 0px 2px 0px 2px;
}

code, .code, .key, tt { font-family: Courier New, courier, fixed; }

#mw-revisiontag {
 font-size: 9px ;
 margin: 5px auto 0px auto ;

}

span.news-tab, span.news-tab-new {
	border-width : 0 1px 1px 1px ;
	border-style : solid ;
	border-color : #CCC ;
	padding: 0 6px 2px 6px ;
	margin-right: 5px ;
	margin-bottom : 5px ;
	color: #CCC ;
        font: 10px Arial;
}

span.news-tab a {
   color: #CCC ;
}
span.news-tab-new a {
	color: #FCC ;
}

span.news-tab-selected, span.news-tab-istalk {
	border-width : 0 1px 1px 1px ;
	border-style : solid ;
	border-color : #111 ;
	padding: 0 6px 2px 6px ;
	margin-right: 5px ;
	margin-bottom : 5px ;
        font: 10px Arial;
}

span.new a {
	color: #FAA ;
}

span.editsection {
        font-size: 14px;
        color: #aaaaaa;
        font-weight: lighter;
	}

#mw-content span.editsection a {
        font-size: 14px;
        color: #aaaaaa;
        font-weight: lighter;
	}

.fr-marker-0, .fr-marker-20, .fr-marker-40, .fr-marker-80, .fr-marker-100 {
	text-align: left ;
	padding: 0 ;
	margin: -10px 5px 0px 5px ;
}

#mw-content {
        font: 15px/18px Helvetica,"Bitstream Vera Sans","DejaVu Sans",Tahoma,sans-serif;
        font-weight: normal;
        color: #252525;
}

#mw-revisionratings {
	display: table ;
}

#mw-revisionratings > * { 
	display: table-cell ;
	padding-right:15px;
}

#mw-content h1 { 
	font-size: 15pt ;
        background: #eeeeee;
        color: #DE5409;
        padding: 4px 0px 4px 0px;
}

#mw-content h2 { 
	font-size: 14pt ;
        color: #DE7B09;
        background: #eeeeee;
        padding: 4px 0px 4px 0px;
	/* border-bottom: 1px dashed #777 ;*/
}
#mw-content h2:before { 
/*	content: ">" ;*/
}
#mw-content h3 { 
	font-size: 13pt ;
        background: #eeeeee;
        color: #F0A330;
        padding: 4px 0px 4px 0px;
	/* border-bottom: 1px dashed #999; */
}
#mw-content h3:before { 
/*	content: ">>" ;*/
}
#mw-content h4 { 
	font-size: 12pt ;
        background: #eeeeee;
        padding: 4px 0px 4px 0px;
	/* border-bottom: 1px dashed #DDD; */
}
#mw-content h4:before { 
	/* content: ">>>" ; */
}
#mw-content h5 { 
	font-size: 11pt ;
        padding: 4px 0px 4px 0px;
}
#mw-content h5:before { 
/*	content: ">>>>" ; */
}

#mw-content a {
	color: #3076F0 ;
}

#mw-content a:hover {
	color: #55f ;
}

#toc {
	position: absolute ;
	top: 10px ;
	right: 10px ;
	border: 1px solid black ;
	background: white ;
}

#toc h2 { 
	display: inline ;
	font-size: 12px ;
}

#toc > ul {
	display: none ;
}

.fr-diff-ratings, .fr-diff { 
	clear:left ;
}

.footer-info {
	width:100%;
	text-align:center;
	padding: 5px ;
}

#searchform { 
	padding-bottom: 15px ;
	margin-bottom: 0 ;
}

img { border: none ; }

/* js pref toc */
#preftoc {
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
#preftoc li {
	background-color: #f0f0f0;
	color: #000;
}
#preftoc li {
	margin: 1px -2px 1px 2px;
	float: left;
	padding: 2px 0 3px 0;
	border: 1px solid #fff;
	border-right-color: #716f64;
	border-bottom: 0;
	position: relative;
	white-space: nowrap;
	list-style-type: none;
	list-style-image: none;
	z-index: 3;
}
#preftoc li.selected {
	font-weight: bold;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	border-bottom: none;
	cursor: default;
	top: 1px;
	padding-top: 2px;
	margin-right: -3px;
}
#preftoc > li.selected {
	top: 2px;
}
#preftoc a,
#preftoc a:active {
	display: block;
	color: #000;
	padding: 0 .7em;
	position: relative;
	text-decoration: none;
}
#preftoc li.selected a {
	cursor: default;
	text-decoration: none;
}
#prefcontrol {
	padding-top: 2em;
	clear: both;
}
#preferences {
	margin: 0;
	border: 1px solid #aaa;
	clear: both;
	padding: 1.5em;
	background-color: #F9F9F9;
}
.prefsection {
	border: none;
	padding: 0;
	margin: 0;
}
.prefsection fieldset {
	border: 1px solid #aaa;
	float: left;
	margin-right: 2em;
}
.prefsection legend {
	font-weight: bold;   
}
.prefsection table, .prefsection legend {
	background-color: #F9F9F9;
}
.mainLegend {
	display: none;
}
div.prefsectiontip {
	font-size: x-small;
	padding: .2em 2em;
	color: #666;
}
.btnSavePrefs {
	font-weight: bold;
	padding-left: .3em;
	padding-right: .3em;
}

.preferences-login {
	clear: both;
	margin-bottom: 1.5em;
}

.prefcache {
	font-size: 90%;
	margin-top: 2em;
}

#mw-content a.new, #mw-content a.new:visited {
	color:#aa3344 ;
}
#f-poweredbyico img { vertical-align: middle ; }

#mw-content h1 { clear:both; } 

#catlinks, #catlinks a {
        text-align: left;
        background: #dddddd;
        margin: 8px 4px 4px 4px;
        color: #000000;
        font-weight: bold;
}

