@import "layout.css";

/* ***** 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 *****
 *
 * Contributor(s):
 * Kozlika (http://www.kozlika.org/)
 */

body {
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 80%;
	background : #FFFFFF url(images/background.jpg);
	text-align: center;
}

/*Formulaires*/
input, textarea{border: 1px solid #DDD;background: #F2F2F2;color: #333;}
textarea{width: 100%;}
input:focus, textarea:focus{border: 1px solid #999;}
fieldset{border: none;}

img{
	border: 0;
}

code, pre {
	font-family: "Courier New", monospace;
	font-size : 12px;
}

/* Merci Kozlika :) */
pre {
	margin : 0 auto 1em;
	padding : 0.5em;
	background: #EEE;
	border: 1px solid #DDD;
	color: #000;
	text-align:left;
	white-space:normal;
	/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
	white-space:pre;
	overflow : auto;
}
	/* Fin hack Ne pas supprimer cette ligne */

acronym, abbr{border-bottom: 1px dotted;cursor : help;}
q{font-style : italic;}

a{color : #222;}
a:hover, a:focus, a:active{color: #111;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;background : transparent;}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1.0em;}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* Page
****************************************************************/
#page_container {
	background: transparent url(images/bg.png) repeat-y left;
}

/* Top
****************************************************************/
#top {
	background: #FFF;
	border-bottom: solid 1px #000;
}

#top h1{
	font-family: Impact, Arial, sans-serif;
	font-size: 50px;
	text-align: center;
}

#top h1 a{
	color: #FFF;
	text-decoration: none;
}

#prelude{
	text-align: center;
	color: #444;
}

#prelude a{
	color: #444;
	background: transparent;
}

#prelude a:hover{
	color: #999;
}

/* Main
****************************************************************/
#main {
	background: transparent;
	color: inherit;
	overflow: hidden; /* Cache ce qui déborder (images par ex.) pour ne pas casser la mise en page */
}

/* Contenu
****************************************************************/
#content {
	margin: 10px;
	padding-bottom: 1em;
}

.post {
	border: solid 1px #00A600;
	margin: 0 0 15px 0;
}

.day-date{
	display: none;
}

/* post-title */
.post-title {
	background : #00A600 url(images/sstar.png) no-repeat 3px 0.2em;
	padding: 0px 0px 1px 23px;
	margin: 0;
	color : #FFF;
}

.post-title a, .post-title a:hover, .post-title a:visited {
	color : #FFF;
	text-decoration : none;
}

/* post-info */
.post-info{
	background: #007400;
	padding: 1px 23px 2px 23px;
	margin: 0;
	font-size: 0.85em;
	color: #333;
}
.post-info a, .post-info a:visited{
	color: #333;
}
.post-info a:hover{
	color: #fff;
}

.post-content, .post-chapo{
	padding: 10px;
	line-height: 1.6em;
	text-align: justify;
	color: #222;
	background: transparent;
}

.post-content ul{
	list-style-image: url(images/puce.png);
}

/* Pour limiter la taille des images trop grandes
*  ajoutez un slash derrière l'étoile -> */
.post-content img{
	max-width: 100%;
}
/**/

/* post-info-co */
.post-info-co {
	border-top: dotted 1px #000000;
	clear: both;
	font-size: 0.85em;
	text-align: right;
	margin: 0px;
	padding: 3px 10px 4px 10px;
}

.post-info-co span{
	display: none;
}

.post-info-co a{
	padding-left: 12px;
	background: transparent url(images/co.png) no-repeat left;
}

/* comments */
#comments span{
	display: none;
}

#comments blockquote{
	border: solid 1px #00A600;
	background: #FFF;
	margin: -12px 0 0 0;
	padding: 0 10px 0 10px;
	text-align: justify;
}

#trackbacks h3, #comments h3 {
	background : #00A600 url(images/sstar.png) no-repeat 3px 0.2em;
	padding: 0px 0px 1px 23px;
	margin: 30px 0 0 0;
	color : #FFF;
}

.comment-info {
	background: #00A600;
	padding: 1px 10px 1px 10px;
}

.comment-info a{
	color: #333;
}

.comment-info a:hover{
	color: #333;
}

.commentid{
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
}

/* Sidebar
****************************************************************/
#sidebar {
	background: transparent;
	margin: 0 0 10px;
}

#sidebar div{
	margin-left: 5px;
	margin-right: 5px;
}

#sidebar h2 {
	background: #FFD200;
	color: #FFFFFF;
	margin: 10px -5px 5px;
	padding: 1px 5px 2px 5px;
	font-size: 1.2em;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar a{
	color: #000000;
	text-decoration: none;
}

#sidebar a:hover{
	color: #333333;
	text-decoration: underline;
}

#selection h2{
	color: #000000;
}

/* Bloc de recherche */
#search{
}

#search p{
	margin: 0;
}

#search input {
	background: #335;
	color: #eee;
	padding: 1px;
	border: 2px solid #CCD;
	font-size: 10px;
}

#search #q{
	background: #335 url(images/search.png) no-repeat 3px center;
	padding: 2px 2px 2px 20px;
	width: 60%;
}

/* Calendrier */
#calendar table{
	width: 50px;
	font-size: 8px;
	background: #00A600;
}

#calendar caption{
	font-size: 10px;
	color: #666;
	background: #EEE;
}

#calendar abbr{
	border: none;
}

#calendar td{
	background: #F5F5F5;
	text-align: center;
}

#calendar td a {
	display: block;
	font-weight: bold;
	background: #E0E0E0 url(images/today.png) no-repeat right top;
}

#categories, #links{
}

/* Liens */
#links h3{
	color: #00A600;
	background: transparent;
	margin-bottom: 0.5ex;
	font-size: 1em;
}

#links a{
	padding-left: 20px;
	background: transparent url(images/chkd.png) no-repeat left center;
}

#links a:visited{
	background: transparent url(images/chkh.png) no-repeat left center;
}

/* Footer
****************************************************************/
#footer {
	background: #EEE;
	color: #AAA;
	text-align: right;
}

#footer a{
	color: #AAA;
	font-size: 0.8em;
	background: transparent;
	text-decoration: none;
}

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

/* Captcha */
#captcha img {
	vertical-align: middle;
}
