/* PLUME CMS Style Sheets for 1.2 version */

@import "layout.css";

html
{
  margin: 0px;
  padding: 0px;
}

body
{
  margin: 0px;
  padding: 0px;
  color: #000;
  background: #554 url("img/bg.gif");
}

html, body
{
  height: 100%;
  margin: 0;
}

h2, h3
{
  font-size: 1em;
  font-weight: bold;
  color: #333;
  padding: 0;
  margin: 0;
}

h2 span
{
  display: none;
  visibility: hidden;
}

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

a
{
  text-decoration: none;
  color: #5e6c5d;
  font-weight: bold;
}

pre
{
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  background-color: #eee;
  padding: 5px;
  margin: 10px;
  overflow: auto;
}

abbr, acronym
{ 
  font-style: normal;
  border-bottom: dotted 1px #ccc;
  cursor: help;
}

blockquote, cite
{
  color: #666;
  padding: 0 20px 0 20px;
  font-style: italic;
  border-left: 1px dotted #ccc;
}

q
{
  font-style: italic;
  color: #666;
}

hr
{
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent url("img/rule.gif") no-repeat center center;
  height: 60px;
  width: 240px;
}

/* ====================================================================
COLUMNS LAYOUT
-------------------------------------------------------------------- */

#mainfloat
{
  background: #fff url("img/bg-main.jpg") repeat;
}

#menu
{
  border-right: 1px solid #5d4b2a;
  background: #8e7240;
}

/* ====================================================================
BANNER
-------------------------------------------------------------------- */

#banner
{
  min-height: 250px;
 background: transparent url("img/bg-banner.png");
}

#descaves
{
  min-height: 224px;
  background: transparent url("img/descaves-.gif") no-repeat bottom left;
}

#navigation
{
  display: block;
  width: 100%;
  border-color: #000;
  border-style: solid;
  border-width: 1px 0;
  color: #fff;
  background: black;
}

#navigation ul
{
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0;
  font-family: "Times New Roman", Times, Georgia,serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.1em;
  letter-spacing: 2px;
  min-height: 1em;
}

#navigation li a
{
  color: #fff;
}

#top
{
  top: 0;
  right: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000em;
  background: transparent url("img/titre.gif") no-repeat center 1.5em;
}

#top h1
{
}

#banner .description
{
  color: #fff;
  font-style: italic;
  font-size: 0.9em;
  font-family: "Trebuchet MS", sans-serif;
}

#search-s
{
  border-width: 2px;
}

/* ====================================================================
CONTENT
-------------------------------------------------------------------- */

#menu h2
{
  width: 180px;
  height: 30px;
  margin: 1em 0 0 14px;
  padding: 0;
}
h2.lhomme { background: transparent url("img/h2-lhomme.png") no-repeat;}
h2.lecrivain { background: transparent url("img/h2-lecrivain.png") no-repeat;}
h2.lejournaliste { background: transparent url("img/h2-lejournaliste.png") no-repeat; }

#content p, #content li
{
  color:#210a14;
  font: 0.8em/1.5em "Trebuchet MS", "Bitstream Vera Sans", Arial, sans-serif;
}

ol.tree
{
  margin: 30px 0 0 0;
  padding: 0;
  color: #6887A4;
}

ol.tree li
{
  display: inline;
  list-style-type: none;
  padding-right: 0.7em;
  padding-left: 0;
}

ol.tree li:before
{
  content: ' \00bb  ';
}

#content p.modified
{ 
  margin: 0;
  padding: 0;
  color: #5a5e60;
}

a img
{ 
  border: 0;
}

.resource
{
  margin-top: 1.5em;
}

.resource p
{ 
  margin-bottom: 20px;
}

#content h2.cat-title
{ 
  color: #a30e18;
  font-family: Georgia,serif;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 1.4em;
}

#content .resource h2 a
{ 
  color: #333;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 1.2em;
}

#footer
{
  height: 26px;
  text-align: center;
  padding: 5px 0 25px 0;
  font-family: Verdana, Arial, sans-serif;
  color: #fff;
  font-size: .7em;
  background: transparent url("img/bg-footer.gif") repeat-x;
}

#footer a
{
  text-decoration: none;
  border: none;
  color: #000;
}

#footer img
{
  border: none;
  vertical-align: bottom;
}

ol li.current a
{
  text-decoration: none;
  color: #000;
}

/* Descaves */

#top-categories, #top-categories li
{
  display: inline;
  margin: 0.5em;
}

#menu ul
{
  list-style: none;
  margin: 0 19px 0 14px;
  padding: 0;
  border-top: 1px solid #64502c;
  background: #816739 url("img/list-bg.jpg");
}
  
#menu li
{
  color: #000;
  font: 0.72em/1.6em tahoma, verdana, sans-serif;
  border-bottom: 1px solid #64502c;
}
  
#menu li a
{
  display: block;
  border: none;
  color: #f4f0e6;
  line-height: 1.5em;
  padding: 0.5em 17px;
}

#menu li a:hover
{
  background: #5e1b22;
  background-position: -300px 60%;
}

#menu li:hover
{
  border-bottom: 1px solid #49151a;
}

img.px-left {
  display:block;
  float:left;
  margin:3px 12px 10px 0pt;
}

img.px-center {
  display:block;
  margin:8px auto;
}

img.px-right {
  display:block;
  float:right;
  margin:3px 0pt 10px 12px;
}

#navigation #recherche fieldset 
{
  margin: 0.2em 0;
}