/* ***** 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
 *  Vinosaure
 */

/* 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:
 * - la disposition des bloc généraux
 * - 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 "style_related_plugins.css";

/*-------------------------------------------------------- 
 Disposition des blocs généraux
-------------------------------------------------------- */
#page	{
	text-align: left;
	}

#centre	{
	width: 900px;
	margin: 0 auto;
	}
	
#main	{
	float: left;
	width: 605px;
	padding-bottom: 15px;
	overflow: hidden; /*Cache ce qui déborde (images par ex) pour ne pas casser la mise en page*/
	}

#content	{
	margin: 0 0 0 0px;
	padding: 1em 0 0 0;
	}
	
#dernbillets, #lastcomments	{
	margin-left: 15px
	}

#sidebar	{
	float: left;
	width: 280px;
	margin-bottom: 70px;
	background: url(img/Sidebar/fd_sidebar.jpg) no-repeat 0% 100%;
	}
/* Tags cloud
-------------------------------------------------------- */
#tagcloud ul {
margin:0;
padding:0 1em;
display:block;
}

#tagcloud li {
display:inline;
margin: 0 .1em;
padding: 0;
background-image: none;
}

#tagcloud a {
color:#000000;
}

#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; }
	
#nuagtag	{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #464646 url(img/Sidebar/fd_nuagtag.jpg) no-repeat 0% 0%;
	}
	
#centretag	{
	width: 900px;
	margin: 0 auto;
	}

#sidebarbas	{
	clear: both;
	height: 450px;
	padding-top: 20px;
	background: #464646 url(img/Sidebar/fd_sidebarbas.jpg) no-repeat 0% 0%;
	}
	
#sidecentre	{
	width: 900px;
	margin: 0 auto;
	}

#footer	{
	padding: 5px 0 0 0;
	margin : 0;
	clear: both;
}

/*--------------------------------------------------------
 les éléments des sous menu
 ------------------------------------------------------ */
 
 #div_top_menu {
	clear: both;
	padding:0 10px 10px 10%;
	background:url(img/Menu/bg_menu.png) no-repeat left bottom;

}
#div_top_menu ul{
	margin:0;
	padding:0 1em;
	}

#div_top_menu li{
	background:url(img/Menu/puce.png) no-repeat left;
	font-size:14px;
	display: inline;	
	margin-right: 5px;
	padding: 0 0 0 18px;
	}

#div_top_menu a{
	color:#333333;
	}

#div_top_archives {
	clear: both;
	padding:0 10px 10px 10%;
	background:url(img/Menu/bg_archive.png) no-repeat left bottom;
	}
	
#div_top_archives ul{
	margin:0;
	padding:0 1em;
	}
	
#div_top_archives li{
	background:url(img/Menu/puce.png) no-repeat left;
	font-size:14px;
	display: inline;
	margin-right: 5px;	
	padding: 0 0 0 18px;
	}
		
#div_top_archives a{
	color:#333333;
	}



/*-------------------------------------------------------- 
 Les éléments HTML en général
-------------------------------------------------------- */
* { padding: 0;	margin: 0; }

body	{
	font-size: 70%;
	font-family: arial, sans-serif;
}

h1, h2, h3, h4, h5, h6	{
	font-family: arial, 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.4em;
	}

pre	{
	width: 100%;
	overflow: auto;
	}

fieldset	{
	border: none;
	}

label	{
	cursor: pointer;
	}

.field label	{
	display: block;
	}

input,textarea	{
	border: 1px solid #999;
	}

textarea	{
	width: 100%;
	font-size: 1em;
	font-family: Arial, sans-serif;
	}
	
a img, a:visited img, a:hover img	{
	border: 0;
	}

a	{
	color: #000;
	}

a	{
	color: #4FB5F6;
	text-decoration: underline;
	}

a:visited	{
	color: #4FB5F6;
	text-decoration: underline;
	}

a:hover	{
	color: #4FB5F6;
	font-weight: bold;
	text-decoration: underline;
	}
	
.suite a	{
	padding: 3px;
	}

.suite a:hover	{
	padding: 3px;
	font-weight: bold;
	color: #fff;
	background-color:#4FB5F6;
	text-decoration: none;
	}

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: #fff;
	color: inherit;
}
 
/* -------------------------------------------------------
 L'entête
-------------------------------------------------------- */
#top	{
	height: 135px;
	margin: 0px;
	padding-bottom: 5px;
	background: #464646 url(img/Header/Header.jpg) no-repeat left top;
	}
	
#top a,#top a:visited,#top a:hover	{
	font-weight: normal;
	}

#top h1	{
	height: 60px;
	margin: 0;
	padding: 5px 0px;
	color: #FFFFFF;
	font-size: 3.5em;
	}

#top h1 a	{
	text-decoration: none;
	color: #FFFFFF;
	}
	
#prelude	{
	margin: 0px 10px 0px 0px;
	padding: 0;
	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	{
	border: 1px dashed #D6D2D2;
	margin: 1em 0;
	padding: 1ex 1em;
	}

#comments label	{
	margin-bottom: 5px;
	}

.post-content blockquote	{
	margin: 10px 5px 5px 10px;
	padding: 5px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	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: 1.2em;
	overflow: auto;
	}

#content ul, #content ol	{
	margin: 5px 5px 5px 25px;
	list-style-position: outside;
	}

#content ul	{
	list-style-image: url(img/Post/bullet_blue.png);
	}

/* --- Les Titres --- */
	
#trackbacks h3, #comments h3#co	{
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 150%;
	color: #FF6317;
	text-decoration: none;
	border-bottom: 1px solid #FF6317;
	}
	
#comments h3 span	{
	display: none;
	}

.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 20px 0px 5px 0px;
	border-bottom: 1px solid #DFDFDF;
	}
	
/* --- La liste des posts et les posts --- */	
	
.day-date	{
	display: none;
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
	}

.post	{
	margin: 5px 0px 10px 0px;
	padding: 10px 0px 0px 10px;
	}
	
h2.post-title {
	padding: 2px 0px 2px 0px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #DFDFDF;
	}

.post-home h3 a{
	padding: 2px 10px 2px 0px;
	text-decoration: none;
	}	
	
.post h2 {
	padding-bottom: 5px;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px solid #DFDFDF; 
	}

.post h2 a, .post h2 a:visited, .post h2 a:hover	{
	padding: 2px 0px 2px 0px;
	color: #000;
	text-decoration: none;
	}

.post-info	{
	margin: 0px 0px 0px 0px;
	padding: 5px;
	color: gray;	
	font-size: 0.8em;
	border-bottom: 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;
	background: #f5f5f5;
	}

.post-info-co a, .post-info-co a:visited, .post-info-co a:hover	{
	color: gray;
	text-decoration: none;
	border: 0;
	}

/* ------ 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%;*/
	background: #F5F5F5 no-repeat 95% 95%;
	}
	
#comments p.pascomments	{
	height: 20px;
	margin: 10px 10px 0px 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: #FF6600 /*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 p.attention	{
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
	font-size: 0.8em;
	background: #FEF2E6;
	border-bottom: 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	{
	color: #000;
	text-decoration: none;
	border: 0;
	}
	
#comments blockquote	{
	margin: 0px 10px 10px 5px;
	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: 0px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	/*background: #F5F5F5	url('img/Post/fondtrackbacks.jpg') no-repeat 95% 95%;*/
	background: #F5F5F5 no-repeat 95% 95%;
	
	}
	
#trackbacks p.gotrackbacks	{
	margin: 10px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	/*background: #F5F5F5	url('img/Post/fondtrackbacks.jpg') no-repeat 95% 95%;*/
	background: #F5F5F5 no-repeat 95% 95%;
	}
	
#trackbacks p.pastrackbacks	{
	height: 20px;
	margin-top: 10px;
	padding: 5px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5;
	}
	

/* -------------------------------------------------------
 La barre de navigation gauche
-------------------------------------------------------- */

/*--- Les elements généraux ---*/

#sidebar div	{
	margin: 0px 0px 10px 0px;
	padding: 10px;
	color: #fff;
	}
	
#sidebar div ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#sidebar li	{
	padding: 2px 0px 2px 0px;
	}

/*--- Les Liens ---*/

#sidebar a, #sidebar a:visited	{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}
	
#sidebar a:hover	{	
	text-decoration: underline;
	}

/*--- Les titres ---*/
	
#sidebar h2	{
	margin: 5px 0px 5px 0px;
	margin-right: 5px;
	font-size: 1.3em;
	color: #4FB5F6;
	border-bottom: 1px solid #4FB5F6;
	}

#sidebar h3{
	color: #9ED200;
	font-size: 1em;
	margin: 0;
}

/*--- Bloc de recherche ---*/

div#search	{
	background: transparent;
	color: inherit;
	}

#search fieldset, #search p	{
	margin: 0px 0 0 0;
	padding: 0;
	}


#sbi,
#q	{
	padding-left: 25px;
	background: #fff url('img/Sidebar/magnifier.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;
	}

/*--- Bloc infos billets ---*/
	
#post-meta	{
	width: 255px;
	background: url('img/Sidebar/fd_meta.jpg') no-repeat 0% 50%;
	}
	
div#post-meta h2	{
	border-bottom: 1px solid #fff;
	color: #fff;
	}
	
#post-meta dt	{
	float: left;
	margin-right: 10px;
	font-weight: bold;
	}

	
/*--- Bloc Syndication ---*/

#sidebar div#syndicate a, #syndicate a:visited, #syndicate a:hover	{
	border: 0;
	}
	

/* -------------------------------------------------------
 La barre de navigation bas
-------------------------------------------------------- */

/* --- Elements Généraux --- */

#sidecentre div	{
	float: left;
	width: 210px;
	margin: 10px 5px 0px 5px;
	padding: 0px 0px 5px 0px;
	color: inherit;
	}

#sidecentre div ul	{
	margin: 0px 10px 0px 2px;
	padding: 0;
	list-style-type: none;
	}
	
#sidecentre div li	{
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #DFDFDF;
	}
	
#sidecentre div li a, #sidebarbas div li a:visited {
	text-decoration: none;
	color: #FF6317;
	}
	
#sidecentre div li a:hover {
	color: #4FB5F6;
	font-weight: normal;
	}

/*--- Les titres ---*/

#sidebarbas h2	{
	color: #4FB5F6;
	margin: 0 0px 0px 0px;
	padding: 0 0 0 0px;
	text-decoration: none;
	background: transparent;
	font-size: 1.2em;
	}

#sidebarbas h3, #sidebarbas h3 a, #sidebarbas h3 a:visited, #sidebarbas h3 a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1em;
	margin-top: 10px;
	border: 0;
	}

/*--- Bloc calendrier ---*/

#sidebarbas div#calendar	{
	display: none;
	}

#sidebarbas div#calendar h2	{
	margin-bottom: 5px;
	}

#sidebarbas div#calendar table	{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	}

#sidebarbas div#calendar table caption	{
	margin: 0 auto;
	}

#sidebarbas div#calendar table th	{
	color: #666;
	background: transparent;
	padding: 5px 0px 5px 0px;
	}

#sidebarbas div#calendar table td	{
	width: 25px;
	line-height: 2em;
	border: 1px solid #EEE;
	}

#sidebarbas 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;
	}

#sidebarbas 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;
	}

/*--- Bloc Archives ---*/	

#archives li:first-letter	{
	text-transform: uppercase;
	}

/*--- Bloc liens ---*/

#sidecentre div#links	{
	overflow: auto;
	}
#sidecentre h2	{
	color:#000;
	}
	
#sidecentre div#links h3	{
	margin: 5px 0px 0px 30px;
	}
	
#sidecentre div#links li	{
	margin-left: 10px;
	}


/* -------------------------------------------------------
 Le pied de page
-------------------------------------------------------- */
#footer	{
	margin: 0;
	padding: 2px;
	background: #000;
	color: #FFF;
	text-align: center;
	}
	
p#footer	{
	margin : 5px 0px 0px 0px;
	}

#footer a	{
	color: #FFF;
	border: 0;
	}