/* SKIN PROGNEW by DOL
 *
 * Based on PmWiki Recurve skin stylesheet by Dominique Faure
 */

body {
	text-decoration: none;
	color: black;
	background-color: white;
	background-image:url(http://perso.magic.fr/dol/numlink/illus/green2.gif);
background-repeat: repeat-y;
background-attachment : fixed;
background-position:center; 
	font-family: sans-serif;
	padding: 0px;
	margin: 1em 1em 0 11em;
	background-attachment: fixed;

}

A:link
		{color: #505050; text-decoration: none; font-family: Geneva, Arial, Helvetica, sans-serif;}
		
	a, A:active, a:visited , a:hover
		{color: #808080; text-decoration: none;font-family: Geneva, Arial, Helvetica, sans-serif; }
		
	p, tr, td, ul, li
		{color: #505050; text-decoration: none; font-family: Geneva, Arial, Helvetica, sans-serif; }
			


code, pre, tt, span.input {
	font-family: monospace;
}
hr {
	height: 1px;
	color: black;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}

/* ------------------------------------------------------------------------- */
#logo {
	text-align: center;
}

#sidebar {
	position: absolute;
	left: 1em;
	top: 1em;
	width: 12em;

		border-top: 1px #4CB004 solid;
		border-left: 1px #4CB004 solid;
		border-right: 1px #4CB004 solid;
		border-bottom: 1px #4CB004 solid;


	padding: 0.5em;
	background-color: #CCFF33;
	margin-bottom: 2em;
	overflow: hidden;
}
#sidebar h1,
#sidebar .sidehead {
	font-size: medium;
	font-weight: bold;
	margin: 1em 0 0 0;
	margin-left: 3em;
}
#sidebar h3 {
	font-size: medium;
	font-weight: normal;
	margin: 1em 0 0 0;
}
#sidebar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	/*padding: 0;*/
}
#sidebar li {
	margin: 0.5ex;
	padding: 0 0 0 0.5ex;
}
#sidebar hr {
	width: 9em;
	height: 1px;
	color: #98AAB1;
	background-color: #98AAB1;
	margin-left: 0;
	margin-right: 0;
}
#sidebar form,
#sidebar input {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}
#sidebar .inputbox { width: 8.1em; }

/* ------------------------------------------------------------------------- */
#header {

	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 0px;
	margin: 0 0 1em 1em;
	min-width: 20em;
}
#header .title {
	margin-left: 3em;
	font-size: smaller;
}
#header .name {
	font-size: xx-large;
	font-weight: bold;
}

#search {
text-decoration: none;
	float: right;
	padding: 0 0 0 0px;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
	/*border-left: 1px #98AAB1 solid;*/
}
#search .searchbox {
	/*width: 8em;*/
		background-color: #CCFF33;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}
#search .searchbutton{
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}

/* ------------------------------------------------------------------------- */
#main {
	text-decoration: none;
	margin: 0 0 0 1em;

}

#tabs ul {
	padding: 2px 0; 
	padding-left: 1em;
	margin-left: 0; 
	border-bottom: 1px solid #98AAB1; 
	font: normal 12px sans-serif; 
}
#tabs ul li {
	list-style: none;
	margin: 0; 
	display: inline; 
}
#tabs ul li * {
	padding: 2px 0.5em;
	margin-left: 3px;
	border: 1px solid #98AAB1;
	border-bottom: none;
	background: #98AAB1;
	text-decoration: none;
	color: #030303;
	display: inline;
}
#tabs ul li p {
	color: black;
}
#tabs ul li a:link:hover,
#tabs ul li a:visited:hover {
	background: #78A5BC;
	color: #FFFFFF;
}
#tabs ul li *#active {
/*	border-color: #fabd23;*/
	background: #FFFFFF;
	color: #000000;
	border-bottom: 1px solid white;
}

#print {
	padding: 1px;
	float: right;
}
#print a { border: 1px dotted #98AAB1; }
#print a:hover { border: 1px solid #00000; }
#print img { border: 0; }

/* ------------------------------------------------------------------------- */
#tabpage {

		border-top: 1px #98AAB1 solid;
		border-left: 1px #98AAB1 solid;
		border-right: 1px #98AAB1 solid;
		border-bottom: 1px #98AAB1 solid;


	background-color: white;
background-image:url(http://perso.magic.fr/dol/numlink/illus/fond2.gif);

	margin-bottom: 1em;
	position: absolute;
			width: 40em;

}
#tabpage hr {
	height: 1px;
	color: #98AAB1;
	background-color: #98AAB1;
	margin-left: 0;
	margin-right: 0;
}

#content {
	text-decoration: none;
	margin-left: 3em;
	padding: 1em;
}
#content hr {
	height: 8px;
	color: #FFFFFF;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}
.lastmod {
	padding: 0 1.2em 0.5em 1.2em;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}

/* ------------------------------------------------------------------------- */
#footer {
text-decoration: none;
	margin-bottom: 1em;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
	padding: 0.5em 1.2em 0.5em 1.2em;
	background-color: white;
background-image:url(http://perso.magic.fr/dol/numlink/illus/fondnew2.gif);
}
#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
	margin-left: 10px;
}
#footer a {
	color: #030303;
	text-decoration: none;
}
#footer a:hover {
	color: #98AAB1;
}
#footer .navbox {
	float: right;
	margin-left: 10px;

	/*position: absolute;
	right: 1em;
	background-color: white;*/
}
#footer .navbox a {
	padding: 0 3px;
	border: 1px solid #98AAB1; /*dotted*/
}
#footer .navbox a:hover {
	border: 1px solid #98AAB1;
}
/* ------------------------------------------------------------------------- */
#editbar ul {
  background: ButtonFace;
	list-style-type: none;
	padding: 2px;
	margin: 0;
}
#editbar li {
	display: inline;
}
#editbar a {
  background: ButtonFace;
  color: ButtonText;
  border: 1px solid ButtonFace;
	text-decoration: none;
}
#editbar a:hover {
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

/* ------------------------------------------------------------------------- */
#wikitext p span.wikitrail{
	text-align:right;
}

.wikiaction {
	font-family: sans-serif;
	font-size: x-large;
}
#wikitext form, #wikitext input {
	font: normal 11px tahoma, geneva, arial, helvetica, sans-serif;
}
#wikiedit textarea {
	width: 90%;
}

/* ------------------------------------------------------------------------- */
b.selfreference {
	border: none;
	font-weight: normal;
	color: #98AAB1;
}

div.footnote { 
	width: 160px; 
	border-bottom: 1px solid black;
	margin-bottom: 0.5em;
}
