/* PLUME CMS Style Sheets for 1.2 version */

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

body
{
	margin: 5px 10px 0px 10px;
	padding: 0px ;
	color: #000;
	background: #000;
	font: .9em Optima, "Trebuchet MS", Lucida, Arial, Geneva, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

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


strong { color: #f06; font-weight: bold; }

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

h2, h3
{
	font-size: 1em;
	font-weight: bold;
	color: #036;
}

h4 {
	font-size: 1em; font-weight: bold;	color: #036;
	display: inline;
}

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

a
{
	text-decoration: none;
	/*color: #6887A4;*/
	color:#336;
}
a:hover {color: red; text-decoration:underline;}
hr
{
	/*display: none;*/
	clear: both; visibility: hidden;
}

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

code
{
	margin: 10px;
	display: block;
}

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

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

#page
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#mainfloat
{
	float: left;
	width: 75%;
}
#mainfloat2{float: left; width:95%;}

#content
{
	float: right;
	width: 73%;
	margin-top: 0px;
	font-family: "Optima", Arial, sans-serif;
}
#contentHome
{
	margin-left:10px;
}
* html #content
{
	margin-top: 34px; /* hack IE */
}

/* menutop (lb)*/
#menutop {
	height: 18px;
	width: auto;
	padding: 0; margin:50px 0px 10px 0px;
	background: #000 ;
}
#menutop ul {
	display: inline;
	width: 100%;
	padding: 0;
}
#menutop li {
	position: relative;
	list-style-type: none;
	float: left;
	margin: 0 auto;
	padding: 0 1px 0 1px ;
	text-align: center;
}
#menutop li a {
	display: block;
	height: 18px;
	width: 10em ;
	padding: 0;
	font-weight:bold ; color:orange ; font-size:14px ;
}
#menutop li.currentCat a {
	color: #336; font: 2em;
	background: #ddb ;
}
#menutop li a:hover { background-color:#ddc ; color:red}
/*fin menutop*/

#menuleft
{
	margin-right: 74%;
	text-align: right;
}

#menuright
{
	margin-left: 76%;
}

#menuleft, #menuright
{
	padding: 6px;
	border: none;
}

#page, #mainfloat, #content, #menuleft, #menuright, h2
{ 
	position: relative; 
}

div#footer
{
	text-align: center;
	border-top: 1px dotted #ccc;
	margin: 10px auto 0 20%;
	width: 54%;
}

#footer
{
	padding: 0.5em;
	clear: both;
	border: none
}

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

#banner
{
	margin: 0;
	padding:5px 10px 0 10px;
	background: #FFF url('img/stonelines.jpg') no-repeat  top  right;
}

#banner .description, #websitename
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#banner h1#websitename a {color: #036 ; font-size: 1em }
#banner p.description {	color: #036; font-size: 1em; }

/* ====================================================================
CONTENT
-------------------------------------------------------------------- */
h1#art-title{font-size:1.4em;}
div#content h1 {
	font-size: 1.4em;
	color: #000;
	font-variant: small-caps;
}
div#contentHome h1{
	font-size: 1.4em;
	color: #000;
	font-variant: small-caps;
}

body.category #content h2, .comment-preview
{
	padding-bottom: 0;
	background-position: 0% 40%;
	font-size: 1.4em;
}

body.category #content h2.restitle, body.news #content h2.restitle
{
	color: #f06;
	font-size: 1.4em;
	padding-bottom: 4px;
}

body.category #content h2 a
{
	color: #f06;
}

body.category #content h2 a:hover
{
	color: #999;
	text-decoration: none;
}

#menuleft h2
{
	font-size: 120%;
	background: transparent url("img/h2-left.png") 100% 100% no-repeat;
}

#menuright h2
{
	background: transparent url("img/h2-right.png") 0% 100% no-repeat;
	font-size: 120%;
}

#menuleft h3
{
	font-size: 100%;
	background: transparent url("img/h3-left.png") 100% 100% no-repeat;
}

#menuright ul a, #menuleft ul a
{
	text-decoration: none;
}
#menuleft ul a { font-weight:bold}
#menuright ul a:hover, #menuleft ul a:hover
{
	text-decoration: none;
	color: #f06;
}
#menuleft ul, #menuright ul
{
	margin:0;
}

#menuleft li { margin-top:1em;}
#menuleft li#selected a {color:red;}

#content h2 a 
{
	color: #000;
}

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

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

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 img , #contentHome img
{
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	padding: 5px;
	margin: 0 25px 0 0;
	float: left;
	display: block;
}

#content ul{
	list-style-type:square;
	margin-left:15px;
}

p.modified
{ 
	color: #666;
	font-size: .8em;
	padding: 4px 0 0 13px;
	margin: -2em 1em -0.5em 0;
	background: url("img/p-modified.png") 0% 80% no-repeat;
}

#content .modified a
{
	text-decoration: none;
}

p.modified a:hover
{
	color: #1771A0;
	text-decoration: underline;
}

.resources-number, .comment-closed
{
	color: #999;
	font-style: italic;
}

.resource
{
	float: left;
}

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

#footer img, div.col-content img
{
	border: none;
	vertical-align: bottom;
}

#footer p
{
	color: #ccc;
	font-size: .8em;
}

#banner h1 a
{
	margin: 0;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 100;
}

#art-title
{
	margin: 10px 0 -10px 0;
	font-size: 2.2em;
	color: #000;
	font-variant: small-caps;
	font-weight: 100;
}

#art-pages-list h3
{
	font-weight: bold;
}

div.col-content
{
	padding: 0 10px 20px 10px;
	border: 1px dotted #999 ;
}

div.col-content h2, div.col-content h3
{
	padding-bottom: 0;
	margin-bottom: 0.2em;
}

div.col-content li
{
	list-style: none;
}

div.col-content ol li
{
	list-style-type: decimal;
	margin-left: 1.2em;
	font-weight: bold;
}

div.col-content ul, div.col-content ol
{
	margin-top: 0;
	margin-left: 7px;
	padding-left: 0;
	margin-right: 10px;
	padding-right: 0;
}

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

.feeds, .sitemap
{
	font-size: .9em;
	padding-left: 18px;
	color: #ccc;
}

.feeds
{
	background: transparent url("img/feeds.png") 4% 40% no-repeat;
}

.sitemap
{
	background: transparent url("img/sitemap.png") 0% 40% no-repeat;
}

.score
{
	font-size: 90%;
	color: #090;
	margin-top: -10px;
	text-align: right;
	border-top: 1px dotted #BEE5BE;
	padding: 2px 4px;
	background-color: #ECF7EC;
}

.err404
{
	padding: 20px 0 0 60px;
	background: transparent url("img/err404.gif") 0% 80% no-repeat;
	font-weight: 100;
	font-size: 2.5em;
}

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

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

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

#menuright .feeds, #menuright .sitemap
{
	text-decoration: none;
	margin: 0;
}

#menuright a.feeds:hover
{
	color: #F7A802;
}

#menuright a.sitemap:hover
{
	color: #8CAD36;
}

.recent-news
{
	background-color: #EFF4FA;
	border: 1px solid #DBE1E5;
	padding: 2px 10px 10px 10px;
	margin: 4px 0 10px 0;
	color: #036;
	font-size: 90%;
	font-style: italic;
	text-decoration: none;
}

.recent-news h3
{
	margin: 0;
	padding-top:6px;
	font-size: 120%;
}

.recent-news h2
{
	margin: 0;
	font-size: 120%;
}

.recent-news .recent-news-date
{
	color: #91A8C0;
	text-align: right;
}

.recent-news p
{
	margin-top: 0;
}

ul.extra
{
	margin: 0;
	padding: 0;
}

ul.extra li
{
	display: inline;
	list-style-type: none;
	padding-right: 1em;
	padding-left: 5px;
}

.associated-link
{
	text-align: right;
}

input, textarea 
{
	border-width: 1px;
	border-color: #ccc;
}

input[type], textarea[name]
{
	background: #fff;
}

input[type=submit], input[type=reset] 
{
	background: #bbb;
	color: #000;
}

input[type=submit]:hover 
{
	background: #999;
	color: #ccc;
}

/* ====================================================================
SITEMAP
-------------------------------------------------------------------- */

#sitemap
{
	padding: 0 0 0 0;
	margin: 0; 
}

#sitemap h1
{
	padding: 20px 0 0 0;
	font-weight: 200;
	color: #0E5A8A;
}

#sitemap h3
{
	font-size: 120%;
	border-bottom: 1px solid #EDEDED;
	background-color: #F9F9F9;
	padding: 0px 4px;
}

#sitemap h3 a, #sitemap li.subcatlism a
{
	color: #f06;
}

#sitemap li
{
	font-size: .9em;
	color: #6887A4;
}

#sitemap li.nodeco
{
	list-style-type: none;
}

#sitemap li.nodeco a
{
	color: #98C6E6;
}

#sitemap li.nodeco li
{
	list-style-type: circle;
	color: #98C6E6;
}

#sitemap li.subcatlism
{
	list-style-type: circle;
	color: #f06;
}

#sitemap li.subcatlism p
{
	padding: 10px 0 0 0;
}

#sitemap p
{
	color: #666;
	font-size: 90%;
	font-style: italic;
	margin-top: -10px;
}

/* Homepage : meteo */
div#meteo {
	margin: 1em 0 1em 0 ;
	padding:0 0 1em 0 ;
	border-bottom: 1px dotted #999 ;
}
#meteo p {margin:0; color:#f06; font-weight: bold;}
#meteo em {font-size:0.9em;}

div#windguru img {
	border:none; margin:0; padding:0;
}

div#windguru table.forecast {
font-size: 11px;
margin: 0px 0px 0px 0px;
text-align: center;
}

div#windguru table.forecast-ram {
background-color: #EAEAEA;
border: 1px solid #666666;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}