/*
§§(warning)Cette feuille de style permet le bon affichage du site. *Attention!* Ne pas modifier si on ne sait pas ce que l'on fait.§§

Table des matieres
		-  Structure
		-  Titres
		-  Balises
		-  Formulaires
		-  Casini
		-  Images
		-  Action Agenda
		-  Menus
		-  Impression


  


------------------------------
1. Structure
------------------------------

(css) */
body { 
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color: #666;
	background:#eee 0px 0px url('http://www.fcss.be/wiki/files/xz0missions/background.jpg');
	margin: 0px;
	padding:0.5em;
	margin-left:auto;
	margin-right:auto;
	width:750px;
}
#Access{
	margin-left:auto;
	margin-right:auto;
	width:750px;
	text-align:center;
	font-size:x-small;
}

#ColonneDroite {
	float:left;
	width:200px;	
	clear:left;
}

#ColonneDroite form{
	padding:1em;
}
#ColonneDroite b{
	display:block;
	font-size:12px;
	padding:0.3em;
	margin-bottom:0.1em;
	margin-top:0px;
	color:white;
	text-align:center;
	background:#d66614;
}
#ColonneDroite ul{
	font-size:12px;
	padding:0.3em;
	margin:0.3em;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#fff;
	list-style-type:none;
}
#ColonneDroite li{
	padding:0.3em;
}
#ColonneDroite li a{
	background:#fff no-repeat 0px 50% url('http://www.fcss.be/wiki/files/css/puce2.png');
	padding-left:20px;
}
#ColonneDroite li a.current{
	background:#fff no-repeat 0px 50% url('http://www.fcss.be/wiki/files/css/puce.png');
}
#ColonneDroite li a:hover{
	background:#fff no-repeat 0px 50% url('http://www.fcss.be/wiki/files/css/puce.png');
}
#ColonneDroite input.text{
	width:150px;	
}
#Corps{
	padding-left:1em;
	padding-left:200px;
	font-family:verdana,sans-serif;
	background:#fff 0% 0px repeat-y url('http://www.fcss.be/wiki/files/css/FondPage.png');
}
#Tete {
	height:110px;
	background:#fff 0px 0px url('http://www.fcss.be/wiki/files/css/Tete.png');
}
#wiki_name {
	padding:0.5em;
	padding-bottom:0.3em;
	margin:0;
	margin-right:100px;
	border-bottom:1px solid white;
}
#wiki_name a{
	color:white;
}
#Description{
	padding:0.5em;
	color:#fff;
}
#BarreHaut {
	background:#fff 0px 0px url('http://www.fcss.be/wiki/files/css/Navigation.png');
	text-align:right;
	border-bottom:1px solid #d66614;
	height:30px;
}
#Navigation {
	padding:6px;
}
#Navigation a{
	font-weight:bold;
	margin-right:2em;
	padding-right:2em;
	border-right:2px solid #fff;
	color:#fff;
}
#Navigation form{
	display:inline;
}

#Outils {
	background:transparent;
	float:right;
	margin:0;
	font-size:xx-small;
}

#Outils li{
	margin:0;
	background:transparent;
	border:none;
	margin:0;
	padding:3px;
	}
#Outils li li{
	padding:0px;
	}

#Profil {
}
#Profil img {
	margin:3px;
}

#page_name {	
	margin:0;
	margin-bottom:1em;
	padding:6px;
	font-variant:small-caps;
	font-size:24px;
	color:#9c1402;
}
#Page {
	padding:2em;
	background:#fff no-repeat 0px 0px url('http://www.fcss.be/wiki/files/css/Page.png');
}
div.chapo {			
	letter-spacing:0.1em;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	font-size:120%;
	color:#333;
	
}

#Page img.logo {padding:1em;}

body.popup #Page {
	width:100%;
	}

#Comments {

	margin-top: 2em;
	border-top:1px solid #002B3D;
	font-size:x-small;
	}


#Footer {
	clear:both;
	padding:1em;
	text-align:center;
	font-size:x-small;
	color:grey;
	border-top:1px solid #ddd;
	background: #eee;
}

/* 

------------------------------
2. Titres
------------------------------

(css) */

h1, h2, h3, h4{
	color:#f26b00;
	font-family:"Lucida Sans",'Lucida Sans Unicode','Lucida Grande',LucidaGrande,sans-serif;
	margin:0;
	padding:0;
	margin-top:1em; 
	margin-bottom:0.5em; 

	
}
h1{font-size:18px; line-height:24px;border-bottom:2px solid #ddd;}
h2{font-size:16px;padding:0;padding-bottom:0.5em;border-bottom:2px solid #f26b00;}
h3{font-size:13px;padding:0;}
h4{font-size:12px;font-family:verdana,sans-serif;line-height:13px;margin-bottom:10px;}

/* 

------------------------------
3. Balises
------------------------------

(css) */

table {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:#fff repeat url('http://www.fcss.be/wiki/files/style/content_bg.gif');			
	border:1px solid #ddd;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
	font-size:0.8em;
}

tr.alternate {	
	border:0px solid #669900;
	background: #F9FFE6;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
}
th {
	color:#f26b00;
	padding:5px;
	font-size:1em;
	border-bottom:1px solid #f26b00;
	
}
th a{
	color:#980101;
}
td {
	vertical-align:top;
	padding:0.5em;
}
table.graph{
	width:auto;
	background:#fff 0px 0px url('http://www.fcss.be/wiki/files/style/fond-stats.gif');
}
table.graph td {
	vertical-align:bottom;
	padding:0em;
}
table.graph td a{
	background:#ddd;
}

th.day {
	border-top:1px solid #ddd;
	text-align:center;
	font-weight:bold;
	color:orange;
}
th.alternate {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	text-align:center;
	color:orange;
}
td.body_r {
	font-size:x-small;
}
a[hreflang]:after{content: "\0000a0[" attr(hreflang) "]"}

a{
	color: #39c;	
	text-decoration:none;	
}

a:hover{ text-decoration:underline;}

img {
    	border: none;
	vertical-align: middle;
}

p {
    	margin: 0.4em 0em 0.5em 0em;
    	line-height: 1.5em;
}

hr {
    	height: 1px;
	border: 0;
	margin: 0;
	clear:both;
	background: #ddd;
}
hr.page_break {
	height:0px;
	visibility:hidden;
	clear:both;
	page-break-before:always;
}



ul {
	list-style-type:disc;
	margin: 0px;
	margin-left:4em;
	padding:0px;
	list-style-position:outside;
}
ul ul{
	list-style-type:circle;
}

ol {
	margin: 0px;
	margin-left:4em;
	padding:0px;
	list-style-position:outside;
}

li {
	margin-left:0em;}

dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}

dl{
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}
	
abbr, acronym, {
	border-bottom: 1px dotted Black;
	color: Black;
	cursor: help;
}
pre {
	border: 1px solid #ddd;
	color: #666;
	background:white;
	padding:1em;
	overflow:auto;
}
pre.important {
	border: 1px solid #bbb;
	color: #333;
	background:#eee;
	padding:1em;
	overflow:auto;
}

q, quote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	color: #aaa;
}

blockquote {
	border-left: 1px solid #ddd;
	padding-left:10px;
	margin: 0px;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	color: #aaa;
}

/* 

------------------------------
4. Formulaires
------------------------------

(css) */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	background: White;
	padding: 0.5em;
}

label {
	font-weight:bold;
	padding-top: 10px;
}

body.upload form, body.invite form{
	text-align:left;
}

textarea {
	color: Black;
	background-color: #eee;
	border:1px solid #333;
	padding: 0.1em;
	width:300px;  
	height:150px;
}

textarea.edit { 
	padding:5px; 
	width:98%;  
	height: 380px; 
}

textarea.section { 
	padding:5px; 
	width:98%;  
	height: 150px; 
}
input, textarea {
	border: 1px solid #669900;
	background: #F9FFE6;
}
input[type=text] {
	border: 1px dotted #669900;
	background: #f9ffe6;
}
input[type=submit], input[type=reset] {
	border: 1px solid #669900;
	background: #f9ffe6;
	cursor:pointer;
}

input[type=submit]:hover {
	border: 1px solid #669900;
	background: #669900;
	color: #fff;
}
input[type=reset]:hover {
	border: 1px solid #990000;
	background: #990000;
	color: #fff;
}
input.annulation {
	border: 1px solid #990000;
	color:#990000;
}
input.annulation:hover {
	border: 1px solid #990000;
	background: #990000;
	color: #fff;
}

input.apercu:hover {
	border: 1px solid #ffaa00;
	background: #ffaa00;
	color: #fff;
}

select {
	vertical-align: top;
}
/* 

------------------------------
5. Casini
------------------------------

(css) */

.tools {
	background: #F9FFE6;
	padding:0.3em;
}

.invisible{display:none;}
.visible{display:block;}



.gauche {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.droite {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}


div.centre {
	text-align:center;
}

.sommaire, div.action_blog {
	border:1px solid #ddd;
	-moz-border-radius:6px;
	border-radius:6px;
	background:#fefefe;
	font-size:0.9em;
	padding:0;
}
.sommaire ul {
	margin-left:0.5em;
	padding:0.3em;
}
.sommaire ul ul{
	margin-left:1em;
}
.trail_table{margin-bottom:1em;}

div.aide, div.info, div.ok, div.confirmation, div.error, div.warning, div.important{
	-moz-border-radius:1em;
	border-radius:1em;
	padding: 1em;  
	padding-right:30px;	
	border: 1px dashed #ddd;
	font-style:italic;
	margin-bottom:1em;
}

div.aide {
	background:#fff 99% 50% no-repeat url('http://www.fcss.be/kernel/icons/help.png');
}
div.info {
	background:#fff 99% 50% no-repeat url('http://www.fcss.be/kernel/icons/info.png');
}
div.error {
	border: 1px dashed red;
	background:#fff 99% 50% no-repeat url('http://www.fcss.be/kernel/icons/error.png');
}
div.confirmation { 
	background:#fff 99% 0.5em no-repeat url('http://www.fcss.be/kernel/icons/ok.png');
	border:1px solid green;
}
div.ok { 
	background:#fff 99% 0.5em no-repeat url('http://www.fcss.be/kernel/icons/ok.png');
	border:1px solid green;
}
div.warning { 
	background:#fff 99% 0.5em no-repeat url('http://www.fcss.be/kernel/icons/warning.png');
	border:2px solid orange;
}
div.important {
	background:#fff repeat url('http://www.fcss.be/wiki/files/style/content_bg.gif');			
	border: 1px solid #ccc;  
	border-bottom: 1px solid #bbb; 
	border-right: 1px solid #bbb;
}
.lettrine:first-letter{
	color:#000;
	float:left;
	font-size:300%;
	margin-top:10px;
}
.indent { 
	margin-left: 40px; 
}

.additions { 
	color: #008800; 
}
.additions div{ 
	border: 1px solid #008800; 
	padding:1em;
	margin:1em;
}

.deletions { 
	color: #880000; 
}
.deletions div{ 
	border: 1px solid #880000; 
	padding:1em;
	margin:1em;
}

.add { 
	font-weight: bold; 
	color: #c00; 
	text-decoration: underline; 
}

.del { 
	font-style: italic; 
	color: #c00; 
	text-decoration: line-through; 
}

.legend {
	font-weight:bold;
	padding:0.5em;
	margin-bottom:0.5em;
	margin-top:0.5em;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	background:#efefef;
}

fieldset.comment {
	color:#000;
	background-color:#ffecce;
	border:1px solid #666;
	margin:0 0 1em 0;
	padding:0.5em 1em;
}
fieldset.comment .infos{
	font-size:0.8em;
	border-top:1px dotted #666;
	clear:both;
	text-align:right;
}
.footnotes {
	color:#999;
	border:1px solid #ddd;
	padding:1em;
	margin:1em;
	font-size:0.7em;
}
.com { 
	font-style: italic; 
	color:#666;
}

.prev_alert { 
	background-color: #7C9A08; 
	color: white; 
	font-size: 1.7em; 
	font-weight: bold; 
	margin-bottom: 5px; 
}

.code { 
	background: #f5f5f5; 
	border: 2px solid  #E0E0E0; 
	font-family: 'Courier New', Courier; color: black; 
	font-size: 0.8em; 
	overflow:auto; 
	padding: 10px; 
}

.debug { 
	font-size: 1em; 
	color: #888888; 
}

.hr_clear { 
	clear: both; 
	visibility: hidden; 
}

.visualClear { 
	clear: both; 
}

h2 a.top {
	display:block;
	float:right;
	width:51px;
	height:16px;
	background: 50% 50% transparent no-repeat url('http://www.fcss.be/wiki/files/css/h2.png');
}

/* 

------------------------------
6. Images
------------------------------

(css) */

option.s0, option.s25, option.s50, option.s75, option.s100 {padding-left:12px;}
option.s0 {background: 1px 50% transparent no-repeat url('http://www.fcss.be/kernel/icons/00.png');}
option.s25 {background: 1px 50% transparent no-repeat url('http://www.fcss.be/kernel/icons/25.png');}
option.s50 {background: 1px 50% transparent no-repeat url('http://www.fcss.be/kernel/icons/50.png');}
option.s75 {background: 1px 50% transparent no-repeat url('http://www.fcss.be/kernel/icons/75.png');}
option.s100 {background: 1px 50% transparent no-repeat url('http://www.fcss.be/kernel/icons/100.png');}

/* 

------------------------------
7. Action Agenda
------------------------------

(css) */
 .Events .empty{border:0px;}
 .Events .year{font-weight:bold;font-style:italic;}
 .Events .month{color:green;}
 .Events .day{font-style:italic;}
 .Events .hour{font-style:italic;}
 .Events .alternate .item{}
 .Events .newweek{border-top:1px solid #CCC;}
 .Events .newyear{border-top:1px solid #980101;}
 .Events .day {white-space: nowrap;}
 .Events .item {whith:100%;}
 .Events .APlanifier {padding:0.5em; padding-left:30px; background:#fff 2px 2px no-repeat url('/warning.png');}
 .Events div.title {height:1.5em;overflow : hidden ;}
/* 

------------------------------
8. Menus
------------------------------

(css) */
.menu {cursor:pointer;	margin:1em; }
.menu ul{margin:0px; padding:0px; list-style: none;}
.menu a{width: 10em; background:none;padding-left:0px;}

.menu li{float:left; display:block; padding-right: 1em; padding-left: 1em;margin-right:2px; background:#fff;border:1px solid #ddd;}
.menu ul ul {position:absolute; background:white; border:1px solid #ddd;}
.menu li ul li {float:none;margin:0px; padding:0;margin:0;border:0;}
.menu ul ul ul{margin-left:3em;}
.menu li ul li a{padding-left:1em; padding-right:1em; margin:0.2em;}
.menu hr{padding:0;margin:0;border-top:1px solid #ddd;}

/* 

------------------------------
9. Impression
------------------------------

(css) */

@media print {
	body {
		background-color: #ffffff; /* texte noir sur fond blanc */
		color: #000000;
		border:0;
		width:100%;
	}
	#wiki_name {display:none;}
	#Handlers {display:none;}
	#Tete {display:none;}
	#Navigation {display:none;}
	#Profil {display:none;}
	#Footer {display:none;}
	#Copyright {display:none;}
	#Page {width:100%;margin:0px;padding:0px;border:none;}
	#Corps {width:100%;margin:0px;padding:0px;border:none;}
}

/*  */
 
