/* CSS Wiki */
/* Couleurs
Rouge :			#FF3300
Rose :			#FF3366
Bordeau :		#990066
Bordeau clair:	#CEA1BF
Vert clair :	#99CC33
Vert foncé :	#339933
Vert tclair :	#d1f0af
Bleu :			#339999
Gris :			#DEDEDE
*/

#content h1 {
	color: #990066;
	padding-bottom: 2px;
	font: bold 1.3em "Trebuchet MS", Verdana, Tahoma, Helvetica, Sans-Serif;
	border-bottom: 1px solid #339999;
}

/* Liens */
a:visited {
    color: #990066;
}
a.stub {
    color: #339933;
}
a.new, #p-personal a.new {
    color: #339933;
}
a.new:visited, #p-personal a.new:visited {
    color: #339933;
}

#content img, #content a img {
	border:none;
	margin:0;
	padding:0;
}



/* Bouton [editer] pour une section */
.editsection { 
	font-size: smaller;
	position:absolute;
	right:298px;
	margin-top:20px;
}

/* Pour masquer l'url de la page */
.printfooter {
    display: none;
}


/* Table des matières */
#toc,
.toc {
	border: 1px solid #aaa;
	background-color: #f9f9f9;
	padding: 5px;
	font-size: 95%;
}
#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-left: 0;
	text-align: left;
}
#toc ul ul,
.toc ul ul {
	margin: 0 0 0 2em;
}
#toc .toctoggle,
.toc .toctoggle {
	font-size: 94%;
}

/* Modification préférences */
/* js pref toc */
#preftoc {
    float: left;
    margin: 1em;
    width: 13em;
}
#preftoc li {
    border: 1px solid white;
}
#preftoc li.selected {
    background-color: #f9f9f9;
    border: 1px dashed #aaa;
}
#preftoc a,
#preftoc a:active {
    display: block;
    color: #0014a6;
}
#prefcontrol {
    clear: both;
    float: left;
    margin-top: 1em;
}
div.prefsectiontip {
    font-size: 95%;
    margin-top: 1em;
}
fieldset.operaprefsection {
    margin-left: 15em;
}