/* ***** 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):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: black;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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

pre, code{
	font-size: 1.2em;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	background: url(img/Comm.png) repeat-y;
	border: none;
	color: #b5e200;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #b5e200;
	text-decoration: none;
}
img {
	border: none
}

a:hover{
	border-bottom: none;
	text-decoration: none;
}

img:hover{
	border: none;
}


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

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

/* Menu */

#Menu {
   width: 641px;
   height: 80px;
   position: absolute;
   margin: 201px 171px;
}
#Menu li {
   margin: 0;
   padding: 0;
   list-style: none;
   position: absolute;
}
#Menu li, #News a {
   height: 80px;
   display: block;
}

#News {
left: 0px;
top: 0;
width: 120px;
height: 44px;
}

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
	margin: 0;
	position: absolute;
	left: 50%;
	margin-left: -474px;
}
#main{
    background: black url(img/Texte.jpg) no-repeat;
	width: 948px;
	}
#contenu{
    width: 663px;
	height: 395px;
	text-align: justify;
	overflow: auto;
	margin-top: 28px;
	margin-bottom: 11px;
	padding-right: 20px;
	margin-left: 150px;
	}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 264px;
	width: 948px;
	/*padding-top: 20px;*/
	background: url(img/Entete.jpg) no-repeat center top;
}




/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

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

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #b5e200;
	background: transparent;
	margin-bottom: 0;
}

.post-info{
	margin-top: 0;
	color: #456b29;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
	display: none;
}
.titre {
	background: url(img/Comm.png) repeat-y !important;
	background: black;
    padding: 5px 5px 5px 5px;
}
.aut{
	color: black;
	background: #b5e200;
	padding: 5px 5px 5px 5px;
}
.aut a{
    color: black;
}
.Ajoucomm {
    color: black;
	background: #b5e200;
	padding: 5px 5px 5px 5px;
}	

.comment-info{
    text-align: right;
	margin-bottom: 0px;
	color: #b5e200;
}
   
.post-info a{
	color: #456b29;
	background: transparent;
	text-decoration: none;
}

.post-auteur{
	margin-top: 0;
	text-align: right;
	color: #b5e200;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-auteur a{
	color: #b5e200;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	padding: 0 10px 0 10px;
	color: black;
	
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
	display: none;
}

.infogroupe .information {
display: none;
}
.infogroupe:hover .information {
display: inline;
text-align: center;
position: absolute;
top: 455px;
left: 270px;
width: 415px;
color: #b5e200
}


#trackbacks blockquote, #comments blockquote{
	margin: 1em 0;
	padding: 1ex 1em;
	color: #b5e200;
	background: url(img/Comm.png) repeat-y !important;
	background: black;
	margin-top: 3px;
}
#comments { 	display: none; }
#languages { 	display: none; }
#language {
		position: absolute;
		right: 5px;
		top: 10px;}


/* Le pied de page
-------------------------------------------------------- */
#footer {
	margin: 0;
	color: #666;
	font-size: 9px;
	text-align: center;
	
}

#footer a{
	color: #b5e200;
	text-decoration: none;
}
#mv {
	display: none;
	}