/*
// 
// 2005-12-01  ksc  Initial release
// 2005-12-07  ksc  Add css for selflink
//
*/

html,body {
	height: 100%;
}
body {
	position: relative;    
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 9pt;
    margin: 0px auto;
    width: 900px;
	background: #B0B0B0;
    /*background: #b0b0b0 url(images/background.gif) top center repeat-y; */
}
/*
hr { border: none; height: 1px; background-color: #ccc; color: #fff; width: 100%; }
*/
hr { 
    height: 12px;
    max-width: 599px;
	border-bottom: 1px solid #877;
	border-top: 1px solid #877;
	border-left: 1px solid #877;
	border-right: 12px solid #877;
	color: #fff;
    background-color: #fff;
}
a {
	color: #44517b;
	text-decoration: none;
}
a:hover {
	color: #f39231;
	text-decoration: underline;
}

/*Barre de recherche generique*/
input, textarea {
  border: 1px solid rgb(216,210,195);
  background: rgb(244,244,244);
  /*background: rgb(244,244,244);*/
  margin: 3px;
  padding: 2px;
}

input:focus, textarea:focus {
  background: rgb(250,250,250);
}

form label.left {
  margin-right: .3em;
  vertical-align: middle;
  float: left;
  width: 7em;
  text-align: right;
  padding: .1em;
}

form div.right {
  margin-left: 7.4em;
}

form {
  line-height: 140%;
}
/*fin de barre de recherche générique*/

/* including bkacground again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */
#wrapper {
	position: relative;
	/*background: #92847b url(images/background.gif) top center repeat-y;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	position: relative;
	top: 0px;
    height: 240px;
    background: url(images/header.gif) top center no-repeat;
    /* border: 1px solid red; */
}

#headerSearch {
	position: relative;
	padding-top: 0px;
    padding-right: 50px;
/*	color: #ffffff;*/
}

#headerSearch input, textarea {
	background-color: #FFFFFF;
}

#headerSearch input:focus, textarea:focus {
  background: #ffffff;
}


#page-title {
	position: absolute;
	top: 180px;
	left: 235px;
	width: 605px;
	font-size: 20pt;
	font-weight: bold;
	color: #FFCC33;
	text-align: center;
}
#page-subtitle {
    position: absolute;
    top: 280px;
	left: 235px;
	width: 605px;
	font-size: 16pt;
	font-weight: bold;
	color: #0000CC;
}

#footer #search {
	position:absolute;
	color:#404040;
	text-align:left;
	/*margin-left:70px;*/
	left: 85px;
	bottom: 25px;
}

#search h2{
	display: none;
}

#search p{
	margin: 0;
}

#search #q{
	background: #404040 url(loupe.gif) no-repeat 3px center;
	color: #404040;
	border: 1px solid #333;
	padding-left: 25px;
	width: 70%;
}

#footer #page-actions {
	position: absolute;
	text-align:center;
	left: 230px;
	width: 605px;
	font-size: 9pt;
	bottom: 38px;
}
#page-actions ul { list-style: none; margin: 0px; padding: 2px; }
#page-actions li { display: inline; margin: 0px; padding: 2px; }
#page-actions li a { text-decoration: none; color: #404040; margin: 0px; padding: 2px; }
#page-actions li a:hover { text-decoration: underline; color: #ffffff; margin: 0px; padding: 2px; }
#content {
	width: 900px;
	/*    margin: 0px auto;
*/	position: relative;
	/*top:170px;*/
	background: url(images/background.gif) top center repeat-y;
/*	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 63px;
	left: 63px;
*/	
}
#col-left {
	position: relative;
	float: left;
	width: 185px;
	height:100%;
	left: 78px;
	/*	border-right:2px #FF9933 solid;
	padding-left: 15px;
	top:-10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 63px;	/*background: #FF9933;*/
}
#col-right {
	position: relative;
	float: left;
	text-align: justify;
	width: 530px;
	/*margin: 0px 80px 0px 0px;*/
	left: 95px;
	top: -20px;
	/*left:260px;*/
}

#wikitext h1, h2, h3, h4, h5 { color: #666; }
#wikitext h1 { font-size: 16pt; }
#wikitext h2 { font-size: 14pt; }
#wikitext h3 { font-size: 12pt; }
#wikitext h4 { font-size: 10pt; } 
#wikitext h5 { font-size: 10pt; font-style: italic; }

#sidebar {
	font-size: 100%;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding-left: 2px;
	height:100%;
	text-indent: 2px;	/*background: #FF9933;*/
}
#sidebar a {
	text-decoration:none;
	color:black;
}

#sidebar a.selflink {
	display: block; 
	color:#44517b;
	font-weight: bold;
	background-image: url(images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#sidebar a:hover{
	display: block; 
	color:#FF9933;
	background-color: #44517b;
	background-image: url(images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: right;
	width: 100%;
}
#sidebar ul { /* /*padding:5px;*/
	font-size: 100%;
	margin:0px;
	left: 5px;
	padding-left: 15px;
	list-style-image: none;
	list-style-type: square;
	font-weight: normal;
}
#sidebar li {
	left: 5px;
/*margin-top:4px;*/ }
#sidebar h1, #sidebar h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#sidebar h1 a, #sidebar h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }
#sidebar #groupe
{
	background-color: #FFCC33;
	background-image: url(images/menud.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 10px;
	line-height: 16px;
}
#sidebar #hide a
{
	color: #FFFFFF;
}

  
#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; }
/*
#footer {
	text-align: right;
	color: #666;
	border-top: 1px solid #ccc;
	margin-top: 18px;
	padding: 10px 0px 10px 0px;
}*/

.difftype,.difftime,.diffrestore { font-size: 8pt; }

.quickref table { margin: 2px auto; }
.quickref tr { border: 1px solid #999; }
.quickref td { padding: 2px; vertical-align: top; }

table.markup { border: 1px solid #ccc; }
td.markup1 { border-bottom: 1px solid #ccc; }
dd { margin-left: 18px; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* FOOTER */

#footer{
	clear: both;
	margin: 0;
	padding-left: 1em;
	/*	padding-top: 110px;  /*151px*/
	padding-bottom: 10px;
	background: #dbe0e5;
	color: #425176;
	background: url(images/footer.gif) center bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 100px;
	position: static;
	bottom: 0px;
	height: 79px;
}	

#footer a{
	color: #999;
}
#footer #PoweredBy{
	position: absolute;
	text-align:right;
	bottom: 15px;
	right: 85px;
}
#preview{
	height: auto;
	width: auto;
	border: medium outset #999999;
	margin: 30px;
	padding: 5px;
	overflow: auto;
}

#aide{
	height: auto;
	width: auto;
	border: medium dotted #999999;
	margin: 30px;
	background-color: #CCCCCC;
	padding: 10px;
}