/***********************************************************************
** screen.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  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.
***********************************************************************/

/***********************************************************************
** These define the pmwiki "default" skin.  DO NOT EDIT THIS FILE
** DIRECTLY OR YOU MAY LOSE CHANGES WHEN UPGRADING!  If you want to make
** changes to these settings, you can create a custom skin (see the
** README file), or you can use pub/css/local.css to override the
** settings here.
***********************************************************************/
body {margin: 0px; behavior: url('csshover.htc')}
.pagetitle { font-size:200%; font-weight:bold; }

#maintablewiki
{
	
}

#myGallery
{
	width:444px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
}

#wikilogo { border-bottom:2px solid #cccccc; }

#wikihead {
  position:absolute; top:0px; right:0px;
  font-size:smaller; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }

#wikileft {
  /*padding-top:5em;*/
  font-size:small;
  text-align:right;
  background-color: #e1e7e9;
}

#menuhorizontal {
  background: #99bbdd;
  border-bottom: 1px solid #00477f;  
}

#menuhorizontal ul {
  list-style: none;
  padding: 0px; margin: 0px;
  display: inline;
}

#menuhorizontal ul li {
  position: relative;
  float: left;
  display: inline;
  width: 109px;
  z-index: 9999;
  font-family: trebuchet ms;
  font-size: 8pt;
  color: #00477f;
  text-align: center;
}

#menuhorizontal ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
}

#menuhorizontal ul a:hover {
  background: #00477f;
  color: #ffffff;
}

#menuhorizontal ul ul {
  position: absolute;
  z-index: 9999;
}

#menuhorizontal ul ul li {
  display: block;  
}

#menuhorizontal ul ul {
  display: none;
  background: #99bbdd;
  border: 1px solid #00477f;
  border-top: 0px;
}

#menuhorizontal ul li:hover ul,
#menuhorizontal ul li ul:hover {
  display: block;
}


#wikibody { padding-left: 20px; padding-bottom:1em; padding-top:0.5em; padding-right:20px; }

#wikititle { vertical-align:bottom; font: 12px/16px arial, helvetica, sans-serif; line-height:2em;}
#wikititle a {color:#E46C31}
#wikitext { font: 12px/16px arial, helvetica, sans-serif; padding-left:0px; margin-top:0.5em; }
#wikitext select { font: 12px/16px arial, helvetica, sans-serif;  }
#wikitext h3 {color:#FF4500;}

#wikicmds { font-size:smaller; text-align:right; vertical-align:top; }
#wikicmds a { display:block; }

#wikifoot { clear:both; border-top:2px solid #cccccc; font-size:smaller; }

h1.wikiaction { font-size:150%; margin:0px; }
#wikiedit form { margin:0px; }
#wikiedit textarea { width:95%; }

.wikilienedit:link {color:white}
.wikilienedit:visited {color:white}
.wikilienedit:hover {color:silver}
.wikilienedit:active {color:silver}

#nouvelles { font: 12px arial, helvetica, sans-serif; color: #00467F; padding:5px ;width:191px; }
#nouvelles h1 {font-size:150%; text-align:center; }
#nouvelles .wikilink {color: #3d93b6;}
#nouvelles .wikilink:hover {color: red}
input.div {display:block;}
