/*
Feuille de style
*/
/*
§§(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.§§
=====Structure=====
<pre class="code">*/
#infoIE{
	position:absolute;
	top:10px;
	left:10px;
	width:200px;
}
body {
	background: transparent no-repeat 50% 0% url('http://www.deambule.be/local/files/template/css/test.png');
	padding:0;
	color: #000000;
	font-size: 12px;
 	font-family: monospace;
}
.listen {
	clear:left;
	margin-right:1em;
	display:block;
	background:black 50% 50% no-repeat url('http://www.deambule.be/local/files/template/css/24x24-oreille.png');
	height:24px;
	width:24px;
}

#all{
	margin: 0 0 0 0;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	/*background: 0% 100% transparent no-repeat url('http://www.deambule.be/local/files/template/css/trajet.png');
	*/
}
#Title h1 a{
	display:block;
	/*background: transparent 50% 50% url('http://www.deambule.be/local/files/template/css/titre.png');
	*/text-indent:-10000px;
	width:500px;
	height:200px;
	font-size:0px;
}
#Description{
	display:none;
 	font-family: monospace;
}
#MainMenu h1{
	padding:0em;
	margin:0;
       	font-size: 28px;
}
#MainMenu #WikiName{
	
	padding:0;
	margin:0;
}
#Main {	
	margin-top:1em;
	border:1px solid #999;
	display:block;
	background: 0% 100% transparent url('http://www.deambule.be/local/files/template/css/transparent.png');
}
#Main #path{
	text-align:center;
}
#Main #title{
	text-align:center;
	margin:0.6em;
}
#Main #logo{
	float:left;
}
#Main #logo img{
	border-top:2px solid black;
	border-bottom:2px solid black;
}
#Main #resume{
	text-align:center;
	font-size:140%;
	padding:0em 2em 0em 2em;
	font-style:italic;
	line-height:1.5em;
}
#Main #body{padding:2em;}
#Main .home #title{display:none;}

.editlinks_online{
 	font-family:"Arial", sans-serif;
	position:absolute;
	position:fixed;
	width:100%;
	left:0px;
	bottom:0px;
	padding:0.5em;
	background:transparent url('http://www.deambule.be/local/files/template/css/transparent50Jaune.png');
}
.editlinks_offline{display:none;}

#myFlashLoader{visibility:hidden;}
#AudioPlayer {
	-moz-border-radius:3px;
 	font-family:"Arial", sans-serif;
	/*background: transparent url('http://www.deambule.be/local/files/template/css/playlist.png');*/
	font-size: 12px;
}
#Player{
	border:1px solid #999;
	-moz-border-radius:0.3em;
	padding:1em;
	background: 0% 100% transparent url('http://www.deambule.be/local/files/template/css/transparent.png');
}

#PlayerTools{clear:both;}
#PlayerControls{
	float:left;
	width:100px;
	height:1em;
}
#Controls{border-bottom:2px solid #999;}
#ContentMenu{border-bottom:2px solid #999;}
.playButton,.pauseButton,.stopButton,.prevButton,.nextButton,.playlistButton{
	cursor: pointer;
	text-indent: -9000px;
	display:block;
	float:left;
	height:14px;
	width:20px;
}
.chainButton{}
.randomButton{}
.playlistButton{background: no-repeat transparent 50% 50% url('http://www.deambule.be/local/files/template/css/player/playlist.png');}
.playButton{background: no-repeat transparent 50% 50% url('http://www.deambule.be/local/files/template/css/player/play.png');}
.pauseButton{background: no-repeat transparent 50% 50% url('http://www.deambule.be/local/files/template/css/player/pause.png');}
.stopButton{background: no-repeat transparent 50% 50% url('http://www.deambule.be/local/files/template/css/player/stop.png');}
.nextButton{background: no-repeat transparent 50% 50% url('http://www.deambule.be/local/files/template/css/player/next.png');}
.prevButton{background: no-repeat transparent 50% 50% url('http://www.deambule.be/local/files/template/css/player/prev.png');}
a.sound{padding-left:20px;background: no-repeat transparent 0% 50% url('http://www.deambule.be/local/files/template/css/sound.png');}

li.sound{
	list-style-image: url('http://www.deambule.be/local/files/template/css/sound.png');
	list-style-type: circle;
}

#Playlist{
	-moz-border-radius:0.3em;
	background: #fff;
	margin-left:10px;
	margin-right:10px;
	border:1px solid #999;
	border-top:0px;
	clear:both;
	overflow:auto;
	font-size:90%;
	height:0px;
}
#Playlist a{
	color:black;
}
#Playlist .song{
	clear:both;
}
#Playlist .song:hover{
	color:black;
}
#Playlist .focus{font-weight:bold;}
#Playlist .song{
	border-bottom:1px solid white;
}
#Playlist .num{
	float:right;
	padding:0.3em;
}
#Playlist .title{
	cursor: pointer;
}
#Playlist a{
	text-decoration:none;
}
#Playlist .controls, #Playlist .title{padding-top:5px;}
#Playlist .controls{padding-top:5px;}
#Playlist a.active,.file_resume .title{
	font-weight:bold;
}
#Playlist .seekbar, #Player .seekbar {
	clear:both;
	width:0px;
	background: #ddd;
	height: 5px;
	cursor: pointer;
}

#Playlist .position, #Player .position  {
	left:0;
	position: relative;
	width: 5px;
	height: 5px;
	background:#666;
}

#Playlist .infos{
	border-top:1px dotted #000;
	padding:0.3em;
}
#Playlist .infos .comment, .file_resume .content{
	padding:0.5em;
	font-style:italic;
}
#Playlist .infos .links{
	font-size:x-small;
}
#Playlist .infos span{
	padding-left:0.5em;
	padding-right:0.5em;
	border-left:1px solid #000;
	margin-right:0.5em;
}

#Page .page-content {
        text-align:justify;
}
#Page .page-logo img{
	padding:0;
	margin:0;
}
#Comments {
	display:none;
	padding:0.3em;
	margin-top:2em;
}
#Footer {
	margin-top:1em;
	border:1px solid #999;
	-moz-border-radius:0.3em;
	padding:1em;
	background: 0% 100% transparent url('http://www.deambule.be/local/files/template/css/transparent.png');
	font-size:x-small;
	font-family: sans-serif;
	margin-bottom:100px;
}
#Menu{
	text-align:center;
	margin-bottom:0.2em;
	padding-bottom:0.5em;
}

#Menu span.inline{
	text-align:center;
	border:1px solid #999;
	-moz-border-radius:0.3em;
	padding:0.5em;
	background: white;
	font-family: sans-serif;
}
span.inline img{
	margin-right:0.3em;
}

.loading {
	background:transparent 50% 50% no-repeat url('http://www.deambule.be/local/files/template/css/loading.gif');
}
.tpl_news{
	margin-bottom:1em;
	padding:1em;
	-moz-border-radius:1em;
	border: 1em solid #999;
}


/*</pre>
=====Titres=====
<pre class="code">*/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
	color: #666;
}
h1, h2, h3, h4, h5{
	margin-top:0.3em;
	margin-bottom:0.3em;
	padding:0;
}
h1, .h1{
        font-size:24px;
}

h2, .h2{
	font-weight:bold;
	font-size:18px;
}

h3, .h3{
	font-weight:bold;
	font-size:15px;
}
h4, .h4{font-weight:bold;font-size:14px;font-family:verdana,sans-serif;}
h5, .h5{font-weight:bold;font-size:13px;font-family:verdana,sans-serif;}

a.top{
	display:block;
	float:right;
	height:23px;
	width:20px;
}
h1 a.top, h2 a.top, h3 a.top{
	background:#fff 0px 50% no-repeat url('http://www.deambule.be/local/files/clotilde/miniane.png');
}
/*</pre>
=====Balises=====
<pre class="code">*/

a { color: #00bef0; text-decoration:none;}
a:hover { text-decoration: none; }
a img{border:none;}

table {
	margin:1em;
	margin-left:auto;
	margin-right:auto;		
	border:1px solid #ddd;
	border-collapse:collapse;
	vertical-align:top;
	text-align:left;
}
tr{vertical-align:top;}
tr.alternate {	
	border:0px solid #669900;
	background: #F9FFE6;
}
th {
        text-align:center;
	vertical-align:middle;
	color:green;
	padding:3px;
}
td {
	vertical-align:top;
	padding:0.2em;
	border:1px dotted #ddd;
}
td.large{
	width:100%;
}
td.nowrap{
	white-space: nowrap;
}


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) "]"}

#Body img {   padding: 0.2em;
}



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;
	padding: 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;
	padding:0px;
	padding-left:2em;
	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:0.5em;}

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;
}

q, quote{
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size:110%;
	color: #666;
}

blockquote, .selected  {
	padding-left:10px;
	margin: 0.5em;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size:110%;
	color: #666;
}
pre  {
	text-align:left;
	padding: 0.5em;
	margin: 0.5em;
	background:#000;
	color: #fff;
	overflow:auto; 
	font-family: 'Courier New', Courier;
	max-height:600px;
}

/*</pre>
=====Formulaires=====
<pre class="code">*/

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

legend {
	background: #fff;
	padding: 0.5em;
	font-weight:bold;
	font-size:120%;
}

legend1 {
	font-style:italic;
	line-height:2em;
	font-weight:bold;
	font-size:110%;
}

label {
	font-style:italic;
	line-height:2em;
}

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

textarea {
	color: black;	
	padding: 0.1em;
	width:98%;  
	height:175px;
}

textarea.edit { 
	padding:5px; 
	width:98%;  
	height: 380px; 
}
textarea.resume { 
	width:98%;   
	height: 75px; 
}
.action_comments .selectingtools, .action_mail .selectingtools{display:none;}

.action_account textarea, .action_register textarea  {width:200px;height:100px;}
.action_comments textarea, .action_mail textarea  {width:98%;height:200px;}

input, textarea {
	border: 2px solid #000;
	color:#333;
	margin:0.1em;
}

input{
}
input[type=text], input[type=password]{
	width:150px; 
}
input[type=submit]{
	background: #fff;
}
input[type=submit]:hover {
	border: 2px solid #669900;
	background: #669900;
	color: #fff;
	cursor:pointer;
}
input[type=reset]:hover {
	border: 2px solid #990000;
	background: #990000;
	color: #fff;
	cursor:pointer;
}
input.annulation:hover {
	border: 2px solid #990000;
	background: #990000;
	color: #fff;
	cursor:pointer;
}

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

select {
	vertical-align: top;
}
option.head {
	background: #ffaa00;
	font-weight:bold;
}
/*</pre>
=====Casini=====
<pre class="code">*/

.tools {
	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, p.centre {
	text-align:center;
}

.trail_table{margin-bottom:1em;}

div.traduction, p.traduction, ul.traduction,  li.traduction {
        padding-left: 15px;  
	font-style: italic;
	font-size:90%;	

}
div.grand, p.grand, option.grand{
	font-size:130%;
}

div.alignerdroite, p.alignerdroite, option.alignerdroite{
	text-align:right;
}

div.pagination{
	margin:1em;
	text-align:center;	
}
div.pagination a.current{
	font-weight:bold;
}
div.aide, div.info, div.confirmation, div.error, div.warning, div.important, div.preview,
p.aide, p.info, p.confirmation, p.error, p.warning, p.important, p.preview{
	padding: 1em;  
	padding-left:30px;	
	border: 1px dashed #ddd;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
div.preview, p.preview {
	background:transparent 3px 0% repeat-y url('http://www.deambule.be/kernel/files/icons/preview.png');
}
div.aide, p.aide, option.aide, div.help, p.help, option.help  {
	font-style:italic;
	background:transparent 3px 50% no-repeat url('http://www.deambule.be/kernel/files/icons/help.png');
}
div.info, p.info, option.info {
	font-style:italic;
	background:transparent 3px 50% no-repeat url('http://www.deambule.be/kernel/files/icons/info.png');
}
div.error, p.error, option.error {
	font-style:italic;
	border: 1px solid red;
	background:transparent 3px 50% no-repeat url('http://www.deambule.be/kernel/files/icons/error.png');
}
div.confirm, p.confirm, option.confirm { 
	font-style:italic;
	background:transparent 3px 50% no-repeat url('http://www.deambule.be/kernel/files/icons/warning.png');
	border:1px solid green;
}
div.warning, p.warning, option.warning { 
	font-style:italic;
	background:transparent 3px 50% no-repeat url('http://www.deambule.be/kernel/files/icons/warning.png');
	border:1px solid orange;
}
div.important, p.important, option.important {
	background:transparent repeat url('http://www.deambule.be/kernel/files/style/content_bg.gif');			
	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; 
}


.add, .additions { 
	font-weight: bold; 
	color: #0c0; 
	text-decoration: underline; 
}

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

.footnotes {
	color:#999;
	border:1px solid #ddd;
	padding:1em;
	margin:1em;
	font-size:0.8em;
}
.com { 
	font-style: italic; 
	color:#666;
}

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

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

hr.clear{
	margin: 0;
	padding: 0;
	height:0px;
	clear:both;
	visibility:hidden
}

.visualClear { 
	clear: both; 
}


/*</pre>
=====Commentaires=====
<pre class="code">*/
.action_comments {padding:0.5em;}
.action_comments .reply{padding:0.3em;font-weight:bold;border-bottom:2px solid #666;text-align:right;padding-left:1em;}
.action_comments .answers{padding-left:1em; margin-left:1em; border-left:10px dotted #fff;}
.action_comments .title {font-weight:bold;}
.action_comments .page_comment {padding-bottom:1em;margin-bottom:1em;border-bottom:1px dotted #333;}

/*</pre>
=====Action Stats=====
<pre class="code">*/

.action_stats tr{
}
.action_stats .bar{
	background:#fff;
	border:1px solid #ddd;
}
.action_stats .bar_on{
	text-align:right;
	padding:0px;
	font-size:9px;
	font-weight:bold;
	border-right:3px solid green;
}
/*</pre>
=====Action Agenda=====
<pre class="code">*/
#Page .action_agenda table {
          background:none; 
          border: none;
          table-layout: fixed;
}

#Page .action_agenda .list table {table-layout : auto;}
#Page .action_agenda .list td.time {white-space:nowrap;}
#Page .action_agenda td.cell_number {
	border-bottom:none;
	padding:0px;
	background:#333;
	color:#fff;
}
#Page .action_agenda td.cell_number a{
	color:#fff;
}
#Page .action_agenda th.row_names{
	background:#333;
	color:#fff;
}
.action_agenda .cell_number_events{font-weight:bold;}
#Page .action_agenda table {border: 1px solid #ddd;}
#Page .action_agenda tr {background:none; border:none;}
#Page .action_agenda th {width:12.5%;}
#Page .action_agenda td {background:none;}
#Page .action_agenda td, tr {border: 1px solid #ddd;}
#Page .action_agenda .month {color:orange;}
#Page .action_agenda .day {color:green;}
#Page .action_agenda .holyday {}


#Page .action_agenda .hasevents {padding:0;}
#Page .action_agenda .hasevents ul {margin:0;padding:0;}
#Page .action_agenda .hasevents li {margin:0;padding:0;list-style-type:none;}
#Page .action_agenda .event0 {background-color: #fff779;}
#Page .action_agenda .event1 {background-color: #ffe;}
#Page .action_agenda .event2 {background-color: #fef;}
#Page .action_agenda .event3 {background-color: #eff;}
#Page .action_agenda .event4 {background-color: #eef;}
#Page .action_agenda .event5 {background-color: #fee;}
#Page .action_agenda .event6 {background-color: #efe;}
#Page .action_agenda .event7 {background-color: #eee;}
#Page .action_agenda .event8 {background-color: #ede;}
#Page .action_agenda .event9 {background-color: #eed;}

#Page .action_agenda .passive, #Page .action_agenda .passive .cell_number_events {color:#aaa;}


#Page .action_agenda .col1 {border-left: 2px solid #ddd;}
#Page .action_agenda .lastcol {border-right: 1px solid #ddd;}
#Page .action_agenda .lastrow {border-bottom: 1px solid #ddd;}

#Page .action_agenda .now {
    border-left:2px solid red;
    border-right:2px solid red;
}
#Page .action_agenda .row0.now {border-top:2px solid red;}
#Page .action_agenda .lastrow.now {border-bottom:2px solid red;}


/*</pre>
=====Action gallery=====
<pre class="code">*/
 .action_files .gallery .legend{display:none;}
 .action_files .gallery .content img {
	margin:0.3em;
	padding:0.5em;
	background:#eee;
	border:1px solid #ddd;
}
 .action_files .gallery div.thumbs {
	padding:0.5em;
	margin:0.3em;
	border:1px solid #ddd;
}
 .action_files .gallery div.img {
	text-align:center;
}

/*</pre>
=====Action map=====
<pre class="code">*/
.action_map .Content{border:2px solid black;}
.action_map td.Menu {
	font-size:x-small;
}
 .action_map td.Menu .main{
	max-height:500px;
	white-space: nowrap;
	overflow:auto;
	width:300px;
}
 .action_map td.Menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
 .action_map td.Menu ul li{
	border-bottom:1px solid #39c;
}


/*</pre>
=====Images=====
<pre class="code">*/
.action_img {max-width:300px;}
/*</pre>
=====Action Login=====
<pre class="code">*/
 .action_login .logo {float:right;}
/*</pre>
=====Action Formmail=====
<pre class="code">*/
.action_formmail label {min-width:200px;}

/*</pre>
=====Action IMG=====
<pre class="code">*/
 .action_img .legend {display:none;}
 .action_img .buttons {display:none;}




/*</pre>
=====Action log=====
<pre class="code">*/
table.graph{
	font-size:x-small;
	width:auto;
	background:#fff 0px 0px url('http://www.deambule.be/kernel/files/style/fond-stats.gif');
}
table.graph td {
	vertical-align:bottom;
	padding:0em;
}
table.graph td a{
	background:#ddd;
}
table.graph {
	width:100%;
	vertical-align:bottom;
	background:100% 100% url(http://www.surlaterre.org/ecrire/img_pack/fond-stats.gif);
}
table.graph td{
	padding:0px;
	vertical-align:bottom;
}
table.graph td.x-label {
	border-right:1px solid black;
}
table.graph td.x-label div{
	padding-right:1em;
	text-align:right;
	border-top:1px solid black;
}
table.graph td.maxsize div{
	padding-right:1em;
	font-size:x-small;
	text-align:right;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}
table.graph td a.revision{
	width:10px;
	display:block;
	z-index:2;
}
table.graph td a:hover {
	background:#fff;
}
table.graph td a span{
	display:none;
}
table.graph td a:hover span{
	display:block;
	margin:1px;
	position:absolute;
	width:150px;
	background:#fff;
	border:1px solid #bbb;
	padding:1em;
	font-size:9px;
}
table.graph td div.time {
	margin-left:3px;
	margin-top:3px;
	border-left:1px solid #bbb;
	padding-bottom:50px;
}
table.graph td div.time span{
	position:absolute;
	border:1px solid #bbb;
	border-left:0px;
	padding-left:2px;
	background:#fff;
}

/*</pre>
=====Menus=====
<pre class="code">*/
div.menu {cursor:pointer;	margin:1em; }
div.menu ul{margin:0px; padding:0px; list-style: none;}
div.menu a{width: 10em; background:none;padding-left:0px;}

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

/*</pre>
=====Impression=====
<pre class="code">*/

@media print {
	body, #Body, #Corps, #Page, #all, #Titre, #PageTitle, #Resume {
		background: none; 
		color: #000;
		border:0;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		height:100%;
	}
	form{ display:none;}
	#Titre a {color:#000;}
	#Navigation, #Tete, #Icons, #Footer, #Comments {display:none;}
}


/*</pre> */

