/* CSS Document */

#sidebar #pages h2 {
	margin-bottom: 6px;
}
#sidebar #pages {
	margin-bottom: 0px;
}
.post-title, .post-info-co {
	color : #4475ce;
}
.post-content, .post-chapo{
	text-align: left;
}
.post-content hr {
	display: bloc;
	border: 0;
	width: 80%;
	color: #f00;
	background-color: #36F;
	height: 2px;
}
.post-info-co a{
	padding-left: 0px;
}
.post h1{
	color: #4475ce;
	background: none;
	margin: 0 0 10px 0;
	padding: inherit;
}
.post h2{
	color: #4475ce;
	background: none;
	margin: 0 0 0.3em 0;
	padding: inherit;
}

pre {
	background: #F3F3F3;
	color: #000;
	border: 1px solid #DDD;
	margin : 0 0;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* cach? pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 100%;
		overflow : auto;
}
form #text {
background: none;
color: black;
border: solid 1px black;
}
textarea{width: 99%;}

#wikicmds li a.createlink { display:none; }

.post a.createlink{
	vertical-align:text-top;
	line-height:80%;
	font-size:80%
}

/* These control the fixed-width text elements of the page */
pre, code { font-size:1em; }
textarea { font-size:1.2em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }

#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }
