
/* ***** 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 *****
/* Fond de la page et texte g?n?ral*/

@import "layout.css";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#d0cccb;
/*	background : #EEE url(images/background.gif) repeat;*/
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}

/*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 : 1em;}

pre {
	background: #EEE;
	color: #000;
	border: 1px solid #DDD;
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* cach? pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 95%;
		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:visited{color: #6eac2d;}
a:hover, a:focus, a:active{color: #6eac2d;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]";color : #666;background : transparent;}

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	color : #d85f03;
}

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 {
	background: transparent url(images/bg.png) repeat-y left;
}


/*Bandeau
******************************************************************/
#bandeau{

background: #d0cccb url(images/top.jpg) no-repeat;
	}
	
#bandeau a {
display:block;
width:150px;
height:150px
}

/* Top
******************************************************************/
#top {
	background: #d0cccb url(images/top.jpg) no-repeat;
}

#top h1{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.2em;
	text-align: center;
}

#top h1 a{
	color: #FFF;
	text-decoration: none;
}

#prelude{
	font-size: 0.8em;
	text-align: right;
	color: #CCCCCC;
}

#prelude a{
	color:#CCCCCC;
	background: transparent;
}

#prelude a:hover{
	color:#FFFFFF;
}

/* Main
*******************************************************************/
#main {
	background: #FFF;
	color: inherit;
	overflow: hidden; /* Cache ce qui d?borde (images par ex.) pour ne pas casser la mise en page */
}

/* Contenu
*******************************************************************/
#content {
	margin: 10px;
	padding-bottom: 1em;
	padding-left: 20px;
}

#accueil {
	padding-bottom: 1em;
	padding-left: 10px;
	padding-top: 10px;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	color : #d85f03;
}

.day-date{
	display: none;
}

/* post-title */
.post-title {
	background : transparent url(images/picto-v.gif) no-repeat 0 0.2em;
	padding-left : 20px;
	margin: 0 0 0 -20px;
}

.post-title a {
	color : #d85f03;
	text-decoration : none;
}

/* post-info */
.post-info{
	font-size: 0.85em;
	margin-top: 0;
	color: #333;
	background: transparent;
}

.post-content, .post-chapo{
	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 {
	clear: both;
	font-size: 0.85em;
	text-align: center;
	margin-bottom: 3em;
	padding-bottom: 10px;
	margin-top: 3em;
	padding-top: 10px;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA ;
}

.post-info-co span{
	display: none;
	}
	
.post-info-co a{
	padding-left: 12px;
}

/* Billet vu
****************************************************************/
.post-read {
	clear: both;
	font-size:: 0.85em;
	text align: right;
	margin-bottom: 3em;
}	
	
.post-read a{
	padding-left: 12px;
	background: transparent url(images/co.png) no-repeat left;
}


/* comments - commentaires*/
#comments span{
	display: none;
}

#comments blockquote{
	text-align: justify;
	background: #eee;
	padding: 1em;
	margin: 1em;
	border: 1px solid #ddd;
}

.commentid{
	border-right: 1px solid #DDD;
	text-decoration: none;
	color: #999;
	background: transparent;
	padding: 3px 6px;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand;
}

/* Trackbacks
****************************************************************/
#trackbacks{
	margin-bottom: 3em;
	padding-bottom: 10px;
	margin-top: 2em;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA ;
}


/* Barre Droite (sidebar)
****************************************************************/
#sidebar {
	background: #FFF;
	color: inherit;
	line-height: 1.4em; /* peek-a-boo bug d'IE */
}

#sidebar div{
	margin-left: 10px;
	margin-right: 10px;
}

#sidebar h2 {
	background: transparent url(images/h2side.png);
	color: #666;
	padding: 5px;
	font-size: 1.2em;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
	/*border-bottom: 1px dotted #AAAAAA ;*/
}

#sidebar li{
	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0;
	}

#sidebar a{
	text-decoration: none;
}

#sidebar li a{
	display: block;
	color: #6eac2d;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar li a:hover{
		background: transparent url(images/curseur.gif) repeat-y right; /* Blink blink blink*/
}

#selection h2{
	color: #000;
}





/* Bloc de recherche 
*****************************************************************/
#search p{
	margin: 0;
}
#search #q{
	border: 1px solid #999;
	background: #FCFCFC url(images/search.png) no-repeat 3px center;
	-moz-border-radius: 4px;
	padding-left: 20px;
	width: 70%;
	}

/* Je r?gle ici les couleurs pour les r?sultats du moteur de recherche*/
span.highlight0 {background-color: #FFFF99;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}

/* Calendrier 
************************************************************************/
#calendar table{
	width: 220px;
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar caption{
	margin: 0 auto;
	background: #EEE;
	padding: 0.5em 0;
	color: #666;
}

#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;
	color: #933;
}

#calendar td a:hover{
	font-weight: bold;
	color:#FF0000;
}

#sondage {
margin-top: 3em;
}

#categories, #links{
	margin-top: 1em;
}

/*presentation
************************************************************/

#presentation{
	font-family: Arial, "Times New Roman", serif;
	font-size: 0.9em;
	color: #666;
	text-align:justify;
}

/*mailing 
************************************************************/

#mailing{
	font-family: Arial, "Times New Roman", serif;
	font-size: 0.9em;
	color: #666;
	text-align:justify;
}


/*influence
******************************************************************/

#influence{
	font-family: Arial, "Times New Roman", serif;
	font-size: 0.9em;
	a:color : #666;
	color: #666;
	text-align:justify;
	
}


/*Cat?gories
************************************************************/
#categories a{
	padding-left: 20px;
	background: #FFF url(images/puceverte.gif) no-repeat left center;
}

#categories a:hover{
	padding-left: 20px;
	color:#6eac2d
	}
	
#categories a:visited{
	padding-left: 20px;
	color:#6eac2d
}


/* Liens
************************************************************/
#links h3{
	color: #999;
	background: transparent;
	margin-bottom: 0.5ex;
	font-size: 1em;
}

#links a{
	padding-left: 20px;
	background: #FFF url(images/chkd.png) no-repeat left center;
}

#links a:visited{
	padding-left: 20px;
	background: #FFF url(images/chkh.png) no-repeat left center;
}

/*Archives
****************************************************************/
#archives a{
	padding-left: 20px;
	background: #FFF url(images/puceorange.png) no-repeat left center;
}

#archives a:hover{
	padding-left: 20px;
	color:#FF6600
}

#archives a:visited{
	padding-left: 20px;
	color:#FF3300
}


/* Table des matieres (TOC)
****************************************************************/
#toclink a{
	padding-left: 20px;
	background: #FFF url(images/pucegrise.png) no-repeat left center;
}

/* Derniers billets publi?s
************************************************************/
#lastbillets a{
	padding-left: 20px;
	background: #FFF url(images/puce_fleche.png) no-repeat left center;
}

/*plugin TAGCLoud
************************************************************/
#tagcloud {
	background-color:#EEE;
}
#tagcloud ul{ 
	margin:0; padding:0 1em; display:block; 
}
#tagcloud li{ 
	display:inline; 
	margin: 0 .1em; 
}
#tagcloud li.level-1{ 
	font-size: 1em; 
	color: #AAA;
}
#tagcloud li.level-2{
 	font-size: 1.2em; 
	color: #AAA;
}
#tagcloud li.level-3{ 
	font-size: 1.4em; 
	color: #AAA;
}
#tagcloud li.level-4{
	font-size: 1.6em; 
	color: #AAA;
}
#tagcloud li.level-5{ 
	font-size: 1.8em; 
	color: #AAA;
}


/* plugin pagination
************************************************************/
.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #ddd;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#598F9A;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}


/* Statistiques
***************************************************************/



/*Plugin Articles connexes
*****************************************************************/

.articlecon{
	background: #FFF url(images/bulle.jpg) no-repeat bottom left;
	height:124px;
}

.articlecon ul{
	list-style-image: url(images/puce.png);
}

.articlecon a {
	font-family: Arial, "Times New Roman", serif;
	font-size: 0.9em;
	color: #999;
	text-align:justify;
}

.articlecon a:hover {
	font-family: Arial, "Times New Roman", serif;
	font-size: 0.9em;
	color: #444;
	text-align:justify;
}
/*
#articlecon {
	background: transparent url(images/h2side.png);
	color: #666;
	padding: 5px;
	font-size: 1.2em;
}
*/
/*me or not couleur dans les commentaires
*******************************************************/

.me {
 	/*background-color : #ffe9e9;*/
	background: transparent url(images/h2side2.png);
	/*border : 1px solid #cc0;*/
}

foot


/*newsletter
********************************************************/

#newsletter p{
	margin: 0;
}
#newsletter #q{
	border: 1px solid #999;
	background: #FCFCFC url(images/search.png) no-repeat 3px center;
	-moz-border-radius: 4px;
	padding-left: 20px;
	width: 70%;
	}




/* Footer (bas de la page)
****************************************************************/
#footer {
	background: #EEE;
	color: #AAA;
	font-size: 0.8em;
	text-align: right;
}

#footer a{
	color: #AAA;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
}




