/***********************************************************************
** pmwiki.css rename as pmwikinaturissimo.css
**
** revisité par PiT (pb@namok.be) pour le site Naturissimo.be 
**
**  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.
***********************************************************************/

/*
 * Mes couleurs 
 * ROSE #de087b
 * TURQUOISE #63cbf7
 * TURQUOISE clair #bbdfef
 * ORCREF #def329
 * ORCREC #eff34a
 * BRUN #de7952
 */

/* 
 * Mise en page générale 
 */
html {
    font-family:Arial,Helvetica,sans-serif; 
}

body {
    margin: 10px 0 ;
    padding: 0 ;
    text-align: center ;
    font-size: 100% ; 
    background: #fdcee8 ; 
}

#container {
	width: 770px ;
	min-width: 770px ; 
	min-height: 600px ; 
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #de087b ; 
	background: #fff ;
}

textarea, pre, code {  }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre {}
pre code, code code, pre pre { }

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

/* 
 * The #wikilogo element is the logo from $PageLogoFmt 
 */
#wikilogo { 
	position: absolute ; 
}

/* 
 * This controls the rest of the heading (primarily the search box) 
 */
#wikihead { 
    background: url("logoNaturissimo200.jpg") no-repeat top left ;  
    height: 200px ;
    margin: 0 ;
}
#wikihead input { font-size:85%; } 
#wikihead a {
	width: 400px ;
	height: 70px ;
	display: block ;
	/*background: url(title.gif) no-repeat ;*/
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5000px ;
}

#wikimid {}

/* 
 * These are for the left-sidebar. 
 */
#wikileft { 
	position: absolute ; 
	background: url(imgMenu.jpg) no-repeat bottom right ;  
	padding: 0px 5px 0px 15px ; 
	color: #63cbf7 ; 
}
#wikileft .vspace {  }
#wikileft a { 
	text-decoration:none; 
	color: #63cbf7 ; 
}
#wikileft a:hover { 
	text-decoration:underline; 
}
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 12px; }
#wikileft .sidehead {
  margin:0px; 
  padding: 1px 2px;
  font-weight:bold; 
  font-style:normal; 
}
#wikileft .sidehead a {  }

/* 
 * These affect the main content area. 
 */
#wikibody { 
	padding: 0px 25px 0 200px ;
}

#wikibody p { text-align: justify ; }
#wikibody h1 { 
	color: #de087b ; 
	text-align: right ; 
	border-bottom: solid 1px #de087b; 
	padding:0px ; 
	padding-right: 35px ; 
        background: url("puce.jpg") no-repeat center right ;  
	line-height: 35px ; 
}
#wikibody h2 { 
	color: #de087b ; 
	text-align: right ;  
	padding:0px ; 
	padding-right: 10px ; 
	background: #fdcee8 ; 
	line-height: 30px ; 
}
#wikibody h3 {
	color: #fdcee8 ; 
	text-align: right ;
	border-bottom: solid 1px #de087b;
}
#wikibody b, strong { font-weight: bold; }
#wikibody i, em { font-weight: italic; }
#wikibody a {color:black; text-decoration: underline; }
#wikibody a:hover {color:#63cbf7; }
#wikibody table {
	border:solid 1px #eff34a;
	width: 65%;
}
#wikibody th {
	font-weight: bold;
	background: #def329;
	padding: 0 .5em;
}
#wikibody td {
	padding: 0 .5em;
}

#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 { text-decoration:underline; color:blue; }
.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: 1.2em ; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  font-size: 0.8em; 
  text-align: right; 
  padding: 5px 25px 5px 0px ; 
  margin:0 ; 
  color: #de087b ; 
}

#wikifoot a {
  color: #de087b ; 
  text-decoration: none ; 
}

#wikifoot a:hover {
  text-decoration: underline ; 
}

#wikifoot p {

}

.lastmod {
    font-size:60%;
    color:red;
}

.gotop  {
    text-align: center ; 
    font-size: .8em ; 
    padding: 5px 0px ; 
    color: #63cbf7 ; 
}


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


/* This is for thumblist script */
img.thumbs {
 border:1px solid #dddddd; margin:2px; padding:4px; vertical-align: middle; }
img.thumbs:hover, table.thumbtable td.thumbtd div.img:hover {
 border:1px solid red; }
table.thumbtable img.thumbs { border: 0; padding:0; }
table.thumbtable td.thumbtd {  margin:4px; padding:2px;}
table.thumbtable td.thumbtd:hover { border-color:red; }
table.thumbtable { border:1px solid #cccccc; }
table.thumbtable td.thumbtd div.img {
 border: 1px solid #dddddd; text-align: center;}
.caption {
 font-size:.8em; overflow:hidden; padding:0px; line-height:1.1em;}
img.current, table.thumbtable td.thumbtd div.current {
 border-color: #ff0000;}


