/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; 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.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Author:
 *  Maurice Svay  http://www.svay.com/web/dotclear/
          */
/*
* La feuille de style définit les styles suivant:
* - Style général
* - Page
* - Top
* - Contenu
* - Sidebar
* - Footer
* La disposition des blocs se trouve dans une feuille
* de style séparée, layout.css
         */
/* Style général
*******************************************         */
@import "layout.css";

body {
	background :#EEE;
	color :#000;
	font-size :76%;
	font-family :Verdana, Arial, Helvetica, sans-serif;
	border-top :10px solid #DDD;
}
pre {
	border :1px solid #CCC;
	font-size :1.1em;
	line-height :1.2em;
	overflow :auto;
	width :100%;
}
html>body pre {
	overflow :auto;
	width :auto;
}
acronym, abbr {
	border-bottom :1px dotted;
	cursor :help;
}
a {
	color :#000;
	background :transparent;
}
a[hreflang]:after {
	content :"";
	color :#999;
	background :transparent;
}
a:visited {
	color :#333;
	background :transparent;
}
a:hover {
	color :#06C;
	background :transparent;
}
a img {
	border :0;
}
fieldset {
	border :none;
	width :100%;
}
label {
	cursor :pointer;
}
input[type=text], textarea {
	border :1px solid #AAA;
}
input[type=text]:focus, textarea:focus {
	border :1px solid #666;
}
textarea {
	width :99%;
}
ol li.current a {
	text-decoration :none;
	color :#000;
}
/* Page
*******************************************         */
#page {
	background :#FFF url(img/page.png) repeat-y;
}
/* Top
*******************************************         */
#top {
	color :#336699;
	background :#FFF url(img/top.jpg) no-repeat;
}
#top h1 {
	margin :0;
	line-height :100px;
	padding-left :30px;
}
#top h1 a {
	text-decoration :none;
	color :#336699;
	background :transparent;
}
#top h1 a:hover {
	color :#6F96B7;
}
/* Contenu
*******************************************         */
#content {
	line-height :1.6em;
}
ol.tree {
	margin :0;
	padding :0;
}
ol.tree li {
	display :inline;
	list-style-type :none;
	padding-right :0.7em;
	padding-left :0;
}
ol.tree li:before {
	content :"";
}
.resource {
	margin-bottom :4em;
}
/*#content ul li {
	list-style-image :url(img/li.png);
}*/
#content h2 {
	padding-left :18px;
	color :#336699;
	background :transparent url(img/h2.png) no-repeat left center;
	margin-bottom :0;
}

#content h2.art-page-title {
	font-size :1em;
}

#content h2 a {
	color :#336699;
	background :transparent;
	text-decoration :none;
}
#content h2 a:hover {
	color :#6F96B7;
}
#content h3, #content h4, #content h5, #content h6 {
	color :#666;
}
.resource-info {
	padding-left :18px;
	color :#999;
	margin-top :0;
}
.resource-info span {
	display :none;
}
.resource-info a {
	color :#666;
	background :transparent;
	border-left :1px solid #CCC;
	padding-left :0.5ex;
	text-decoration :none;
}
.resource-content p {
	text-align :justify;
}
.resource-content img {
	width :560px;
}
html>body .resource-content img {
	max-width :560px;
      width: auto;
}
#news-content img {
	width :560px;
}
html>body #news-content img {
      width: auto;
}


.comment-info {
	margin-bottom :0;
}
.field label {
	display :block;
}
/* Sidebar
*******************************************         */
#sidebar div {
	color :#666;
	background :transparent;
}
#sidebar h2 {
	margin :0;
	padding :5px;
	color :#666;
	background :transparent url(img/sidebarh2.png);
	font-weight :normal;
	text-transform :uppercase;
	font-size :1em;
}
#sidebar h3 {
	padding-left :16px;
	font-weight :normal;
	text-transform :uppercase;
	font-size :1em;
	background :transparent url(img/linkscat.png) no-repeat left center;
}
#sidebar a {
	color :#666;
	background :transparent;
	text-decoration :none;
}
#sidebar a:hover {
	color :#333;
	background :transparent;
}
#sidebar ul {
	margin :0;
	padding :0;
	list-style :none;
}
#sidebar ul li {
	padding :5px 0;
	border-bottom :1px solid #EEE;
}
#sidebar ul li a {
	display :block;
}
#search #q {
	border :1px solid #CCC;
	background :#FFF url(img/search.png) no-repeat 2px;
	padding-left :14px;
}
/* Footer
*******************************************         */
#footer {
	background :#FFF url(img/footer.jpg) no-repeat;
	color :#999;
	text-align :center;
}
#footer a {
	color :#999;
	background :transparent;
	text-decoration :none;
}


code {
    font-family: "Courier New",Courier,monospace;
    font-weight: bold;
}
