/* ***** 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 - Guillaume BIZET*/

/* 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 "style_related_plugins.css";
/* @import "layout-gauche.css"; */

/*-------------------------------------------------------- 
 Les éléments HTML en général
-------------------------------------------------------- */

* { padding: 0;	margin: 0; }

body	{
	background: #EEE;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 10px solid #DDD;
	}

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;
	}

p	{
	margin : 3px 0px 10px 0px;
	}

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

pre	{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
	}
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;}
fieldset	{
	border: none;
	}

label	{
	cursor: pointer;
	}

.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 img, a:visited img, a:hover img	{
	border: 0;
	}

a	{
	color: green;
	text-decoration: underline;
	}


a:visited	{
	color: green;
	text-decoration: underline;
	}

a:hover	{
	color: green;
	font-weight: bold;
	text-decoration: underline;
	}

acronym	{
	border: none;
	text-decoration: none;
	}

a[hreflang|="en"]:after { content: "\0000a0"url(img/lang_link/linken.gif) }
a[hreflang|="fr"]:after { content: "\0000a0"url(img/lang_link/linkfr.gif) }


/*--------------------------------------------------------
 La page
-------------------------------------------------------- */

#page	{
	background: #fff url(img/page.png) repeat-y center top;
	color: inherit;
	}

/*--------------------------------------------------------
 L'entête
-------------------------------------------------------- */

#top	{
	height: 250px;
	background: #FFF url(img/top.png) no-repeat left top;
	}

#top h1	{
	float: left;
	width: 400px;
	margin: 25px 0px 0px 40px;
	padding: 0px;
	color: #000000;
	font-size: 2.8em;
	}

#top h1 a	{
	text-decoration: none;
	color: #000000;
	border: 0;
	}

div#search	{
	margin: 170px 0px 0px 585px;
	background: transparent;
	color: inherit;
	}

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

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

#search input.submit	{
	margin-left: 5px;
	}

/* --------------------------------------------------------
 Le prélude
-------------------------------------------------------- */ 

#prelude	{
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 0px;
	background: transparent;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	}

#prelude a, #prelude a:visited	{
	color: #FFFFFF;
	background: transparent;
	border: 0;
	}

#prelude a:hover	{
	color: #DFDFDF;
	background: transparent;
	border: 0;
	}


/* --------------------------------------------------------
 Le contenu
-------------------------------------------------------- */

/* --- Les éléments --- */

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

#comments label	{
	margin-bottom: 5px;
	}

.post-content blockquote	{
	width: 90%;
	margin: 10px auto 5px auto;
	padding: 5px 5px 5px 25px;
	font-family: Georgia, serif;
	font-style: italic;
	border: 1px dashed #ccc;
	background: #FBFEE3 url(img/quote/quote.gif) no-repeat 2px 2px;
	}

.post-content code	{
	display: block;
	width: 90%;
	margin: 10px auto 5px auto;
	padding: 5px 5px 5px 5px;
	border: 1px dashed green;
	background: #EDFFF3 url(img/quote/code.gif) no-repeat 95% 100%;
	font-size: 1em;
	}

#content ul, #content ol	{
	margin: 5px 5px 5px 25px;
	list-style-position: outside;
	}

#content ul	{
	list-style-image: url(img/puces/puce.jpg);
	}

/* --- Les Titres --- */

#trackbacks h3, #comments h3	{
	color: #FA0;
	border-bottom: 1px solid #FA0;
	}
	
/* --- La liste des posts et les posts --- */

#post-meta	{
	margin-top: 15px;
	padding: 5px;
	text-align: left;
	color: #30709D;	
	font-size: 9px;
	border-left: 5px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #FBFEE3;
	}

#post-meta a, #post-meta a:visited	{
	color: #000000;
	text-decoration: none;
	}

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

.post-title	{
	color: #30709D;
	background: transparent;
	margin-bottom: 0;
	border-bottom : 1px dashed #30709D;
	}

.post-title a, .post-title a:visited, .post-title a:hover	{
	color: #30709D;
	background: transparent;
	text-decoration: none;
	border: 0;
	}

.post-info	{
	margin-top: 0;
	padding-bottom: 1ex;
	color: #FA0;	
	font-size: 0.8em;
	text-align: right;
	background: transparent;
	/*border-bottom: 1px solid #FC0;*/
	}

.post-info a, .post-info a:visited, .post-info a:hover	{
	color: #FA0;
	background: transparent;
	text-decoration: none;
	border: 0;
	}

.post-content	{
	margin-top: 15px;
	text-align: justify;
	}

.post-info-co	{
	margin-top: 15px;
	padding: 4px;
	text-align: right;
	color: #30709D;	
	font-size: 9px;
	border: 1px solid #ccc;
	background: #FBFEE3;
	}

.post-info-co a, .post-info-co a:visited, .post-info-co a:hover	{
	color: #30709D;
	text-decoration: underline;
	border: 0;
	}

#comments .form-help	{
	padding: 5px;
	font-size: 0.8em;
	border: 1px dashed red;
	background: #FFFFFF url(img/info.gif) no-repeat 100% 0%;
	}

#comments .comment-info a, #comments .comment-info a:visited, #comments .comment-info a:hover	{
	color: #000;
	text-decoration: none;
	border: 0;
	}
	
#comments blockquote	{
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #B5CFE7;
	}

#comments blockquote .comment-info {
	border-bottom: 1px dotted #b5cfe7;
	padding-bottom: 3px;
	}

/* --------------------------------------------------------
 La barre de navigation
-------------------------------------------------------- */

/*--- Les Liens ---*/

#sidebar a	{
	color: gray;
	text-decoration: none;
	}

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

#sidebar a:hover	{
	color: gray;
	font-weight: bold;
	text-decoration: underline;
	}

#sidebar div#randimage a	{
	border: 0;
	}

/*--- Les elements généraux ---*/

#sidebar h2 img	{
	display: block;
	margin: 0;
	}

#sidebar ul	{
	font-size: 0.8em;
	}

#sidebar div	{
	color: inherit;
	}

#sidebar div ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	}

/*--- Les titres ---*/

#sidebar h2	{
	color: #ffffff /*gris= #7D7D7D*/;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	line-height: 26px;
	background: url(img/h2bleu.jpg) no-repeat;
	font-size: 1.1em;
	}

#sidebar h2 img	{
	margin: 0;
	padding: 0;
	}

#sidebar h3, #sidebar h3 a, #sidebar h3 a:visited, #sidebar h3 a:hover	{
	color: #30709D;
	text-decoration: none;
	font-size: 1em;
	margin: 0;
	border: 0;
	}

/*--- Partie Calendrier ---*/

#sidebar div#calendar	{
	/*border-top: 1px solid #F0F0F0;*/
	}

#sidebar div#calendar h2	{
	margin-bottom: 5px;
	}

#sidebar div#calendar table	{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	}

#sidebar div#calendar table caption	{
	margin: 0 auto;
	}

#sidebar div#calendar table th	{
	color: #493;
	background: transparent;
	}

#sidebar div#calendar table td	{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
	}

#sidebar div#calendar table td a	{
	display: block;
	color: #30709D;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	background: #E0F2FE url(img/calend_plein.jpg) no-repeat top right;
	}

#sidebar div#calendar table td a:hover	{
	color: #30709D;
	font-weight: bold;
	border: 0;
	background: #E0F2FE url(img/calend_plein.jpg) no-repeat top right;
	}
	
/*--- Partie Archives ---*/	

#sidebar div#archives ul	{
	margin-left: 20px;
	list-style-image: url(img/puces/puce.jpg);
	}
	
/*--- Partie Selection ---*/	
#sidebar div#selection ul	{
	margin-left: 20px;
	list-style-image: url(img/puces/puce.jpg);
	}
	
/*--- Partie categories ---*/	

#sidebar div#categories ul	{
	margin-left: 20px;
	list-style-image: url(img/puces/puce.jpg);
	}
	
/*--- Partie liens ---*/

#sidebar div#links h3	{
	margin: 5px 0px 0px 0px;
	}
	
#sidebar div#links ul	{
	margin-left: 20px;
	list-style-image: url(img/puces/puce.jpg);
	}

/*--- Partie Syndication ---*/

#sidebar div#syndicate a, #syndicate a:visited, #syndicate a:hover	{
	border: 0;
	}

#sidebar div#syndicate li.filatom	{
	float: left;
	margin: 0px 2px 0px 2px;
	}

#sidebar div#syndicate li.filrss	{
	float: left;
	margin: 5px 2px 2px 2px;
	}

/*--- Partie rights ---*/

#rights	{
	clear: both;
	margin: 15px 0px 0px 0px;
	}
	

/*--------------------------------------------------------
 Le pied de page
-------------------------------------------------------- */

#footer	{
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCC;
	background: #EEE;
	color: #666;
	text-align: center;
	}

#footer a	{
	color: #999;
	border: 0;
	}
	
	
	
#tagcloud ul {
margin:0;
padding:0 1em;
display:block;
}

#tagcloud li {
display:inline;
margin: 0 .1em;
padding: 0;
background-image: none;
}

#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }
 
#tags {
text-align: right;
}
