/* ***** 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:
 * - 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
 */


* { padding: 0;	margin: 0; }

body	{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	background : #464646;
}


/*-------------------------------------------------------- 
 Disposition des blocs généraux
-------------------------------------------------------- */
#page	{
	text-align: left;
	}

#centre	{
	width: 900px;
	margin: 0 auto;
	}
	
#main	{
	float: left;
	width: 635px;
	padding-bottom: 15px;
	overflow: hidden; /*Cache ce qui déborde (images par ex) pour ne pas casser la mise en page*/
	}

#content	{
	margin: 0px;
	padding: 1em 0 0 0;
	}

#sidebar	{
	float: right;
	width: 250px;
	margin: 47px 0px 0px 0px;
	padding: 0px;
	background: transparent url('img/Sidebar/bgsidebar.jpg') repeat-y top left;
	}
	
#sidebartop	{
	height: 20px;
	background: transparent url('img/Sidebar/bgsidebartop.jpg') no-repeat top left;
	}
	
#sidebarbas	{
	padding-bottom: 30px;
	background: transparent url('img/Sidebar/bgsidebarbas.jpg') no-repeat 0% 100%;
	}
	
#menu2	{
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	background: transparent url('img/Header/bgmenu2.jpg') repeat-x left top;
	color: #fff;
	}
	
#nuagtag	{
	clear: both;
	}
	
#centretag	{
	width: 900px;
	margin: 0 auto;
	background: #464646 url('img/Sidebar/fd_nuagtags.jpg') repeat-y left top;
	}
	
#centretagbas	{
	padding-bottom: 20px;
	background: transparent url('img/Sidebar/fd_nuagtagbas.jpg') no-repeat bottom left;
	}

#footer	{
	clear: both;
	height: 40px;
	margin : 0;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	text-align: right;
	background: transparent	url('img/Footer/bg_footer.jpg') repeat-x top left;
	}


/*-------------------------------------------------------- 
 Les éléments HTML en général
-------------------------------------------------------- */

h1, h2, h3, h4, h5, h6	{
	font-family: Helvetica, "Arial Narrow" , Arial, Geneva, sans-serif;
	font-weight : bold;
	}

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	{
	display: block;
	font-size: 1.4em;
	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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
a img, a:visited img, a:hover img	{
	border: 0;
	}

a	{
	color: #FFA879;
	}

a:visited	{
	color: #FFA879;
	}

a:hover	{
	color: #FFA879;
	text-decoration: underline;
	}
	
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) }

.left	{
	float: left;
	margin: 5px;
	}

.right	{
	float: right;
	margin: 5px;
	}

/* -------------------------------------------------------
 La page
-------------------------------------------------------- */
#page{
	color: inherit;
}
 
/* -------------------------------------------------------
 L'entête
-------------------------------------------------------- */
#top	{
	height: 127px;
	margin: 0px;
	font-family: "Arial Narrow", Helvetica, Arial, Geneva, sans-serif;
	background : #000 url('img/Header/bgtop.png') repeat-x left top;
	border-bottom: 2px solid #fff;
	}
	
#titreblog	{
	width: 900px;
	margin: 0 auto;
	height: 90px;
	}

#titreblog h1 a	{
	text-decoration: none;
	color: #fff;
	}

/*--- Menu2 ---*/

#centremenu2	{
	width: 900px;
	margin: 0 auto;
	font-size: 1.2em;
	}
	
#menu2 a, #menu2 a:visited, #menu2 a:hover	{
	color: #fff;
	text-decoration: none;
	}
	
#nuagetags	{
	float: left;
	height: 35px;
	width: 600px;
	}
	
/*--- Bloc de recherche ---*/
	
#search	{
	height: 30px;
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0px 5px;
	padding: 0;
}

#q	{
	height: 20px;
	line-height: 20px;
	padding: 0px 3px;
	background: #fff url('img/Header/bgsearch.jpg') no-repeat right bottom;
	}
	
#search .submit	{
	display: none;
	margin-top: 1px;
	padding: 1px;
	font-weight: bold;
	}
	
#resultsearch	{
	margin-left: 15px;
	color:#fff;
	}

/* --------------------------------------------------------
 Le contenu
-------------------------------------------------------- */

/* --- Les éléments --- */

#content ul, #content ol	{
	margin: 5px 5px 5px 25px;
	list-style-position: outside;
	}

#content ul	{
	list-style-image: url('img/Post/bullet_blue.png');
	}
	
/* -------- 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;
	}


/*-- Langues extérieures des posts --*/

.post-ext {
	float: left;
	width: 100px;
	Height: 150px;
	margin-top : 32px;
	background: #464646 url(img/Post/bgpostext.jpg) no-repeat left top;
	font-size: 10px;
	color: #fff;
	}
	
.post-ext p {
	margin: 13px 0px 10px 15px;
	}
	
.post-ext a, .post-ext a:visited, .post-ext a:hover	{
	color: #fff;
	}
	
/*-- Les posts --*/

.post	{
	float: right;
	width: 535px;
	margin: 0px 0px 10px 0px;
	background: transparent url(img/Post/bgpost.jpg) no-repeat left top;
	}

.postbottom	{
	padding-bottom: 30px;
	background: transparent url(img/Post/bgpostbas.jpg) no-repeat left bottom;
	}
	
.post h2	{
	color: #2B7FC4;
	margin: 15px 20px 5px 20px;
	}

.post h2 a, .post h2 a:visited, .post h2 a:hover	{
	color: #2B7FC4;
	text-decoration: none;
	}

.post-info	{
	margin: 0px 10px;
	padding: 10px 5px;
	color: gray;	
	font-size: 11px;
	line-height: 18px;
	border-bottom: 1px solid #DFDFDF;
	border-top: 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: 10px 15px;
	background: transparent url(img/Post/bgpostcontent.jpg) repeat-y left top;
	}

.post-content	{
	margin: 0px;
	padding: 10px 15px 0px 15px;
	text-align: justify;
	background: transparent url(img/Post/bgpostcontent.jpg) repeat-y left top;
	}
	
.post-content p	{
	margin: 0px 5px;
	}
	
.post-content blockquote, .post-chapo blockquote	{
	display: block;
	width: 95%;
	margin: 10px 5px 5px 5px;
	padding: 2px 5px 2px 10px;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1em;
	background: #F5F5F5;
	border-left: 4px solid gray;
	}

.post-content code, .post-content pre, .post-chapo code, .post-chapo pre	{
	display: block;
	width: 95%;
	margin: 10px 5px 5px 5px;
	padding: 5px;
	border: 1px solid #F0F0F0;
	background-color: #F0F0F0;
	font-size: 1.1em;
	overflow: auto;
	}
	
.post-content h3, .post-content h4, .post-content h5, .post-content h6 {
	margin: 20px 0px 5px 0px;
	}

.post-info-co	{
	margin: 0px 15px;
	padding: 5px;
	color: gray;	
	font-size: 10px;
	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;
	}
	
 p.suite	{
	margin: 10px 0px 0px -5px;
	}
	
/*--- Bloc infos billets (métas) ---*/

div#post-meta	{
	padding: 10px 15px 0px 15px;
	text-align: justify;
	background: transparent url(img/Post/bgpostcontent.jpg) repeat-y left top;
	}
	
div#post-meta h3	{
	color: #5DBBE9;
	margin: 20px 0px 5px 0px;
	border-bottom: 1px solid #5DBBE9;
	}

/* ------ Commentaires --------*/

#comments	{
	margin-top: 10px;
	background: transparent url('img/Post/bg_tb_comments.jpg') repeat-y top left;
	}
	
#comments-bas	{
	padding: 0px 0px 30px 0px;
	background: transparent url('img/Post/bgcomments.jpg') no-repeat bottom left;
	}

#comments pre, #comments code	{
	font-size: 1em;
	}

#formpostco	{
	margin: 10px;
	padding: 10px;
	border: 1px solid #D5D5D5;
	}
	
#comments p.nocomments	{
	height: 30px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5	url('img/Post/fondcommentaires.jpg') no-repeat 95% 90%;
	}
	
#comments p.pascomments	{
	height: 20px;
	margin: 10px;
	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;
	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 15px 10px 75px;
	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: 0 auto;
	border: 1px solid #D5D5D5;
	}
	
#comments form #c_remember	{
	border: none;
	}
	
#comments label	{
	margin-bottom: 5px;
	}
	
#comments h3 span	{
	display: none;
	}
	
#co	{
	height:35px;
	background: transparent url('img/Post/h3co.jpg') no-repeat top left;
	}
	
#ajcomment	{
	height: 30px;
	margin: 15px 0px 30px 0px;
	font-size: 150%;
	color: #fff;
	}
	
/*------ Trackbacks -----*/

#trackbacks	{
	margin-top: 10px;
	background: transparent url('img/Post/bg_tb_comments.jpg') repeat-y top left;
	}
	
#trackbacks-bas	{
	padding: 0px 0px 40px 0px;
	background: transparent url('img/Post/bgtrackbacks.jpg') no-repeat bottom left;
	}
	
#trackbacks p	{
	margin: 10px 15px;
	}
	
#trackbacks blockquote	{
	margin: 0px 10px;
	}
	
#trackbacks p.notrackbacks	{
	height: 40px;
	margin: 10px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5	url('img/Post/fondtrackbacks.jpg') no-repeat 95% 95%;
	}
	
#trackbacks p.gotrackbacks	{
	margin: 10px;
	padding: 15px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5	url('img/Post/fondtrackbacks.jpg') no-repeat 95% 95%;
	}
	
#trackbacks p.pastrackbacks	{
	height: 20px;
	margin: 10px;
	padding: 5px;
	border: 1px solid #D5D5D5;
	background: #F5F5F5;
	}
	
#tb, #co	{
	margin-bottom: 15px;
	padding: 5px 10px 5px 10px;
	font-size: 150%;
	color: #fff;
	}
	
#trackbacks h3 span	{
	display: none;
	}
	
#tb	{
	height:35px;
	background: transparent url('img/Post/h3tb.jpg') no-repeat top left;
	}
	

/* -------------------------------------------------------
 La barre de navigation gauche
-------------------------------------------------------- */

/*--- Les elements généraux ---*/

#sidebarbas div	{
	margin: 10px;
	color: #000;
	}
	
#sidebar div ul	{
	margin: 0px 10px;
	list-style: none;
	}

/*--- Les Liens ---*/

#sidebar a, #sidebar a:visited	{
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
	
#sidebar a:hover	{	
	color: #000;
	text-decoration: none;
	}

/*--- Les titres ---*/
	
#sidebar h2	{
	height: 21px;
	line-height: 21px;
	margin: 5px 0px;
	padding: 0px 3px;
	font-size: 1.2em;
	color: #fff;
	}
	
#sidebar h2	span	{
	display: none;
	}

#search h2	{
	background-image: url('img/Sidebar/recherche.jpg');
	}
	
div#calendar h2	{
	background-image:url('img/Sidebar/calendrier.jpg');
	}
	
div#selection h2	{
	background-image:url('img/Sidebar/selection.jpg');
	}
	
div#categories h2	{
	background-image:url('img/Sidebar/categories.jpg');
	}
	
div#archives h2	{
	background-image:url('img/Sidebar/archives.jpg');
	}
	
div#links h2	{
	background-image:url('img/Sidebar/liens.jpg');
	}
		
div#syndicate h2	{
	background-image:url('img/Sidebar/syndication.jpg');
	}

/*--- Bloc calendrier ---*/

#sidebar div#calendar	{
	display: none;
	}

#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;
	}

#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;
	}

/*--- Bloc Archives ---*/	

#archives li:first-letter	{
	text-transform: uppercase;
	}

/*--- Bloc liens ---*/

#links h3	{
	margin: 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #666;
	}
	
#links li	{
	margin-left: 10px;
	}
	
/*--- Bloc Syndication ---*/

#sidebar div#syndicate a, #syndicate a:visited, #syndicate a:hover	{
	border: 0;
	}
		

/* -------------------------------------------------------
 Le pied de page
-------------------------------------------------------- */

#footer	p	{
	margin : 0px;
	}

#footer a, #footer a:visited, #footer a:hover	{
	color: #fff;
	border: 0;
	}
	
#footer img	{
	margin: 5px 0px 0px 5px;
	}