/* ***** 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):
 *  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
 */

@import "layout.css";
@import "style_related_plugins.css";

/*-------------------------------------------------------- 
 Les éléments HTML en général
-------------------------------------------------------- */

* { padding: 0;	margin: 0; }

body	{
	font-size: 12px;
	font-family: "Trebuchet MS", arial, "bitstream vera sans", sans-serif;
	}

h1, h2, h3, h4, h5, h6	{
	font-family: Helvetica, "Trebuchet MS", sans-serif;
	}

h1	{
	font-size: 1.5em;
	}

h2	{
	font-size: 1.6em;
	}

h3	{
	font-size: 1.3em;
	}

h4	{
	font-size: 1.2em;
	}

h5	{
	font-size: 1.1em;
	}

h6	{
	font-size: 1em;
	}

p	{
	margin : 10px 0px 5px 0px;
	}

pre, code	{
	font-size: 1.2em;
	}

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;
	}

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: #4475CE;
	text-decoration: underline;
	}


a:visited	{
	color: #4475CE;
	text-decoration: underline;
	}

a:hover	{
	color: #4475CE;
	font-weight: bold;
	text-decoration: underline;
	}

.suite	{
	margin: 20px 0px 0px 0px;
	}
	
.suite a	{
	font-weight: bold;
	}
	
.renvoitop	{
	text-align: right;
	font-size: 0.8em;
	padding-right: 5px;
	}

acronym	{
	border: none;
	text-decoration: none;
	}

.post-content a[hreflang|="en"]:after { content: "\0000a0"url(img/Post/linken.gif) }
.post-chapo a[hreflang|="en"]:after { content: "\0000a0"url(img/Post/linken.gif) }

.post-content a[hreflang|="fr"]:after { content: "\0000a0"url(img/Post/linkfr.gif) }
.post-chapo a[hreflang|="fr"]:after { content: "\0000a0"url(img/Post/linkfr.gif) }

#comments a[hreflang|="en"]:after { content: "\0000a0"url(img/Post/linken.gif) }

#comments a[hreflang|="fr"]:after { content: "\0000a0"url(img/Post/linkfr.gif) }

/*--------------------------------------------------------
 La page
-------------------------------------------------------- */

#page	{
	background: #fafafa;
	color: inherit;
	}

/*--------------------------------------------------------
 L'entête
-------------------------------------------------------- */

#top	{
	margin: 0px;
	height: 180px;
	background: transparent url(img/Header/Header.jpg) no-repeat 0px 30px;
	}

#top h1	{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	width: 730px;
	color: #FFFFFF;
	font-size: 3.5em;
	font-style: italic;
	}

#top h1 a	{
	text-decoration: none;
	color: #FFFFFF;
	}

div#search	{
	margin: 0px 0px 0px 600px;
	padding-top: 5px;
	background: transparent;
	color: inherit;
	}

#search fieldset, #search p	{
	margin: 0px 0 0 0;
	padding: 0;
	}

#q	{
	padding-left: 17px;
	background: #fff url(img/Header/q.png) no-repeat 4px 50%;
	}
	
#search input.submit 	{
	height: 20px;
	width: 25px;
	margin: 0px 0px 0px 5px;
	font-size: 0px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	background: url('img/Boutons/bouton_ok.jpg') no-repeat;
	}
	
#search input.submit:hover, #search input.submit:focus	{
	background: url('img/Boutons/bouton_okh.jpg') no-repeat;
	}

/* --------------------------------------------------------
 Le prélude
-------------------------------------------------------- */ 

#prelude	{
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	color: #DFDFDF;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 0.8em;
	}

#prelude a, #prelude a:visited	{
	color: #DFDFDF;
	background: transparent;
	border: 0;
	}

#prelude a:hover	{
	color: #DFDFDF;
	background: transparent;
	border: 0;
	}


/* --------------------------------------------------------
 Le contenu
-------------------------------------------------------- */

/* --- Les éléments --- */

#trackbacks blockquote, #comments blockquote, .commentsaccueil blockquote	{
	border: 1px dashed #D6D2D2;
	margin: 1em 0;
	padding: 1ex 1em;
	}

#comments label, .commentsaccueil label	{
	margin-bottom: 5px;
	}

.post-content blockquote	{
	margin: 10px 5px 5px 10px;
	padding: 5px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 0.9em;
	background: #F5F5F5;
	}

.post-content code, .post-content pre	{
	display: block;
	margin: 10px 5px 5px 10px;
	padding: 5px;
	border: 1px solid #F0F0F0;
	background-color: #F0F0F0;
	font-size: 1em;
	overflow: auto;
	}

#content ul, #content ol	{
	margin: 5px 5px 5px 25px;
	list-style-position: outside;
	}

#content ul	{
	list-style-image: url(img/Post/puce.jpg);
	}

/* --- Les Titres --- */

#trackbacks h3 span, #comments h3 span	{
	display: none;
	}
	
#trackbacks h3	{
	display: block;
	height: 35px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background: transparent url('img/Post/h3_trackbacks.gif') no-repeat;
	}
	
#comments h3#co	{
	display: block;
	height: 35px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	background: transparent url('img/Post/h3_commentaires.gif') no-repeat;
	}

.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 20px 0px 5px 0px;
	}
	
/* --- La liste des posts et les posts --- */

.day-date	{
	display: none;
	}
	
.post	{
	margin: 5px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
	background: transparent url('img/Post/fondpostht.jpg') no-repeat left top;
	}

.postbas	{
	padding: 0px 7px 7px 0px;
	background: transparent url('img/Post/fondpostbas.jpg') no-repeat right bottom;
	}

#post-meta	{
	margin: 15px 10px 10px 10px;
	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: #F5F5F5;
	-moz-border-radius: 6px;
	border-radius: 6px;
	}

#post-meta a, #post-meta a:visited	{
	color: #000000;
	text-decoration: none;
	}
	
h2.post-title {
	padding: 2px 10px 2px 35px;
	color: #67768D;
	text-decoration: none;
	background: transparent url('img/Post/post_title.jpg') no-repeat;
	}
	
.post h2	{
	margin: 10px 0px 5px 5px;
	}
	
.post h2 a, .post h2 a:visited	{
	padding: 2px 10px 2px 35px;
	color: #67768D;
	text-decoration: none;
	background: transparent url('img/Post/post_title.jpg') no-repeat;
	}
	
.post h2 a:hover	{
	padding: 2px 10px 2px 35px;
	color: #799bc9;
	text-decoration: none;
	background: transparent url('img/Post/post_titleh.jpg') no-repeat;
	}

.post-info	{
	margin: 0px 10px 0px 5px;
	padding: 5px;
	color: gray;	
	font-size: 0.8em;
	border: 1px solid #DFDFDF;
	background: #f5f5f5;
	}

.post-info a, .post-info a:visited, .post-info a:hover	{
	color: gray;
	background: transparent;
	text-decoration: none;
	border: 0;
	}
		
.post-chapo	{
	margin: 0px;
	padding: 5px 15px 5px 15px;
	}

.post-content	{
	margin: 10px 0px 15px 5px;
	padding: 5px 15px 5px 10px;
	text-align: justify;
	}

.post-info-co	{
	margin: 0px 0px 0px 5px;
	padding: 5px;
	color: gray;	
	font-size: 9px;
	text-align: right;
	/*border-bottom: 1px solid #DFDFDF;*/
	background: #f5f5f5;
	}

.post-info-co a, .post-info-co a:visited, .post-info-co a:hover	{
	color: gray;
	text-decoration: none;
	border: 0;
	}

/* ------ Trackbacks --------*/

#trackbacks	{
	margin: 10px 0px 5px 5px;
	}

/* ------ Commentaires --------*/

#comments	{
	margin-top: 10px;
	}

#formpostco	{
	margin: 10px 10px 10px 5px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5	url('img/Post/h3_ajoutcomments.gif') no-repeat top right;
	}
	
#comments p.nocomments	{
	height: 40px;
	margin: 0px 10px 0px 5px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5	url('img/Post/fondcommentaires.jpg') no-repeat 95% 95%;
	}
	
#comments p.pascomments	{
	height: 20px;
	margin: 10px 10px 10px 5px;
	padding: 5px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5;
	}

#comments p.form-help	{
	margin: 10px 0px 0px 0px;
	padding: 5px;
	font-size: 0.8em;
	background: #FEF2E6 /*url(img/Post/information.jpg) no-repeat 100% 0%*/;
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	}

#comments .comment-info a, #comments .comment-info a:visited, #comments .comment-info a:hover, .comment-info a, .comment-info a:visited, .comment-info a:hover	{
	color: #000;
	text-decoration: none;
	border: 0;
	}
	
#comments blockquote	{
	margin: 0px 10px 10px 65px;
	padding: 5px;
	border: 1px solid #B5CFE7;
	}

#comments blockquote .comment-info {
	border-bottom: 1px dotted #b5cfe7;
	padding-bottom: 3px;
	}
	
#comments form .submit	{
	display: block;
	height: 20px;
	width: 75px;
	font-size: 0px;
	color: #fff;
	border: 0px;
	cursor: pointer;
	background: url('img/Boutons/bouton_envoyer.jpg') no-repeat;
	}
	
#comments form .submit:hover, #comments form .submit:focus	{
	background: url('img/Boutons/bouton_envoyerh.jpg') no-repeat;
	}
	
#comments form .preview	{
	float: left;
	display: block;
	height: 20px;
	width: 75px;
	margin: 0px 10px 0px 0px;
	border: 0px;
	font-size: 0px;
	color: #fff;
	cursor: pointer;
	background: url('img/Boutons/bouton_previsualiser.jpg') no-repeat;
	}
	
#comments form .preview:hover, #comments form .preview:focus	{
	background: url('img/Boutons/bouton_previsualiserh.jpg') no-repeat;
	}
	
#comments form input	{
	border: 1px solid #D5D5D5;
	}
	
#comments form textarea	{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D5D5D5;
	}
	
#comments form #c_remember	{
	border: none;
	}
	
/*------ Trackbacks -----*/

#trackbacks	{
	padding-right: 10px;
	padding-bottom: 15px;
	}
	
#trackbacks p.notrackbacks	{
	height: 40px;
	margin: 10px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5	url('img/Post/fondtrackbacks.jpg') no-repeat 95% 95%;
	}
	
#trackbacks p.gotrackbacks	{
	height: 40px;
	margin: 10px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5	url('img/Post/fondtrackbacks.jpg') no-repeat 95% 95%;
	}
	
#trackbacks p.pastrackbacks	{
	height: 20px;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5;
	}


/* --------------------------------------------------------
 La barre de navigation
-------------------------------------------------------- */

/*--- Les Liens ---*/

#sidebar a, #sidebar a:visited, #sidebar a:hover	{
	text-decoration: none;
	}

#sidebar div#randimage a	{
	border: 0;
	}

/*--- Les elements généraux ---*/
	
#sidebar h2 span	{
	display: none;
	}

#sidebar div	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	color: inherit;
	}

#sidebar div ul	{
	margin: 0px 30px 0px 30px;
	padding: 0;
	/*font-size: 1em;*/
	list-style-type: none;
	}
	
#sidebar div li	{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #DFDFDF;
	}
	
#sidebar div li a, #sidebar div li a:visited {
	text-decoration: none;
	color: #FF6317;
	}
	
#sidebar div li a:hover {
	color: #799bc9;
	font-weight: normal;
	}

/*--- Les titres ---*/

#sidebar h2	{
	height: 55px;
	color: #FFFFFF;
	margin: 0 0px 0px 0px;
	padding: 0 0 0 0px;
	text-decoration: none;
	background: transparent;
	font-size: 1.2em;
	}

#sidebar h3, #sidebar h3 a, #sidebar h3 a:visited, #sidebar h3 a:hover	{
	color:#799bc9;
	text-decoration: none;
	font-size: 1em;
	margin: 0;
	border: 0;
	}
	
div#calendar h2	{
	background-image:url('img/Sidebar/calendrier.png')
	}
	
div#selection h2	{
	background-image:url('img/Sidebar/selection.png')
	}
	
div#languages h2	{
	background-image:url('img/Sidebar/languages.png')
	}
	
div#categories h2	{
	background-image:url('img/Sidebar/categories.png')
	}
	
div#archives h2	{
	background-image:url('img/Sidebar/archives.png')
	}
		
div#links h2	{
	background-image:url('img/Sidebar/liens.png')
	}
		
div#syndicate h2	{
	background-image:url('img/Sidebar/syndication.png')
	}
	
#calendar, #selection, #languages, #categories, #archives, #links, #syndicate	{
	background: transparent url('img/Sidebar/menuF.png') repeat-y;
	}

/*--- Partie Calendrier ---*/

#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: #666;
	background: transparent;
	padding: 5px 0px 5px 0px;
	}

#sidebar div#calendar table td	{
	width: 25px;
	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/Sidebar/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/Sidebar/calend_plein.jpg) no-repeat top right;
	}
	
/*--- Partie Archives ---*/	

#archives li:first-letter	{
	text-transform: uppercase;
	}

/*--- Partie Selection ---*/

	
/*--- Partie categories ---*/

	
/*--- Partie liens ---*/

#sidebar div#links h3	{
	margin: 5px 0px 0px 30px;
	}
	
#sidebar div#links li	{
	margin-left: 10px;
	}
	
/*--- Partie Syndication ---*/

#sidebar div#syndicate a, #syndicate a:visited, #syndicate a:hover	{
	border: 0;
	}
	

/*--------------------------------------------------------
 Le pied de page
-------------------------------------------------------- */

#footer	{
	margin: 0;
	padding: 2px;
	background: #30709D;
	color: #FFF;
	text-align: center;
	}

#footer a	{
	color: #FFF;
	border: 0;
	}