/* ***** 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):
 *  Julien Tenoux
 */

/*@import "layout.css";*/
 
/* Les éléments HTML en général
-------------------------------------------------------- */
html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

body{
	background: White url(img/ecorce.jpg) repeat;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	list-style-image: url(http://illustrations.zelkova.fr/blog/puce.gif);
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", Verdana, sans-serif; text-transform:uppercase;
}

h1{font-size: 9px; letter-spacing: 4px;}
h2{font-family:Georgia, "Times New Roman", Times, serif; font-size: 20px; color: #FF1FF8; letter-spacing: 3px; font-weight:normal;}
h3{font-size: 16px; color: #FF1FF8;}
h4{font-size: 14px; color: #FF1FF8;}
h5{font-size: 13px;}
h6{font-size: 12px;}

pre, code{
	font-size: 14px;
}

pre{
	width: 100%;
	overflow: auto;
	border: 2px dotted #FF1FF8;
}

fieldset{
	background-color: #FFF;
	border: none;
}

label{
	cursor: pointer;
	text-transform: uppercase;
	color: #FF1FF8;
	font-style: bold;

}

.field label{
	display: block;
}

input,textarea{
	border: 1px dotted #FF1FF8;
	background-color: #FFF;
}

.submit{
	width: 30px;
	height: 20px;
	margin-top: 2px;
	color: #000;
	font: Arial;
	font-size: 10px;

	background: #FFF;
}

.preview{
	background: #FFF;
}

textarea{
	width: 92%;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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



a:hover{
	color: silver;
	border-bottom: 1 px dotted #FF1FF8;
}

a img {
	border: none;
}

.left{
	float: left;
	margin-right: 12px;
}

.right{
	float: right;
	margin-left: 12px;
}

/* La page
-------------------------------------------------------- */
#page{
	width: 650px;
	margin: 0px auto auto;
	text-align: left;
	background: transparent url(img/backpage.png) repeat-y center;
	background-color: White;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	margin: 0px auto 0px auto;
	height: 172px;
	width: 650px;
	overflow: hidden;
	background: White url(img/top.jpg) no-repeat;
	color: #FF1FF8;
}

#top h1{
	color: #FF1FF8;
	background: transparent;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 30px;
	margin: 0;
}

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

#top h1 a:hover{
	color: silver;
	border-bottom: 1 px dotted #FF1FF8;
	background: transparent;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude {
	position: relative;
	background: transparent;
	color: #FF1FF8;
	text-align: left;
	padding-left: 25px;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	width: 325px;
	height: 25px;
	line-height: 20px;
	margin-bottom: 5px;
}

#prelude a{
	color: #FF1FF8;
	background: transparent;
	text-decoration: none;
}

#prelude a:hover{
	color: silver;
	background: transparent;
	border-bottom: 1px dotted #FF1FF8;
}

/* Citation
-------------------------------------------------------- */
#citation{
	margin: 29px;
	margin-left: 25px;
	margin-bottom: 12px;
	background-color: #FFF;
	border: 1px dotted #FF1FF8;
	font-family: Georgia, serif;
	color: #333333;
	font-style: italic;
	font-size: 1em;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: -30px;
	padding-bottom: -20px;
	line-height: 1.3em;
	text-align:justify;
}
#citation .auteur{
	font-family: Verdana, sans-serif;
	color: #FF1FF8;
	font-style: bold;
	font-variant:small-caps;
	font-size: 1.1em;
}
#citation h2{
	color: #FF1FF8;
	letter-spacing: 2px;
	font-style: normal;
}

/*Les derniers commentaires
--------------------------------------------------------*/
#lastcomments{
	margin-left: 25px;
	background-color: #FFF;
	text-align:left;
	line-height: 14px;
	}

#lastcomments .titre{
	color: #FF1FF8;
	text-transform:uppercase;
}

#lastcomments .lastcomment_date{
	font-size: 0.8em;
	color: #666;
}
#lastcomments .lastcomment_author{
	font-family: Georgia, serif;
}

/* Le contenu
-------------------------------------------------------- */
#main{
	margin: 0px auto 5px auto;
	width: 640px;
	/* pour bien afficher le main contre le top sinon petit decalage*/
	border: 1px solid white;
}

#content{
	margin: 0px 25px 0px 25px;
}

.post-title{
	/*color: #0E0097;*/
	color: #FF1FF8;
	background: transparent;
	margin-bottom: 0;
	border-bottom: 1px dotted #FF1FF8;
	padding-bottom: 3px;
	width: 620px;
}


.post-title a{
	color: #FF1FF8;
	background: transparent;
	text-decoration: none;
}

.post-title a:hover{
	color: silver;
	text-decoration: none;
}

.post-info{
	text-align: right;
	font-size: 11px;
	margin-top: -2px;
	color: #666;
	background: transparent;
	margin-bottom: 5px;
}

.post-info a{
	text-decoration: none;
	color: #FF1FF8;
}

.post-info a:hover{
	text-decoration: none;
	color: silver;
	border-bottom: 1px dotted #FF1FF8;
}

.post-chapo{
	text-align: left;
	margin-top: 0px;
	padding-right: 105px;
	overflow: auto;
	width: 485px; 
}



.post-content{
	text-align: left;
	margin-top: 0px;
	padding-right: 105px;
	overflow: hidden;
	width: 485px; 
}


.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	background-color: #FFF;
	border: 1 px dotted #FF1FF8;
	padding: 2px 10px 2px 10px;
}

.post-info-co{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: right;
	margin-top: 0px;
	padding-bottom: 15px;
}

.post-info-co a{
	text-decoration: none;
	color: #FF1FF8;
}

.post-info-co a:hover{
	text-decoration: none;
	color: silver;
	border-bottom: 1px dotted #FF1FF8;
}
.post-info-co img{
	text-decoration: none;
	border: 0;
}

.post q{
	text-decoration: none;
	display: block;
	background-color: #EEEEEE;
	border: 1px silver solid;
	margin: 0 1em 0 1em;
	padding: 1em 2em 1em 2em;
}

#tb {
	display: block;
	border-bottom: 1px dotted #FF1FF8;
	color:#FF1FF8;
	padding-bottom: 5px;
	background: transparent;
}

#co{
	display: block;
	border-bottom: 1px dotted #FF1FF8;
	color: #FF1FF8;
	padding-bottom: 5px;
	background: transparent;
}

#comments img.gravatar_img {
	background: #fff;
	float: left;
	padding: 5px;
	width: 40px;
	height: 100%;
	margin-right: 10px;
	margin-bottom: 2px;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px dotted #FF1FF8;
	padding: 0px 5px 0px 5px;
	text-align: left;
	overflow: hidden;
}

/* La barre de navigation
-------------------------------------------------------- */
#bottombar{
	border-top: 2px dotted #FF1FF8;

	margin-left: 35px;
}

#bottombar div ul{
	margin: 0;
	padding: 0;
	list-style-image: url(http://illustrations.zelkova.fr/blog/puce.gif);
	background: transparent;
}

#bottombar h2, #bottombar h3{
	color: #FF1FF8;
	margin: 10px 0 0 0;
	background: transparent;
}

#bottombar h3{
	font-size: 12px;
	display: block;
	margin: 0;
}

#bottombar a{
	text-decoration: none;
	color: #FF1FF8;
}

#bottombar a:hover{
	text-decoration: none;
	color: silver;
	border-bottom: 1px dotted #FF1FF8;
}

#bottombar img{
	border: none;
}

#search{
	background: transparent;
	border: 1 px dotted #FF1FF8;
	color: inherit;
	float: right;
	width: 145px;
	height: 35px;
	padding-right: 30px;
	text-align: right;
		margin-bottom: 5px;
	clear: right;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
	background-color: transparent;
	border: 1px dotted #FF1FF8;
}

#selection {
	font-size: 11px;
}

#selection h2 {
	display: block;
	border-bottom: 1px dotted #FF1FF8;
	padding-bottom: 5px;
	background: transparent;
}

#languages{
	font-size: 11px;
	display: block;
}

#languages h2 {
	display: block;
	border-bottom: 1px dotted #FF1FF8;
	color: #0E0097;
	padding-bottom: 5px;
	background: transparent;
}

#menugauche{
	margin-bottom: 15px;
	font-size: 11px;
	float: left;
	width: 48%;
}

#menugauche div{
	/*float: left;*/
	padding-bottom: 15px;
	background: transparent;
}

#menugauche div h2{
	display: block;
	border-bottom: 1px dotted #FF1FF8;
	color: #FF1FF8;
	padding-bottom: 5px;
	background: transparent;
}

#menugauche div h3{
	padding-top: 3px;
	color: silver;
	font-style: italic;
}

#menudroit{
	display: inline;
	margin-bottom: 15px;
	font-size: 11px;
	float: right;
	width: 48%;
}

#menudroit div h2{
	display: block;
	border-bottom: 1px dotted #FF1FF8;
	color: #FF1FF8;
	padding-bottom: 5px;
	background: transparent;
}

#menudroit div h3{
	padding-top: 3px;
	color: #FF1FF8;
	font-style: italic;
}

#menudroit div{
	padding-bottom: 15px;
	background: transparent;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	border-top: 2px dotted #FF1FF8;
	background: White;
	color: #666;
	text-align: right;
	font-size: 11px;
	width: 540px;
	margin: 0 auto 0 auto;
	clear: both;
}

#footer a{
	color: #FF1FF8;
}

#footer a:hover{
	color: silver;
	border-bottom: 1px dotted #FF1FF8;
}
#footer a:visited{
	color: #FF1FF8;
	border-bottom: 1px dotted #FF1FF8;
}
