/***********************************************************************
** pmwiki.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.
***********************************************************************/
body {
  font-family: sans-serif;
  background-color: #ffffff;
  margin-top:0px;margin-left:0px; margin-right:0px; 
  font-size:14px; 
}

h1, h2, h3, h4, h5 { line-height:1em; COLOR:#003366;}
h1 { font-size:130%; }
h2 { font-size:120%; }
h3 { font-size:110%; }
h4 { font-size:105%; }
h5 { font-size:100%; font-weight:normal; font-style:italic; }


#pagetitle   { FONT-SIZE : 17px; FONT-FAMILY : Arial; color:black;}
#pagetitle a { text-decoration:none; COLOR:#003366;}
#pagetitle a:hover { text-decoration:none; COLOR:#99CCFF;}


#wikitop { 
	height:77px; 
    padding-left:10px; padding-top:0px; 
	background-image:url('fond.gif');
	background-repeat: repeat-x;  
}

#wikimarge { 
  position:absolute; left:2px; top:0px;  

}

#wikilogo { 
  position:absolute; left:200px; top:31px;  


}

#wikihead { 
  position:absolute; right:15px; top:37px;   
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 
#wikihead a { text-decoration:none; COLOR:#003366; }
#wikihead a:hover { text-decoration:none; COLOR:#99CCFF; }

#wikileft { 
  width:160px; 
  border-right:2px #f00 solid; 
  padding:10px 10px 0 10px;
  font-size: 85%;
  font-family: Verdana, sans-serif;
}
#wikileft a { text-decoration:none; color:#003366; }
#wikileft a:hover { text-decoration:none; color:#99CCFF; }
#wikileft ul { list-style:none; padding:5px; margin:0px; }
#wikileft li { margin-top:4px; }
#wikileft h1, #wikileft h5, .sidehead 
  { font-size:medium; margin-bottom:0px; font-weight:bold; font-style:normal; }
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#003366; font-weight:bold; font-style:normal; }

#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:80%;  }
#wikicmds ul { list-style:none; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:#003366; }
#wikicmds li a:hover { text-decoration:none; color:#99CCFF; }

#wikibody { padding:0px 10px 10px 10px; background-color:white; }
#wikitext { margin-top:1em; line-height:1.33em; }
#wikitext a { text-decoration:underline; COLOR:#003366; }
#wikitext a:hover { text-decoration:underline; COLOR:#99CCFF; }

.pagegroup { margin-top:10px; font-size:85%; }
#pagetitle { margin-top:15px; font-size:140%; }

#wikifoot { 
  position:absolute; left:180px; right:0px;
  padding-left:10px;padding-top:5px;padding-bottom:5px;

  border-left:2px #f00 solid; 
  border-top:2px #c9c solid; 
  font-size:80%; 
  font-family:Verdana,sans-serif;

}

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

