/* $TopStyle:URL=http://www.airprox.org/dotclear/themes/default/style.css$ */

/* ***** 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 : #333;/* #036; */
	border-top: dashed 1px #fc3;
        border-bottom: dashed 1px #fc3;
	text-decoration:none;
}

a:hover {
	text-decoration : none;
        border-bottom: solid 1px #fc3;
	background-color: #fc3;
	color: red;
}

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;
   display: none;
}

/* Titre
-------------------------------------------------------- */
#top {
	margin : 0;
	padding : 0.5em 0 0.8em 0;
	background : #fc3;
	color: #000;
	border-bottom : 1px solid #999;
	font-family : "Trebuchet MS","Times New Roman",serif;
	font-size: 36px;
	text-align : center;
	background-image: url(eric2.jpg);
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

#top a {
	color : #fff;
	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 {
	color : #333;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	border-left: solid 20px white;
	border-bottom: solid 4px #FF0026;
	display: inline;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#main p.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	text-align : right;
	border-left : 20px solid white;
	border-bottom : 4px solid #fc3;
	color : #666;
	background : transparent;
}

#main p {
	line-height : 1.6em;
}
.billet {
	margin-top: 2em;
}
.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 : bold;
	color : #333;
}

#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;
}
#menu a{
	border: none;
}
#menu img {
        vertical-align: bottom;
}
/* Footer
-------------------------------------------------------- */
#footer {
	position : relative;
	border-top : 1px solid #ccc;
	width : 18em;
	margin : 2em 0 0 0;
        padding: 2em 0;
}

#footer p {

	text-align : center;
        padding: 0 0 10px 0;
        margin: 0;
}
#footer a {
        border: none;
}
/* Conteneur de colonne
-------------------------------------------------------- */
.col-content {
	padding : 1em;

}

/* Calendrier
-------------------------------------------------------- */
.cal {
}
.cal td a {
   /* background-color: #fc3; */
	border: #fc3 solid 2px !important;
	color : #000;
}
.cal td a:hover{
	background-color: #fc3;
	color : red;
}
.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;
}


/* 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;
}
/* Creative Common License
-------------------------------------------------------- */
#ccl {
   width: 18em;
   text-align: center;
   border-top: solid 1px #ccc;
   border-bottom: solid 1px #ccc;
}
#ccl p{
   margin: 2em;
   padding: 1em;
   /*border: red solid 2px;*/
}
#ccl a{
   border: none;
}

