/* ***** BEGIN LICENSE BLOCK *****
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 *
 * The contents of this file are subject to the Mozilla Public License Version
 * 1.1 (the "License"); you may not use this file except in compliance with
 * the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 * for the specific language governing rights and limitations under the
 * License.
 *
 * The Original Code is DotClear Weblog.
 *
 * The Initial Developer of the Original Code is
 * Olivier Meunier.
 * Portions created by the Initial Developer are Copyright (C) 2003
 * the Initial Developer. All Rights Reserved.
 *
 * Contributor(s):
 *
 * Alternatively, the contents of this file may be used under the terms of
 * either the GNU General Public License Version 2 or later (the "GPL"), or
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 * in which case the provisions of the GPL or the LGPL are applicable instead
 * of those above. If you wish to allow use of your version of this file only
 * under the terms of either the GPL or the LGPL, and not to allow others to
 * use your version of this file under the terms of the MPL, indicate your
 * decision by deleting the provisions above and replace them with the notice
 * and other provisions required by the GPL or the LGPL. If you do not delete
 * the provisions above, a recipient may use your version of this file under
 * the terms of any one of the MPL, the GPL or the LGPL.
 *
 * ***** END LICENSE BLOCK ***** */

body {
	margin : 0;
	padding : 0;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.8em;
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #036;
}

a:hover {
	text-decoration : none;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2, h3 {
	font-family : Georgia,"Times New Roman",serif;
}

/* Prelude
-------------------------------------------------------- */
#prelude {
	position : absolute;
	top : 0;
	margin : 0;
	padding : 0;
	font-size : 0.85em;
}

/* Titre
-------------------------------------------------------- */
#top {
	margin : 0;
	padding : 1em 0 0.6em 0;
	background : #eee;
	border-bottom : 1px solid #999;
	font-family : Georgia,"Times New Roman",serif;
	text-align : center;
}

#top a {
	color : #000;
	background : transparent;
	text-decoration : none;
}

/* Page
-------------------------------------------------------- */
#page {
	position : relative;
}

/* Main
-------------------------------------------------------- */
#main {
	position : absolute;
	top : 0;
	left : 18em;
	border-left : 1px solid #999;
	border-bottom : 1px solid #999;
}

#main h2 {
	margin-top : 1.5em;
	color : #036;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#main p.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	text-align : right;
	border-bottom : 1px solid #ccc;
	color : #666;
	background : transparent;
}

#main p {
	line-height : 1.6em;
}

.chapo {
	margin-bottom : 2em;
}
.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
}

.post-info {
	font-size : 0.85em;
	text-align : right;
	clear : both;
}

hr.invisible {
	border : none;
	color : #fff;
	background : transparent;
}

/* Content
-------------------------------------------------------- */
#content {
	margin : 0 2em 0 0;
	padding : 1em;
	border-right : 1px solid #999;
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#co {
	margin : 0 2em;
}

#co blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}

/* Menu
-------------------------------------------------------- */
#menu {
	width : 18em;
	border-right : 1px solid #999;
	padding : 2em 0;
}

#menu h2 {
	font-weight : normal;
	color : #993;
}

#menu ul {
	padding-left : 1.5em;
	margin-left : 0;
}

#menu li {
	list-style : square;
	margin-top : 0.15em;
	color : #999;
	background : transparent;
}

#menu li:hover {
	color : #333;
	background : transparent;
}

/* Footer
-------------------------------------------------------- */
#footer {
	position : relative;
	border-top : 1px solid #ccc;
	width : 18em;
	margin : 0 0 2em 0;
}

#footer p {
	text-align : center;
}

/* Conteneur de colonne
-------------------------------------------------------- */
.col-content {
	padding : 1em;
}

/* Calendrier
-------------------------------------------------------- */
.cal {
}

.cal table {
	border-collapse : collapse;
	font-size : 0.85em;
}

.cal caption {
	
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

.cal abbr {
	border : none;
}

.cal th, .cal td {
	border : none;
	padding : 0.2em;
}
.cal td {
	text-align : center;
}

.cal td.active a {
	font-weight : bold;
}

.cal a {
}

/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

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

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

input[type=submit]:hover {
	background : #036;
	color : #fff;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

/* Classes diverses
-------------------------------------------------------- */
.petit {
	font-size : 0.85em;
}

.droite {
	text-align : right;
}
