/***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
 font: 70%/130% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #E7D79C;
	margin: 0px;
	padding: 0px;
}

/* These control the fixed-width text elements of the page */
textarea, pre, code { font-size:0.9em; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier,monospace; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { margin-top:1.0em; margin-bottom:0.6em; }
h1, h2, h3, h6 { font-weight:normal; }
h4, h5 { font-weight:bold; }
h1 code, h2 code, h3 code, h4 code { font-size:1em; }
a, strong a {
	color: #7b0000;
	text-decoration:none;
	outline: none;
}
a:visited {
	color: #7b0000;
	text-decoration: none;
}
a:hover {
	color: #E7D79C;
	text-decoration: none;
}
img {
	margin: 0px 0px 5px;
	border: none;
}
p {
	margin: 0px 0px 12px;
}

h1 {
	margin: 0px 0px 2px;
	color: #7b0000;
	border-bottom: 1px dashed #A9B96C;
	font: normal 170%/100% "Trebuchet MS", Arial, sans-serif;
	padding-bottom: 2px;
	
}
form {
	margin:0px;
	padding:0px;
}
h1 { font-size:1.8em; }
h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }
hr { color: #7b0000;}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo {	background: #E7D79C url(http://www.corroboree.fr/files/images/corroboree.jpg) no-repeat;
	width: 924px;
	height: 180px;
	position: relative;
	margin: 0px auto;
	}

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead a:hover{ 
	color: #000000;
	text-decoration: none;
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
  width:155px; 
  padding:6px;  
  line-height:1.33em;
  font-size:9.4pt; font-family:Verdana,sans-serif;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { color: #000000;}
#wikileft :hover {
	color: #7B0000;}
/*#wikileft ul { }
#wikileft li { margin: 0 0 0 10px;
	padding-right: 6px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	background: url(/images/fleche1.gif) no-repeat left center;
	line-height: 160%;
	list-style-type: none}*/


/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:11pt;
border-top: 1px #000000 solid;  
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
/*#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover {
	color: #E7D79C;
	text-decoration: none;
}*/
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { line-height:1em; margin:0px; font-size:1.6em; font-weight:normal; }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext { margin-top:12px; line-height:1.33em; }
#wikitext table { font-size:100%; line-height:1.33em; } /* For MSIE 5.5 */

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; font-size:11pt;}
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:178px; padding-bottom:4px; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikifoot a:hover{ 
	color: #000000;
	text-decoration: none;
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}

/* OMBRES */
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-bottom: 10px;
}
#shadow-container .shadow1 {
	background: #ADA175;
}
#shadow-container .shadow2 {
	background: #B16C4D;
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .shadow3{
	background: #963627;
	position: relative;
	left: -1px;
	top: -1px;
}
#shadow-container .container {
	height: 100%;
	background: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
	position: relative;
	left: -1px;
	top: -1px;
}

/* HEADER */
#header {
	background: #E7D79C url(http://www.corroboree.fr/files/images/corroboree.jpg) no-repeat;
	width: 924px;
	height: 180px;
	position: relative;
	margin: 0px auto;
}
#headerimg {
	position: relative;
	padding: 50px 0px 0px 40px;
	height: 60px;
}
/* CADRE */
code {
	font: 8pt "Courier New", Courier, monospace;
	margin: 5px 15px 5px 5px;
	padding: 10px;
	margin-bottom: 15px;
	display:block;
	border: 1px dashed #818181;
}
.bleu   {background-color: #f0f9ff;}
.orange {background-color: #F7EECC;}
.vert   {background-color: #D9F0AC;}


/* CONTENEURS */
#gauche {
	float: left;
	width: 210px;
}
#droite {
	float: right;
	width: 700px;
}


/* MENU */
#menu{color: #000000;}
/*#menu a {color: #000000;}
#menu a:visited {color: #000000;}*/
#menu a:hover {
	color: #7B0000;
	font-style: italic;
	padding-left: 10px;
}
#menu h1 a {
color: #7b0000;
}

	
.menu-liste {
	margin: 0 0 -8px 0; 
	padding: 0;
	list-style-type: none
}
.menu-liste li{
	margin: 0 0 0 10px;
	padding-right: 6px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	background: url(http://www.corroboree.fr/files/images/fleche1.gif) no-repeat left center;
	line-height: 160%;
	list-style-type: none
}
#menu ul{
	margin: 0 0 0 0; 
	padding: 0;
	list-style-type: none
}
#menu ul a{
color: #000000;}
#menu li{
	margin: 0 0 0 10px;
	padding-right: 6px;
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-bottom: 1px dashed #CCCCCC;
	background: url(http://www.corroboree.fr/files/images/fleche1.gif) no-repeat left center;
	line-height: 160%;
	list-style-type: none
}


/* LIENS */
.liens-liste {
	margin: 0px;
	padding-right: 0px; 
	padding-left: 0px;	
	padding-bottom: 5px;	
	padding-top: 5px;
/*	font-size: 90%;*/ 
	list-style-type: none;
}
.liens-liste li {
	margin: 0px;
	padding-right: 0px; 
	padding-left: 10px; 
	padding-bottom: 0px;
	padding-top: 0px;
	background: url(http://www.corroboree.fr/files/images/fleche2.gif) no-repeat left center; 
	list-style-type: none
}
.liens-liste li a {color: #000000;}
.liens-liste li a:visited {color: #000000;}
.liens-liste li a:hover {
	color: #7B0000;
	font-style: italic;
	padding-left: 10px;
}

/* CONTENU */
.entry {
	clear:both;
	padding-top: 10px;
	padding-bottom: 15px;
}
.italique {font-style: italic;}
.gras     {font-weight: bold; font-style: bold;}
.rouge    {color: #7B0000;}
.grand    {font-size: 110%;}
.centrer  {text-align: center;}


/* COPYRIGHT */
#copyright {
	margin: -10px 0 0 0;
	width: 100%;
	color: #7d7d7d;
	font-size: 90%;
	padding-top: 0px;
	padding-bottom: 5px;
}

#copyright a:hover {
	color: #000000;
	text-decoration: none;
}

/* DECOR */
.termite {
	position: absolute;
	top: 40px; 
	left: 687px; 
	height: 110px;
	width: 17px;
	background: url(http://www.corroboree.fr/files/images/termite.gif) repeat left center;
}

#body {
	width: 924px;
	margin: 0px auto;
	padding-bottom: 10px; 
}


.sidehead {
	margin: 0px 0px 2px;
	color: #7b0000;
	border-bottom: 1px dashed #A9B96C;
	font: normal 170%/100% "Trebuchet MS", Arial, sans-serif;
	padding-bottom: 2px;
}

.inputbutton {	
	border:1px;
	background: #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	vertical-align: middle;
}
   
.inputbutton:hover {	
	color: #7b0000;
	font-style:italic;
}

.inputbutton:active {
	color: #000000;
	font-style:none;
}


/* ADDED : style du sommaire */
div.tocfloat { 
	font-size: $TocSize; margin-bottom: 10px;
	border-top: 1px dotted #555555; border-bottom: 1px dotted #555555;
	padding-top: 5px; padding-bottom: 5px; 
	width: 38%; float: right; margin-left: 10px; clear: right;
	margin-right:-13px; padding-right: 13px; padding-left: 13px;
	background-color: #eeeeee; 
}

div.toc { 
	font-size: $TocSize; 
	padding: 5px; border: 1px dotted #cccccc;
	background: #f7f7f7;
	margin-bottom: 10px; 
}

div.toc p { 
	background-color: #f9f6d6;
	margin-top:-5px;   padding-top: 5px;
	margin-left:-5px;  padding-left: 5px;
	margin-right:-5px; padding-right: 5px;
	padding-bottom: 3px;
	border-bottom:  1px dotted #cccccc; 
} 
