/* ***** 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: Julien Jabouin - Chatlumo (http://www.chatlumo.fr)
 * Thme Buzz Litteraire (version 1.0)
 *
 */


/* -----------------------------------------------------	*/
/* General							*/
/* -----------------------------------------------------	*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin : 0;
	padding : 0;
	background-color: #666666;
	text-align: center;
	color : #000000;
	/*font : 85% Arial,Helvetica,sans-serif;*/
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.6em;
}

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 : bold; color: #054286; }
h3 { font-size : 1em;   margin : 0.5em 0; 	  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif; color:#9D1961;}
h3.avis {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:1.3em;
	margin:1em 0pt;
}
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; }

a:link 	  { color : #003366; text-decoration : underline; }
a:visited { color : #003366; text-decoration : none; }
a:hover   { 
	color : #003366; 
	font-weight: bold;
	text-decoration : underline overline;  
}
a:active  { text-decoration : none; }
a:focus   { text-decoration : none;}

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

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

/* -----------------------------------------------------	*/
/* Layout								*/
/* -----------------------------------------------------	*/
#page {
	width : 980px;
	margin : 10px auto;
	padding : 5px;
	border : 1px solid #C0C0C0;
	background-color:#FFFFFF;
}
#main {
	width : 980px;
	padding : 0;
	margin : 0;
}
/*#wrapper {
	float : right;
	width : 580px;
	margin : 0;
	padding : 0;
}*/
#wrapper {
	float : right;
	width : 741px;
	margin : 0px 7px 0px 18px;
	padding : 0;
	/*background-color:#9999CC;*/
}
/*#content {
	float : left;
	width : 400px;
	margin : 0;
	padding : 0;
}*/
#content {
	float : left;
	width : 516px;
	margin : 0px 25px 0px 0px;
	padding : 0;
	/*background-color:#FFCCFF;*/
}
/*#sidebar {
	float : right;
	width : 160px;
	padding : 5px;
	margin : 0;
	border-left : 1px solid #000;
}*/
#sidebar {
	float : right;
	width : 200px;
	/*padding : 5px;*/
	margin : 0;
	/*background-color:#00FFFF;*/
	/*border-left : 1px solid #000;*/
	text-align:left;
	font-size:0.85em;
	line-height:normal;
}
/*#extrabox {
	float : left;
	width : 150px;
	padding : 5px;
	margin : 0;
	border-right : 1px solid #000;
}*/
#extrabox {
	float : left;
	width : 200px;
	/*padding : 5px;*/
	margin : 0px 7px;
	/*border-right : 1px solid #000;*/
	/*background-color:#CCFF99;*/
	font-size:0.85em;
	line-height:normal;	
}
.finbloc {
	padding-bottom : 15px;
	border-bottom : 1px dotted #054286;
}
#rubriques ul {
	list-style-type:none;
	margin: 0;
	margin-top:10px;
	padding:0pt;
	text-align:left;
}
h2.rubrique {
	text-align:left;
	background:transparent url(img/bulle.png) no-repeat scroll 0pt 50%;
	padding: 0 0 0 22px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:17px;
}
.titrecat {
	border:0px solid #CCCCCC;
	color:#003366;
	font-style:italic;
	padding:0em;
	text-align:justify;
}
#actu {
	text-align:left;
	line-height:normal;
}
#actu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#actu li {
	margin-bottom:5px;
	list-style:none;
}
#actu a {
	color:#000000;
	text-decoration: underline;
}
#lastcomments ul {
	margin:0;
	padding:0;
	margin-left:12px;
	text-align:left;

}
#googlebas {
	margin-top:5px;
	text-align:center;
}
#newsletter h2 {
	margin-top:0;
}
#buzz {
	text-align:center;
}
#dossiers {
	text-align:center;
	line-height:normal;
}
#humeurs {
	text-align:center;
}
#rentree {
	text-align:center;
}
#livresenvue {
	text-align:center;
}
#newsletter {
	text-align:center;
}
/* -----------------------------------------------------	*/
/* Block "Top"							*/
/* -----------------------------------------------------	*/
#top {
	margin : 0;
	/*padding : 5px 0px 0px 0px;*/
}
#entete {
	border-top:2px dotted #9D1961;
	height:25px;
	padding-top:10px;
}
#top h1 {
	float : left;
	margin : 0;
	padding : 0;
}
.fgauche {
	float:left;
}
.fdroite {
	float:right;
}
#navbar-top {
	float : right;
	margin : 0;
	padding : 0;
}
#pubhaut {
	width: 100%;
	text-align: center;
	/*min-height: 90px;*/
	height: 90px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#textesupp {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.navbar {
	text-align : right;
}

/* -----------------------------------------------------	*/
/* Block "Footer"						*/
/* -----------------------------------------------------	*/
#presse {
	clear : both;
	margin : 0;
	padding : 10px 10px 0px 10px;
}
#footer {
	clear : both;
	margin : 0;
	padding : 5px 10px 5px 10px;
	background-color: #11406a;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}
#footer a {
	color:#FFFFFF;
}
#dotclear {
	width : 30%;
	float : left;
	margin : 0;
	padding : 0;
}
#navbar-bottom {
	width : 65%;
	float : right;
	margin : 0;
	padding : 0;
}
.clear {
	clear : both;
	margin : 0;
	padding : 0;
	height:1px;
}

/* -----------------------------------------------------	*/
/* Block "Sidebar"						*/
/* -----------------------------------------------------	*/
/*#sidebar h2 {
	padding : 0;
}*/
#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 ------------------------------------ */
#calendar {
	margin : 0;
	padding : 0;
}
#calendar h2 {
	display : none;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}
#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	margin : 0 auto;
}
#calendar abbr {
	border : none;
	font-style : normal;
}
#calendar th, #calendar td {
	font-weight : normal;
	border : none;
	padding : 1px;
}
#calendar td {	
	text-align : center;
}
#calendar td.active {
	border : 1px solid #000;
}
#calendar td.active a {
	font-weight : normal;
	color : #000;
}
#calendar a {
	color : #CC0000;
}

/* Search form box --------------------------------	*/
/*#search {
	margin : 0;
	padding : 0;
}*/
#search h2 {
	display:inline;
	font-size: 1em;
}

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

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

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

/* Syndication box ----------------------------------- */
#syndicate {
	margin : 0;
	padding : 0;
	display:none;
}
#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;
}*/
.day-date {
	color:#9D1961;
	font-size:0.9em;
	/*font-weight:bold;*/
	margin:0pt;
	text-align:right;
}
.post {
	padding : 0 0;
	margin-bottom : 2em; 
}
/*
.post {
	padding : 5px 0;
	margin-bottom : 4em; 
	background-color : #f6f6f6;
	border-top:2px dotted #9D1961;
	border-bottom:2px dotted #9D1961;
}
*/
/*.post-une {
	padding : 5px 0;
	margin-bottom : 4em; 
	background-color : #f6f6f6;
	border-top:2px dotted #9D1961;
	border-bottom:2px dotted #9D1961;
} 
*/
.post h2 a {
	text-decoration:none;
}
.post h2 a:hover {
	text-decoration:underline overline;
}
.post-title {
	color : #660032;
	margin : 0 0 0.7em;

	padding:0pt 0pt 0pt 27px;
	background:transparent url(img/plume.gif) no-repeat scroll 0pt 50%;
	text-align:left;
	font-size: 1.2em;
	/*border-top:1px dotted #9D1961;*/
}
/*.post-title {style.css (line 266)
background:transparent url(images/plume.gif) no-repeat scroll 0pt 50%;
color:#660032;
margin:0pt 0pt 2px;
padding:0pt 0pt 0pt 27px;
}*/
.post-info {
	color : #666;
	margin : 0;
	/*padding : 5px 0;*/
	text-align: right;
	font-size: 0.85em;
}
.post-info a { 
	
}

.post-chapo {
	margin : 0;
	padding : 0;
	text-align:justify;
	margin-bottom:15px;
}
.post-content {
	margin : 0;
	padding : 0;
	text-align : justify;
}
.post-content a {
	color: #054286;
	text-decoration:underline;
}
.post-info-co {
	padding : 0;
	text-align : right;
}
.post-info-co a {  }

/* -----------------------------------------------------	*/
/* Comments & Trackbacks				*/
/* -----------------------------------------------------	*/
#trackbacks, #comments {
}
#comments-list, #trackback-list {
	margin : 0;
	padding : 0;
}
#comment-preview {
}
#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	border:2px solid #003366;
	display:block;
	padding:5px 10px;
}
#comments blockquote.comback_content {
border: none;
background-color:#DEE;
}
.comment-info {
	margin : 0;
	padding : 0;
}
#trackbacks .comment-info {
}
#comments .comment-info {
}
.comment-number {
	font-weight : bold;
}
.comment-number a {
	text-decoration : none;
}
.linktop {
	margin : 0;
	padding : 0;
}

/* -----------------------------------------------------	*/
/* Form								*/
/* -----------------------------------------------------	*/
#add-comment, #change-comment {
	margin : 0;
	padding : 0;
}
#comment-form {
	margin : 0;
	padding : 0;
	text-align:center;
}
#comment-form p.field label {
	display:block;
}
#dcwikibar {
	margin : 0;
	padding : 0;
	padding : 2px;
}
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}
input {
	/*background-color: #FFFFFF;*/
	/*border-left: 1px solid black;
	border-bottom: 1px solid black;*/
	/*color: #054286;*/
	background:#FBFAF4 none repeat scroll 0%;
	border:2px solid #660032;
}
input.recherche {
	background: #FFFFFF;
	border: 1px solid black;
	color: #054286;
}
input.recherche2 {
	background: #FFFFFF;
	border: none;
	color: #054286;
}
input[type], textarea[name] {
}
input[type=submit], input[type=reset] {
}
input[type=submit]:hover {
}
textarea {
	margin : 0;
	padding : 0;
	background:#FBFAF4 none repeat scroll 0%;
	border:2px solid #660032;
}
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 {
}

hr { border:0 ; border-top:2px dotted #9D1961; margin: 30px 0; }
.home-titre { text-align:left; margin-bottom:8px; }
.home-titre a { color:black; text-decoration:underline; }
.home-titre a:hover { text-decoration:none; font-weight:normal; }
a.actu-first { font-size:1.1em; font-weight:bold; }
.first {
background-color:#FFF7FC;
border:1px solid #9D1961;
padding:10px;
}