/* ***** 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: #000000;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.postone{
font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:26px;
}

.entrepost{
	width: 854px;
	background: #000000 url(img/piskel.gif) repeat-y center top;
}

.post{
	background: transparent;
	vertical-align:top;
	position: relative;
	margin: 0px;
	font-family: georgia, arial, helvetica;
font-weight: normal;
font-size: 12px;
}

.post2{
	font-family: georgia, arial, helvetica;
font-weight: normal;
font-size: 11px;
}

.postgauche{
	text-align: left;
	vertical-align: top;
}

.postdroite{
	text-align: right;
	vertical-align: top;
}

a:link.roseclair{
 color:#BC1A8C;
}

a:link.bleuclair{
 color:#00CCFF;
}

.post{
}

a:link.vertclair{
 color:#81BB00;
}

a:visited.roseclair{
 color:#BC1A8C;
}

a:visited.bleuclair{
 color:#00CCFF;
}

a:visited.vertclair{
 color:#81BB00;
}

a:hover.roseclair{
 color:#BC1A8C;
}

a:hover.bleuclair{
 color:#00CCFF;
}

a:hover.vertclair{
 color:#81BB00;
}

a:hover.bottomlink{
 color:#8C8C8C;
}

a:visited.bottomlink{
 color:#8C8C8C;
}

a:link.bottomlink{
 color:#8C8C8C;
}


a:hover.lien2{
 color:#8C8C8C;
 font-weight:bolder; 
}

a:visited.lien2{
 color:#000000;
 font-weight:bolder; 
}

a:link.lien2{
 color:#000000;
  font-weight:bolder; 
}

a:hover.lien{
 color:#8C8C8C;
}

a:visited.lien{
 color:#000000;
}

a:link.lien{
 color:#000000;
}

.commentdroite{
	text-align: right;
	vertical-align: top;
	font-family: georgia, arial, helvetica;
	font-style: italic;
	font-size: 12px;
}

.comment{
	text-align: left;
	vertical-align: top;
	font-family: georgia, arial, helvetica;
	font-size: 12px;
}

.comment2{
	text-align: left;
	vertical-align: top;
	font-family: georgia, arial, helvetica;
	font-size: 15px;
	font-weight: bolder;	
}

.commentgauche{
	text-align: left;
	vertical-align: top;
	font-family: georgia, arial, helvetica;
	font-style: italic;
	font-size: 12px;
}

.posttitlevert{
	color: #68D72D;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

.posttitlerose{
	color: #BC1A8C;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

.posttitlebleu{
	color: #00A9DC;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

.titlevert{
	color: #68D72D;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 15px;
line-height:20px;
}

.titlerose{
	color: #BC1A8C;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 15px;
line-height:20px;
}

.titlebleu{
	color: #00A9DC;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 15px;
line-height:20px;
}

a:link.posttitlevert{
	color: #68D72D;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

a:visited.posttitlevert{
	color: #68D72D;	
	text-decoration:none;	
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

a:hover.posttitlevert{
	color: #68D72D;	
	text-decoration:none;	
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

a:link.posttitlebleu{
	color: #00A9DC;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

a:visited.posttitlebleu{
	color: #00A9DC;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

a:hover.posttitlebleu{
	color: #00A9DC;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

a:link.posttitlerose{
	color: #BC1A8C;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

a:hover.posttitlerose{
	color: #BC1A8C;
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

a:visited.posttitlerose{
	color: #BC1A8C;	
	text-decoration:none;
	font-family: georgia, arial, helvetica;
font-weight: bold;
font-size: 22px;
line-height:20px;
}

.postinfogauche{


}


.margegauche{
	position:  relative;
	bottom: 0px;
	right:0px;

	width:20px;
	background: #FFFFFF;
}

.margedroite{
	position:  relative;
	bottom: 0px;
	left:0px;
	width:51px;	
	background: transparent url(img/gauche-marge.gif) y-repeat top left;
	text-align:top right;
}

.commentgauche{
	position:  relative;
	bottom: 0px;
	right:0px;
	background: transparent url(img/coupure-droite.gif) no-repeat top right;
	height: 17px ;
	padding-bottom: 31px;
	
}

.margedroitecomment{
	background: transparent url(img/gauche-marge-comment.gif) no-repeat top left;
	height: 48px;
	width: 51px;	
}

.margedroitecomment2{
	background: transparent url(img/comment.gif) no-repeat top left;
	height: 48px;
	width: 150px;	
}
.margegauchecomment{
	background: transparent url(img/droite-marge-comment.gif) no-repeat top left;
	height: 17px;
	width: 20px;	
}

.commentdroite{
	position:  relative;
	bottom: 0px;
	left:0px;
	background: transparent url(img/coupure-gauche.gif) no-repeat top left;
	text-align:top;
	height: 48px;
}

.imagedroitelittlerose{
	background: transparent url(img/droite-1-rose.gif) no-repeat top right;
	width:400px;
	height:276px;
}

.imagedroitelittlevert{
	background: transparent url(img/droite-1-vert.gif) no-repeat top right;
	width:400px;
	height:276px;
}

.imagedroitelittlebleu{
	background: transparent url(img/droite-1-bleu.gif) no-repeat top right;
	width:400px;
	height:276px;
}

.imagedroitelittle{
	padding-top: 27px;
	padding-left: 47px;
	padding-right: 17px;
	padding-bottom: 28px;
}

.imagegauchetall{
	padding-top: 43px;
	padding-left: 17px;
	padding-right: 46px;
	padding-bottom: 60px;
}

.imagegauchevideo{
	padding-top: 43px;
	padding-left: 17px;
	padding-right: 46px;
	padding-bottom: 60px;
}

.imagegauchevideorose{
	background: transparent url(img/gauche-video-rose.gif) no-repeat top left;
	width:462px;
	height:399px;
	padding-bottom: 31px;
}

.imagegauchevideovert{
	background: transparent url(img/gauche-video-vert.gif) no-repeat top left;
	width:462px;
	height:399px;
	padding-bottom: 31px;
}

.imagegauchevideobleu{
	background: transparent url(img/gauche-video-bleu.gif) no-repeat top left;
	width:462px;
	height:399px;
	padding-bottom: 31px;
}

.imagegauchetallrose{
	background: transparent url(img/gauche-haut-rose.gif) no-repeat top left;
	width:321px;
	height:458px;
	padding-bottom: 31px;
}

.imagegauchetallvert{
	background: transparent url(img/gauche-haut-vert.gif) no-repeat top left;
	width:321px;
	height:458px;
	padding-bottom: 31px;
}

.imagegauchetallbleu{
	background: transparent url(img/gauche-haut-bleu.gif) no-repeat top left;
	width:321px;
	height:458px;
	padding-bottom: 31px;
}

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

h1{font-size: 1.5em;}

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{
	border: 1px solid #999;
}

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

a:link{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #663;
	text-decoration: none;
}

a:hover{
	color: #636;
	text-decoration: none;
}

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

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

.top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

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

/* 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: #000000;
	background: transparent;
	margin-bottom: 0;
}

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

.postinfo{
	font-size:12px;
	font-family: georgia, arial, helvetica;
	margin-top: 8;
	color: #333333;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

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

.postcontentvert{
	font-size:12px;
	font-family: georgia, arial, helvetica;	
}

.postcontentrose{	
	font-size:12px;
	font-family: georgia, arial, helvetica;
}

.postcontentbleu{	
	font-size:12px;
	font-family: georgia, arial, helvetica;
}

.postcontentvert a{
	color:#81BB00;	
}

.postcontentrose a{	
	color:#EB008B;	
}

.postcontentbleu a{	
	color:#00CCFF;	
}

.postcontentvert a:visited{
	color:#81BB00;	
}

.postcontentrose a:visited{	
	color:#EB008B;	
}

.postcontentbleu a:visited{	
	color:#00CCFF;	
}



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


#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

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

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

