/* ***** 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/back.png) repeat;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, sans-serif;
}

h1{font-size: 19px;}
h2{font-size: 17px;}
h3{font-size: 15px;}
h4{font-size: 14px;}
h5{font-size: 13px;}
h6{font-size: 12px;}
*/
pre, code{
	font-size: 14px;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

.submit{
	width: 30px;
	height: 20px;
	margin-top: 2px;
	color: gray;
	font-size: 10px;
	background: transparent;
	border: silver solid 1px;
}

.preview{
	background: transparent;
}

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

/*a{
	color: #00008B;
	background: transparent;
}

a:visited{
	color: #696969;
	background: transparent;
}

a:hover{
	color: #A9A9A9;
	text-decoration: none;
	background: transparent;
}
*/
.left{
	float: left;
	margin-right: 12px;
}

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

/* La page
-------------------------------------------------------- */
#page{	
	text-align: left;
	width:95%;
	/*transparent url(img/backpage.png) repeat-y center;*/
	margin-left:0%;
	margin-right:0%;
	color: inherit;
	padding-left: 1%;
	padding-right: 1%;
	
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	margin: 0px auto 0px auto;
	/*border: 1px solid #00f;
	width: 95%; */
	overflow: hidden;
	text-align: left;
	color: Silver;
}

#top h1{
	font-size : 12pt;
	font-family : Arial;
	font-variant:small-caps;
	color :#568976;
	background-image : url(img/greensquare.jpg);
	background-repeat : no-repeat;
	padding-left:30px;
	margin-left:0px;
	letter-spacing: 0.4em;
	font-weight : bold;
	
}



/* Le contenu
-------------------------------------------------------- */
.contentdc
{}
.post
{
	border: 1px solid #B3B7B4;
	margin-top:8px;
	margin-bottom:8px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom: 5px;
	padding-right:2px;
}

.post-title{
    color: #002f21;
    font-family:Arial;
    font-variant:small-caps;
}

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

.post-title a:hover{
	color: gray;
	background: transparent;
	text-decoration: none;
}
.pub
{
    position:absolute;
	color: #002f21;
    font-family:courier;
    width: 99px;
    height: 368px;
    margin-right:2%;
    margin-left:77%;
    display:none;
}
/*
.post-info{
	text-align: right;
	font-size: 11px;
	margin-top: -2px;
	color: Gray;
	background: transparent;
	margin-bottom: 5px;
}

.post-info a{
	color: Navy;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover{
	color: silver;
	background: transparent;
	text-decoration: underline;
}
*/
.post-chapo{
	text-align: justify;
	margin-top: 0px;
	overflow: auto;
	/*width: 485px; */
}

.post-content{
	text-align: justify;
	margin-top: 0px;
	overflow: hidden;
	/* width: 485px; */
}

.post-content a:visited{
/*	font-style: italic;*/
	background-color: transparent;
}

.post-content blockquote{
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 11px;
	background-color: #EBEBEB;
	padding: 2px 10px 2px 10px;
}

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

.post-info-co a{
	color: grey;
	text-decoration: underline;
}

.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 solid #B8B8B8;
	color:#FF0099;
	padding-bottom: 5px;
	background: transparent;
}

#co{
	display: block;
	border-bottom: 1px solid #B8B8B8;
	color: #FF0099;
	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 solid #EEE;
	padding: 0px 5px 0px 5px;
	text-align: justify;
	overflow: hidden;
}

/* La barre de navigation
-------------------------------------------------------- */
#bottombar{
	border-top: 1px solid silver;
	margin-right: 35px;
	margin-left: 35px;
	 
}

#bottombar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	background: transparent;
	 
}

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

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

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

#bottombar a:hover{
	text-decoration: underline;
	color: #FF0099;
	 
}

#bottombar img{
	border: none;
	 
}

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

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

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

#selection {
	font-size: 11px;
	 
}

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

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

#languages h2 
{
	display: block;
	border-bottom: 1px solid #B8B8B8;
	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 solid #B8B8B8;
	color: #FF0099;
	padding-bottom: 5px;
	background: transparent;
	 
}

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

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

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

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

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

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

#footer a{
	color: #999;
}

#footer a:hover{
	color: #999;
	text-decoration: underline;
}
#footer a:visited
{
	color: #999;
	text-decoration: none;
}