/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Samuel Latchman 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 *****
 *
 * Author: Zoe (http://www.callmepep.org/zoe)
 * Thème 3 colonnes dont celle du milieu fluide (version 1.2)
 *  
 */

 
/* -----------------------------------------------------	*/
/* General 							*/
/* -----------------------------------------------------	*/
body {
	margin : 0;
	padding : 0;
	background : white;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font : 12px "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	
}


.lettrine 	{
			float: left; 
			font-size: 2.5em; /* 2 hauteurs de lignes pour la lettrine*/
			font-weight: bold; /* caractére  gras*/
			font-family: Georgia, Times New Roman, Times, serif; /* Police de caractére */
			color: #663; /* couleur de la police de caractère */
			border: 0px solid #990000; /* définition d'une bordure autour de la lettrine*/
			background-color: #FFFFFF; /* couleur d'arriere plan de la lettrine */
			line-height: 0.8em; /* Hauteur du cadre de la lettrine */
			margin-top : 5px; /* Marge haute avec la ligne de dessus*/
			margin-right: 3px; /* marge droite avec caractéres  de droite*/
			}

table { font-size : 1em; }
p { margin : 1em 0; }
q { font-style : italic; }
ul { list-style-type : square; list-style-position : outside; }

pre { 
	width : 100%;
	padding-bottom : 1.5em;
	white-space:normal;
	/* caché pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
	overflow : auto;
	white-space : pre;
	/* Fin hack Ne pas supprimer cette ligne */
}
code { width : 100%;}
img  { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2.25em;  margin : 0.67em 0; 	  font-style : italic; }
h2 { font-size : 1.4em;   margin : 0.83em 0 0 0;  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; font-weight : normal; }
h3 { font-size : 1.3em;   margin : 1em 0; 	  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;}
h4 { font-size : 1em; 	  margin : 1.33em 0; }
h5 { font-size : 0.83em;  margin : 1.67em 0; }
h6 { font-size : 0.67em;  margin : 2.33em 0; }

h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
	color: #9D7250;
}


a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}




a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
}

.clear {
	clear : both;
	display : block;
	height: 1px;
	margin : 0;
	padding : 0;
}

/* -----------------------------------------------------	*/
/* Layout								*/
/* -----------------------------------------------------	*/
#page {
	width : 100%;
	margin : 0;
	padding : 0;
}
#main {
	width : 100%;
	float : left;
	margin-left : -200px;
	padding : 0;
}

#main h2 {
	padding : 0;
	color: #9D7250;
}

#wrapper {
	margin-left : 210px;
	padding : 0;
}

#wrapper h2 {
	padding : 0;
	color: #9D7250;
}

#extrabox {
	float : left;
	width : 160px;
        padding : 5px;
	margin : 5px 0;
	border : 1px solid #636;
	/*	background: #FFF url(/blog/image/top/bg_noel.jpg) repeat;*/
}

#extrabox h2 {
	padding : 0;
	color: #9D7250;
}


#content {
	margin-left : 180px;
	padding : 10px;
}

#content h2 {
	padding : 0;
	color: #9D7250;
}


#sidebar {
	float : right;
	width : 160px;
	padding : 5px;
	margin : 10px 10px 0;
	border : 1px solid #636;
	/*background: #FFF url(/blog/image/top/bg_noel.jpg) repeat;*/
}

/* -----------------------------------------------------	*/
/* Block "Top"							*/
/* -----------------------------------------------------	*/
#top {
	display : block;
	height: 245px;
	padding-left: 10px;
	/*background: #FFF url(/blog/image/top/bg_noel.jpg) repeat;*/
}


#top h1 {
	padding : 0;
	color: #63392B;
}

#top h1 a{
	text-decoration: none;
	color: #63392B;
}


#google_ad {
	float : center;
	padding-left : 10px;
}

.google {
	text-align : center;
	margin : 10px;
	padding-left : 10px;
	border : 0px solid #636;
}


.google_form {
	text-align : right;
}


/* Menu - Décoration  et comportement --------------------------------------------------- */
#menu_top		{
			height : 50px;
			margin : 0;
}
#menu_top ul 		{list-style-type: none;	white-space: nowrap; display: block; float: center; list-style: none outside;}
#menu_top li 		{font-family: Tahoma, Arial, Helvetica, sans-serif; display: block; width: 120px; float: left; list-style-type: none;}
#menu_top a 		{background: #fff;
                         width: 120px;
			 height: 2em;
			 border-top: 1px solid #ccc;
			 border-left: 1px solid #ccc;
			 border-bottom: 1px solid #ccc;
			 border-right: 1px solid #ccc;
			 padding: 0;
			 margin: 0 0 10px 0;
			 color: #555;
			 text-decoration: none;
			 display: block;
			 text-align: center;
			 font-weight: normal;
			 letter-spacing: 1px;
			 line-height: 2em;
			 font-size:    xx-small;      
			 voice-family: "\"}\"";   
			 voice-family: inherit;   
			 font-size:    x-small;   	
               		 font-weight: bold;
			}
#menu_top a.current,#menu a.current:hover {background: #ddd;	color: #636;}
#menu_top a:link, #menu a:visited {text-decoration:none;}
#menu_top a:hover{text-decoration: none;background-color: #ddd; color: #636;}

#navbar-top {
	float : center;
	margin : 0;
	padding : 0;
}
.navbar {
	text-align : right;
}

/* -----------------------------------------------------	*/
/* Block "Footer"						*/
/* -----------------------------------------------------	*/
#footer {
	clear : both;
	margin : 0 0 10px 0;
	padding : 10px;
}
#dotclear {
	float : left;
	margin : 0;
	padding : 0;
}
#navbar-bottom {
	float : right;
	text-align : right;
	margin : 0;
	padding : 0;
}

/* -----------------------------------------------------	*/
/* Block "Sidebar"						*/
/* -----------------------------------------------------	*/
#sidebar h2 {
	padding : 0;
	color: #9D7250;
}
#sidebar ul {
	list-style-type : none;
	margin-top : 0.15em;
}
#sidebar li {
	list-style : square;
	margin-top : 0.15em;
	color : #999;
}

#sidebar li:hover {
	color : #333;
}

/* Calendar box ------------------------------------	*/
#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;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #;
}

/* Search form box --------------------------------	*/
#search {
	margin : 0;
	padding : 0;
}
#search h2 {
}

/* Categories box ----------------------------------	*/
#categories {
	margin : 0;
	padding : 0;
}
#categories h2 {
}

/* Archives box ------------------------------------	*/
#archives {
	margin : 0;
	padding : 0;
}
#archives h2 {
}

/* Links box -----------------------------------------	*/
#links {
	margin : 0;
	padding : 0;
}
#links h2 {
}

/* Syndication box --------------------------------	*/
#syndicate {
	margin : 0;
	padding : 0;
}
#syndicate h2 {
}

/* Themes box --------------------------------------	*/
#themes {
	margin : 0;
	padding : 0;
}
#themes h2 {
}

/* -----------------------------------------------------	*/
/* Post								*/
/* -----------------------------------------------------	*/

  


.day-date {
	font-size : 1em;
	font-weight : bold;
	margin : 0;
	text-align : right;
	color : #036;
	border-top : 1px solid #000;
}
.post {
	padding : 10px;	 
}


.post a#sendToFriendLink {
	color : #A71602;
}


}
.post-title {
	color : #036;
	margin : 0;
	padding : 10px;
}
.post-info {
	color : #666;
	margin : 0;
	padding : 10px;
}
.post-info a {  }
.post-info a:hover {  }
.post-chapo {
	margin: 1em 0;
	padding: 10px;
}

.post-content {
	text-align : justify;
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;	
}

.post-info-co {
    padding : 0;
    text-align : right;
 }

.post-info-co a {  }



/* -----------------------------------------------------	*/
/* Comments & Trackbacks				*/
/* -----------------------------------------------------	*/
#trackbacks, #comments {
}
#comments-list, #trackback-list {
	margin : 0;
	padding : 10px;
}
#comment-preview {
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0;
	padding : 0;
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;


}
.comment-info {
	margin : 0;
	padding : 10px;
}


#trackbacks .comment-info {
}
#comments .comment-info {
}
.comment-number {
	font-weight : bold;
}
.comment-number a {
	text-decoration : none;
}
.linktop {
	margin : 0;
	padding : 0;
}

.comback_content{
	background: #EFA;
}




/* -----------------------------------------------------	*/
/* Form								*/
/* -----------------------------------------------------	*/
#add-comment, #change-comment {
	margin : 0;
	padding : 10px;
}
#comment-form {
	margin : 0;
	padding : 10px;
}
#dcwikibar {
	margin : 0;
	padding : 10px;
}
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 10px;
}
input, textarea {
}
input[type], textarea[name] {
}
input[type=submit], input[type=reset] {
}
input[type=submit]:hover {
}
textarea {
	margin : 0;
	padding : 0;
        width : 80%;
}

}
p.field {
	margin : 0;
}
p.field label {
	display : block;
}
.form-help {
}
input.preview {
}
input.submit {
}
#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}

/* -----------------------------------------------------	*/
/* Error messages						*/
/* -----------------------------------------------------	*/
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}

/* -----------------------------------------------------	*/
/* Extra blocks						*/
/* -----------------------------------------------------	*/
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}



