/* -----------------------------------------------
plume-cms.net Base style
authors:   Loic d'Anterroches, Gilles Accad
version:  August 15, 2004
----------------------------------------------- */
body, div, #x-access, #x-access ul, #x-logo, #x-pos li {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: small;
}

a img {
	border: none;
	display: block; /* correctif bug opera 6 (drapeau non visible)  */    
}

p.small {
	font-size: 80%;
}
li.current a {
	text-decoration: none;
}

hr.invisible {
	visibility: hidden;
}

h1.top-title {
	padding-top: 0.5em; 
	margin-top: 0;
}

pre {
	overflow: auto;
}

table {
    margin:auto;
	border-collapse: collapse;
    border-spacing:0px; /* pour Ns 6.x qui ne prend pas le collapse */     
}

th, td {
	border: 1px solid;
	padding: 0.5em;
}
 
div#content dt {
	font-weight: bold;
}

div#content dd {
	margin-bottom: 0.5em;
}

/* -----------------------------------------------
Accessibility bar
----------------------------------------------- */
div#x-access li {
	display: inline;
	margin-right: 1em;
}

div#x-access a {
	text-decoration: none;
}

div#x-access li.flag a {
    position:relative;
    float: right;
	margin:-1em  0.5em 0 0; 
}

/* -----------------------------------------------
Main logo
----------------------------------------------- */
div#x-logo img {
    display: block; /* correctif bug espacement sur Gecko */
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 1px solid ;
}

/* -----------------------------------------------
Navigation bar
----------------------------------------------- */
div#x-pos ul {
	margin:  0 0 0 20px;
	padding: 0;
	border-left: 1px solid ;
	list-style-type: none;
	height: 1.5em;
}
div#x-pos li {
    height: 1.5em;
	float: left;
}
div#x-pos li a {
	display: block;
	padding: 0 1em;
	border-right: solid 1px;
	font-weight: bold;
	text-decoration: none;
    line-height: 1.5em; 
	margin-bottom: 0;
}

/* -----------------------------------------------
Definitions of the main blocks
----------------------------------------------- */
div#x-header {/* a definir */}

div#x-logo {
    border-bottom: 1px solid ;
    border-top: 1px solid ;
}

div#x-pos {
	border-bottom: 1px solid ;
} 

div#page, div#hppage {
    position:static; /*  Correctif bug Home IE6 */
	border-left: solid 1px ;
	border-top: solid 1px transparent !important;    /* correctif bug espacement  sur firebird 0.6 */
	border-top: solid 1px white; /* correctif bug espacement sur ie6 */
	margin: 0 0 0 20px;
}

div#page {
	border-left: none;
}

div#hpleft  {
	width: 48%;
	padding: 0 1em;
	float: left;
}

div#content {
    position:relative; /* correctif bug ie6 (liens non cliquables)  */
	float: left;
	width: 66%;    
	padding: 0 1em;
	margin-top: -1px; /* dû au correctif bug ie6 (espacement)  */
	margin-bottom: 0px;
    border:1px solid;
    border-top:none;
/*    border-bottom: solid 1px; */
}

div.description {/* a definir */}
div.ressource {/* a definir */}

div#hpright {
	margin-left: 52%;
	padding: 1em 1em;
}

div#x-deco-1 {
	border-top: solid 1px;
	margin: 4em -1em 0px -1em;
/*	border-bottom: solid 1px; */
	padding: 0;
	z-index: 100;
	position: relative;
}

div#menu {
    border-top:1px solid;
    border-bottom:1px solid;    /* correctif bug IE6 (decalage footer) */
    margin: -1px 0 0 68% !important;
	margin: -1px 0 0 67%; /* pour IE */
}

div#footer {
    clear:both;
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin-bottom: 10px;
	padding: 3px 2em;
    margin-top: -1px; /* cache la bordure de #content, celle-ci étant utile si #menu > #content */
}

/* -----------------------------------------------
News on the homepage
----------------------------------------------- */
div.hpnews {
	border: solid 1px;
	padding: 0 1em 0.2em 1em;
	margin: 0 1em 0 0;
	-moz-border-radius: 6px;
}

div.hpnews h2 {
	border-bottom: solid 1px;
	font-size: 1em;
}

div.hpnews h2.news-title {
	font-weight: 600; 
    padding:0 0 4px 14px; 
}

div.hpnews div.resource p {
	padding-left: 1em;
}

div.hpnews span.date {
	font-weight: 600;
}
div.hpnews pre {
    width:99%;
}

/* -----------------------------------------------
Menu
----------------------------------------------- */
div#menu h2, div#menu h3 {
	font-size: 1.2em;
	border: solid 1px;
	border-left:none;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	text-align: right;
	margin-right: 2em;
	padding-right: 0.5em;
}

div#menu p {
	padding-left: 1em;
}

div#menu ul.resources {
    margin: 0 0 0 10px;
    padding:0;
}

div#menu ul.resources li {
    padding-bottom: 2px;
}

div#menu ul.resources li a {
    padding-left: 13px;
}

/* -----------------------------------------------
Description of an article
----------------------------------------------- */

div#menu div.art-description {
	border: solid 1px;
	padding: 0 1em 0.2em 1em;
	margin: 0.5em 0.5em 0.5em 1em;
	-moz-border-radius: 6px;
}

div#menu div.art-description h1 {
	font-size: 1.2em;
	border-bottom: solid 1px;
}

div#menu div.art-description h2 {
	border: none;
	border-bottom: solid 1px;
	font-size: 1em;
	text-align: left;
}

div#menu div.art-description p {
	padding-left: 1em;
}

/* -----------------------------------------------
Footer
----------------------------------------------- */
div#footer p {
	text-align: right;
	font-size: 80%;
	margin: 0 0 2px 0;
}

/* -----------------------------------------------
Mini logo
----------------------------------------------- */
div#footer img.xulit {
    display:inline;
}

/* -----------------------------------------------
Category
----------------------------------------------- */
p.resource-info {
	float: right;
	width: 30%;
	font-size: 80%;
	padding: 0 5px;
	margin: 0 0 0 5px;
	border-left: solid 1px;
}

/* -----------------------------------------------
Breadcrumb nav
----------------------------------------------- */
ol.tree {
	display: inline;
	margin: 0;
	padding: 0;
}

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

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

/* -----------------------------------------------
plume-cms.net Colors
authors:   Loic d'Anterroches, Gilles Accad
version:  August 15, 2004
----------------------------------------------- */
body.c-grey {
	background-color: #d5d5d5;
	color: #555;
}

.c-grey #x-logo, .c-grey #hppage, .c-grey #footer, .c-grey #content  {
	background-color: #fff;
}

.c-grey div#x-deco-1, .c-grey div#x-pos {
    background :#c00 url("gradient.png") repeat-y 100% 0
}

.c-grey li.current a {
	color: #555;
}

.c-grey div#content img {
	border: #b5b5b5 solid 1px;
	padding: 5px;
	margin: 5px;
}

.c-grey div#content pre {
	border: #b5b5b5 solid 1px;
	background-color: #d5d5d5;
	padding: 0.5em 1em;
	overflow: auto;
}

/* -----------------------------------------------
Accessibility bar
----------------------------------------------- */
.c-grey div#x-access a {
	color:  #a5a5a5;
}

/* -----------------------------------------------
Navigation bar
----------------------------------------------- */

.c-grey div#x-pos li a {
	background-color: #c00;
	border-right-color: #555;
	color: #FFF;
}
.c-grey div#x-pos li a:hover {
	background-color: #555;
}
/* -----------------------------------------------
News on the homepage
----------------------------------------------- */
.c-grey div.hpnews {
	border-color: #E5E1A9;
	background-color: #FFFDE3;
}

.c-grey div.hpnews h2 {
	border-bottom-color: #E5E1A9;
}

.c-grey div.hpnews h2.news-title {
	border-bottom-color: #E5E1A9;
	background: url("icon_pg.gif") no-repeat 0% 40%;
}

/* -----------------------------------------------
Description of an article
----------------------------------------------- */
.c-grey div#menu div.art-description{
	border-color: #E5E1A9;
	background-color: #FFFDE3;
}

.c-grey div#menu div.art-description h2, .c-grey div#menu div.art-description h1 {
	border-color: #E5E1A9;
	background-color: #FFFDE3;
	color: #555;
}

/* -----------------------------------------------
Menu
----------------------------------------------- */
.c-grey div#menu {
    border-color: #d5d5d5;
}    
 
.c-grey div#menu h2, div#menu h3 {
	background-color: #c00;
	color: #fff;
	border-color: #555;
}

.c-grey div#menu ul.resources {
    list-style: none;
}

.c-grey div#menu ul.resources li {
    padding-bottom: 2px;
    background: url("icon_pg.gif") no-repeat center left;
}
