/* ***** 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 *****
 *
 * Contributor(s):
 *  Olivier Meunier
 */
 
body {
	margin : 0;
	padding : 0;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.75em;
	background : #e1e1e1;
	color : #333;
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.4em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
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; }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #6E602F;
}
a:hover, a:focus, a:active {
	color: #0373A1;
 	text-decoration : none;
      
}

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

h2, h3 {
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
}
h2 {
	font-weight : normal;
}

acronym {
cursor:help;
border-bottom:1px dotted #f00;
font-weight : bold;
}



/* Layout
-------------------------------------------------------- */
#page {
	width : 728px;
	margin : 0 auto;
	padding : 0;
	background: #fff url(images/bg.png) repeat-y left;
}

#top {
	margin : 0;
	background: #545454 url(images/head.png) repeat-x 0 6px;
	color : #39455B;
	height: 75px;
	padding: 1px 0 0 0;
	margin : 0 9px;
}
#top h1 {
	margin : 10px 0 0 10px;
}
#top a {
	color : #39455B;
	text-decoration : none;
}

#prelude {
	position : relative;
	top : -65px;
	margin : 0;
	padding : 0 15px 0 0;
	font-size : 0.85em;
	text-align : right;
	color : #abd6de;
}
#prelude a {
	color : #abd6de;
}
#prelude a:hover, #prelude a:focus {
	color : #0373A1;
}

#main {
	float : left;
	width : 460px;
	margin : 0 0 0 0.8em;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#content {
	padding : 1px 30px 1em 19px;
      Border-right: 1px solid #C8D7DF;
}


/* Sidebar
-------------------------------------------------------- */
#sidebar {
	margin-left : 515px;
	margin-right : 19px;
}
#sidebar h2 {
	font-weight : normal;
	color : #598F9A;
	text-transform : uppercase;
	border-top : 1px solid #C8D7DF;
	padding : 3px 0 0 0;
	margin : 1.3em 0.8em 0.3em 0;
}
#sidebar ul {
	padding-left : 1em;
	margin : 0 0 0 0;
}

#sidebar li {
	list-style : square;
	margin-top : 0.15em;
	font-size : 0.85em;
	color : #e2d6ad;
	background : transparent;
}

#sidebar li:hover {
	color : #39455B;
	background : transparent;
}

#sidebar a {
	text-decoration : none;
     font: normal 10px Verdana, Arial Narrow, Helvetica, Sans-serif;
}

#sidebar a:hover, a:focus, a:active {
	color: #FF0000;
 	text-decoration : underline;
}

.toggler {
	float: right;
      font: normal 10px Verdana, Arial Narrow, Helvetica, Sans-serif;
}


/* Calendar */
#calendar {
}
#calendar h2 {
	display : none;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0;
}

#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	margin : 0 auto;
}
#calendar abbr {
	border : none;
}

#calendar th, #calendar td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}

#calendar td.active {
	border : 1px solid #0373A1;
}
#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
      background: #E8F0F5;
      padding: 2px;
}

/* Search form */
#search {
}
#q {
}

/* Categories box */
#categories {
}

/* Archives box */
#archives {
}

/* Links box */ 
#links {
}

/* Syndication box */
#syndicate {
}

#flickrimg {
	/* float:left;
	position:relative; */
      background: #f6f6f6;
	width: 75px;
	margin-left:5px;
	margin-top:10px;
	border: 1px solid #ccc;
	padding:15px;
      font-size: x-small;
      text-align: center;
}

.flickrimg {
	border: 1px solid #666666;
	margin-bottom: 5px;
}



/* Footer
-------------------------------------------------------- */
#footer {
	clear: left;
	margin: 2em 9px 0;
	padding: 3px 10px 5px;
	color: #fff;
	background: #545454;
	font-size: 0.8em;
	text-align: right;
	line-height: 100%;
}
#footer a {
	color : #fff;
}


/* Post
-------------------------------------------------------- */
.day-date {
      font-family : Georgia, Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : large;
	font-weight : normal;
	margin-top : 2em;
	text-align : right;
      border-bottom : 1px solid #C8D7DF;
	color : #C60;
      padding-bottom: 3px;
	background : transparent;
}

.post {
	margin-bottom : 2.5em;
}
.post-title {
	margin : 0.8em 0 0 0;
	color : #39455B;
	background : /* #f3f3f3 */ url(images/boule.gif) no-repeat 0 40%;
      /* border: 1px solid #ccc; */
	padding : 6px 2px 2px 30px;
}
.post-title a {
	color : #394558;
	text-decoration : none;
}
.post-list-info {
	font-size : 0.85em;
	clear : both;
	color : #999;
	margin : 3px 0 12px 0;
      padding: 8px;
      border: 1px solid #C8D7DF;
      background: #E8F0F5;
}
.post-chapo {
	margin-top : 1em;
	margin-bottom : 2em;
      font-size: small;
      line-height:130%;
}

.post-list-content {
      font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
      line-height:130%;
      font-size: small;
	color : #000;
}

.post-content {
      font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
      line-height:130%;
      font-size: small;
      padding: 0px 0 10px 10px;
	color : #000;

}

blockquote {
  margin: 10px 5px 10px 30px;
  padding: 10px 0 0 30px;
  font-family:Georgia, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #333;
  text-align: justify;
  background: url(http://jeblog.free.fr/images/quotes.gif) no-repeat top left;
  }

.bluebox { 
 background:#eff4fa;
 padding:15px;
 line-height:140%;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 width:80%; 
 margin: auto;
 }

.highlight { background-color:#ffc; }

.post-info {
	font-size : 0.85em;
	clear : both;
	color : #666;
	margin : 0;
      padding: 5px 0 8px 0;
      text-align: right;
      border-top: 1px dotted #ccc;
}

.post-info-co {
	font-size : 0.85em;
	clear : both;
	color : #666;
	background : transparent url(images/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;

}


#trackbacks {
}
#comments {
}
#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 2em;
      font-size: 0.9em;
}

#trackbacks h3, #comments h3 {
	border-bottom : 1px solid #ccc;
      padding-bottom: 3px; 
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 4px 0 1em 0;
	padding : 1px 1em;
      font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style : normal;
      font-size: 1em;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
      font-size: 0.9em;
	margin : 0;
	background : transparent url(images/ico_comments.png) no-repeat 0 40%;
	padding-left : 13px;
}


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


/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #F3EEDC;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}


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


.pagenav {
	background: #f6f6f6;
	font-size: 11px;
	padding: 5px;
	text-align: center;
}