html{
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.80em;
	color: #444;
	/*background: #EBE8DF url(images/fond.png) repeat-x;*/
	background: #CED6D9;
}

body{
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link{color: #444;	background: transparent;}
a:visited{color: #666;background: transparent;}
a:hover{color: #111;	background: transparent;}
a img{border: none;}

h1{
	color: #367493;
	background: transparent;
	font-size: 1.5em;
}

h2{
	color: #367493;
	background: transparent;
	border-bottom: 1px solid #dee6ee;
	font-size: 1.3em;
}

h2 a{
	color: #454A5F;
	background: transparent;
	text-decoration: none;
}

h2 a:visited{
	color: #454A5F;
	background: transparent;
}

label{
	cursor: pointer;
}

ol{
	list-style: decimal;
}
.wikiimage
{
  border: none;
}
.wikipopimage
 {
	padding: 6px;
	display: block;
	margin: 0 auto 0;
	border: 2px solid #367493; -moz-border-radius: 10px;
}

#post {
        margin: 2px 0%;
        color : #fff;
}

#gocomment {
        margin: 2px 0%;
        color: #000;
        background-color: transparent;
        text-decoration: none;
        border: 0px;
        padding: 1px 3px;
        font-size: 8pt;
}

#post a {
        color: #000;
        background-color: transparent;
        text-decoration: none;
        border: 0px;
        padding: 1px 3px;
        font-size: 8pt;
}

#post a:hover {
        color: #367493;
        border-color: #eee;
        background-color: transparent;
}

.dillo { display: none; }

blockquote{
	background: #EEE;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

pre{
	font-size: 1.2em;
	font-family: monospace;
	border: 1px solid #E0E0E0;
	padding: 1em;
	margin: 0 auto;
	background: #EEE;
	color: #000;
	width: 90%;
	overflow: auto;
}
/*******************************************************************/
div#page{
	position: relative;
	width: 90%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #EEE; -moz-border-radius: 15px;;
	background: #FFF;
	color: inherit;
}
/*******************************************************************/
#top{
	background: #367493 url(titre.jpg) no-repeat right;
	height : 120px;
}

.title{
	margin: 0;
	padding: 1em;
	font-family: arial, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF;
	background: transparent;
	font-size: 2em;
}

#top .title a{
	text-decoration: none;
	color: #FFF;
	background: transparent;
}

div#content{
	width: 99%;
	float: left;
	padding: 1em;
	border: 1px solid #999; -moz-border-radius: 5px;
	margin-top : 1em;
	margin-bottom : 0.5em;

}
div#comment{
	width: 99%;
	float: left;
	padding: 1em;
	border: 1px solid #999; -moz-border-radius: 5px;
	margin-top : 0em;
	margin-bottom : 0.5em;
	background: #f4f4f4;

}

#main {
	float : left;
	width:80%;
	margin-right : 1em;
}

/*******************************************************************/
#sidebar{
	width: 14%;
	float: left;
	border: 1px solid #999; -moz-border-radius: 5px;
        margin-top : 2.5em;
        margin-left : 0.9em;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;

}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
	
	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}

	#searchf{
		padding-left: 18px;
		background: #fff url(search.png) no-repeat 4px center;

	}

#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #367493;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(navbulle.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}


#sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #666 !important;
	background-color: #ccc;
}

/*******************************************************************/
#footer{
	clear: both;
	background: #CED6D9;
	color: #666;
	margin: 0;
	padding: 1em;
	height: 8em; /* pour un bug bizarre d'IE6 */
}

#footer a{
	color: #367493;
	background: transparent;
	text-decoration: none;
}

/*******************************************************************/
.field label{
	display: block;
}

fieldset{
	border: none;
}

textarea{
	width: 90%;
}
.button {
  border: 1px solid #8cacbb;  
  color: Black;
  background-color: white;
  vertical-align: middle;
  text-decoration:none;
  font-size: 9pt;
  font-weight: bold;
  cursor: pointer;
  height: 22px ! important;
  max-height: 22px ! important;
  min-height: 22px ! important;
  margin: 1px;
  display: inline;
}

.button2 {
  border: 1px solid #8cacbb;
  color: Black;
  background-color: white;
  text-decoration:none;
  font-size: 9pt;
  font-weight: bold;
  cursor: pointer;
  margin: 1px;
  display: inline;
}

#TOC {
  margin: 0px;
  display: inline;
  border-style: none;
}

#TOC a.:link {
  color:blue;text-decoration:none
}
#TOC a:visited {
  color:#367493;text-decoration:none
}
#TOC a:hover {
  color:red;text-decoration:underline
}
#TOC a:active {
  color:green;text-decoration:underline
}

#TOC li.H1 {
  font: normal normal normal 8pt Tahoma, Arial, Verdana;
  list-style-type: none;
  line-height:16px;
  margin-left: -10px;
}
#TOC li.H2 {
  font: normal normal normal 8pt Tahoma, Arial, Verdana;
  list-style-type: none;
  line-height:16px;
  margin-left: -10px;
}
#TOC li.H3 {
  font: normal normal normal 8pt Tahoma, Arial, Verdana;
  list-style-type: none;
  line-height:16px;
  margin-left: -10px;
}

#images {
  float: right;
  background-color: #f5f5f5;
  border:1px solid #ccc;
  font-size: 70%;
  margin-left: 10em;
}

.dillo { display: none; }