
@import "skin-cssmenu.css";
/*
html,body {
	height: 100%;
	border: 1px red solid;
}*/
body {
	position: relative;    
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
	margin: 0px auto;
	width: 900px;
	cursor: default;
	background: #000 url("images/main-bg.gif") repeat-x fixed top;
}

hr { 
	position: relative;
	top: -6px;
	height: 1px;
	width:100%;
	border-bottom: 1px solid #960000;
	border-top: 0px solid #EBAB46;
	border-left: 1px solid #960000;
	border-right: 0px solid #EBAB46;
	background-color: #F10000;
}
a { text-decoration: none; }
a:hover { text-decoration: none; }

/* including background again (mostly) covers up a problem with the background in 
Firefox & Camino when resizing the window to less than content width */
#wrapper {
	position: relative;
	width: 900px;
	margin: 0px auto;
}
#head {
	position: relative;
	top: 0px;
	height: 100px;
	background: url("images/bando_haut.jpg") top center no-repeat;
}
#page-title {
	position: absolute;
	top: 20px;
	left: 280px;
	width: 605px;
	font-size: 10pt;
	font-weight: bold;
	color: #585858;
	text-align: right;
	/*line-height: 32px;*/
}
#page-title-baseline {
	position: absolute;
	top: 38px;
	left: 280px;
	width: 605px;
	font-size: 14px;
	font-weight: bold;
	color: #202020;
	text-align: right;
	line-height: 32px;
	text-decoration: none;
}
#page-subtitle {
	position: absolute;
	top: 82px;
	left: 120px;
	width: 605px;
	font-size: 8pt;
	font-weight: 600;
	color: #707070;
	font-style: italic;
}
#head #scrollmenu {
	position: absolute;
	top: 114px;
	right: 8px;
	font-size: 10pt;
	list-style: none;
	margin: 0px;
	bottom: 0px;
	width: 840px;
	z-index: 3;
}
#content {
	width: 900px;
	margin: 0px auto;
	background: #ffffff url("images/filigrane.png") no-repeat right bottom;
	z-index: 2;
}
#col-left {
	position: relative;
	float: left;
	width: 160px;
	margin: 40px 0px 0px 4px;
	padding-left: 2px;
}
#col-right {
    position: relative;
    float: right;
    width: 600px;
    margin: 30px 10px 0px 0px;
	border: 0px solid red;
}

#wikitext { position:relative; top:100; border:0px solid red; color: #202020; font-size:12px; text-align:justify; width:99%; left:-12px; }
#wikitext h1, h2, h3, h4, h5 { color: #FE0302; }
#wikitext h1 { font-size: 16pt; text-align: left; }
#wikitext h2 { color: #000000; font-size: 13pt; border: 0px solid #666; margin: 20px 0px 10px 0px; }
#wikitext h3 { color: #F3801A; font-size: 12pt; margin: 20px 0px 0px 0px; }
#wikitext h4 { color: #00AC0B; font-size: 10pt; margin: 0px 0px 0px 0px; } 
#wikitext h5 { font-size: 10pt; margin: 0px 0px 0px 0px; font-style: italic; }
//#wikitext table td { vertical-align: top; }
#wikitext a {
	color: #e09520;
	text-decoration: underline;
}
#wikitext a:hover {
	color: #e09520;
	text-decoration: none;
}
#wikitext ul {
	position: relative;
	left: -26px;
	line-height: 24px;
}

#wikitext .urllink { color: #558822; font-size: 10pt; text-decoration: none; }

/*************** SIDE BAR ***********************/
#sidebar { color: #000000; font-size:10px; text-align:justify; width: 170px; }
#sidebar h1, h2, h3, h4, h5 { color: #ffffff; }
#sidebar h1 { font-size: 11pt; }
#sidebar h2 { position: relative; font-size: 10pt; left: 10px; }
#sidebar h3 { font-size: 8pt; left: 10px; }
#sidebar h4 a li p { font-size: 8pt; } 
#sidebar h5 { font-size: 8pt; font-style: italic; }
#sidebar table { width: 100%; }
#sidebar li { position: relative; left: -20px; color: #000000; font-size: 8pt; } 
#sidebar a { text-decoration: none; color: #000000; }
#sidebar a:hover { position: relative; right: 0px; text-decoration: none; color: #e09520; }
#sidebar .selflink { position: relative; right: 0px; color: #e09520; }

/*************** fin SIDE BAR ***********************/

#wikiedit { position: relative; width:780px; height:220px; top:10px; right:200px; }
.quickref { position: relative; width:780px; height:100px; top:240px; right:200px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:99%; font-family: monospace; height:340px; }

#pageactions { font-size: 100px; font-family: monospace; }


#footer {
	position: relative;    
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 7pt;
	margin: 0px auto;
	text-align: right;
	background: #e0e0e0;
}

.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 #000000; }
td.markup1 { border-bottom: 1px solid #000000; }
dd { margin-left: 18px; }

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

.clearfix {display: inline-table;}

.encadre {
	border: 1px solid #606060;
	background: #ffffff;
}

table.encadre {
	border: 1px solid #000000;
	border-spacing: 4px;
	border-style: solid;
	border-collapse: separate;
	font-size: 11px;
	background: #4D535C;
}
table.encadre td {
	border-width: 0px;
}
table.encadre h1, h2, h3 {
	color: #ff0000;
}

table.grille {
	border: 1px solid #101010;
	border-spacing: 0px;
	border-style: outset;
	border-collapse: separate;
	font-size: 11px;
}
table.grille td {
	border: 1px solid #101010;
	border-spacing: 0px;
}

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

.escaped {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #00AC0B;
	font-weight: 800;
	font-size: 10pt;
}

.touah {
	color: #ffffff;
	background: #4D535C;
	width: 100%;
	text-align: center;
	font-weight: 800;
	letter-spacing: 1px;
	border: 1px solid #404040;
	font-size: 13px;
}

#wikitext strong {
	color: #686868;
	font-weight: 800;
}

.lastchange {
	position: absolute;    
	font-family: Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	font-size: 7pt;
	left: 440px;
	top: -20px;
	width: 140px;
	font-style: italic;
	text-align: right;
}

#wikitext form select { width:120px; }

