/* ***** 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 : #fff;
	color : #000;
	text-align: center;
}


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; font-weight : normal; }
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 { 
	font-family : "Courier New",monospace;
	font-size : 1em;
	color:#0D57BB;
	}

pre {
	width : 530px;
	overflow:auto;
	overflow-y:hidden;
	padding: 5px 5px 20px 20px;
	border:#A79989 1px solid;
	background:#eee url('images/50lignes.gif') no-repeat 0 0;
	margin:1em 0;
	line-height:16px;
	font-family : "Courier New",monospace;
	font-size : 1em;
	}

q { 
	font-style : italic; 
	}


a {
	color:#B6482D;
	text-decoration:none;
}
a:hover, a:focus, a:active {
	color: red;
}
/*

#main a[hreflang]:after {
	content: "[" attr(hreflang) "]";
	color : #666;
	font-family : monospace;
	font-size:smaller;
	text-align:left;
}

#main a[hreflang=fr]:hover:after {
	content: "\0000a0\0000a0\0000a0\0000a0";
	background:transparent url('images/flags/fr.gif') no-repeat right 50%;
}

#main a[hreflang=en]:hover:after {
	content: "\0000a0\0000a0\0000a0\0000a0";
	background:transparent url('images/flags/uk.gif') no-repeat right 50%;
}

*/

/*
.post-chapo a:hover, .post-content a:hover {
	color:#000;
	background:transparent url('images/lnk2.gif') repeat-x 0px 0px;
}
*/

/* Layout
-------------------------------------------------------- */
#page {
	width : 808px;
	position: relative;
	margin: 0px auto 0px auto;
	background: transparent url('images/bg.gif') repeat-y 0 0;
	text-align:left;
	
}

/*#page{_height:1%;overflow:hidden;}*/

#top {
	background: transparent url('images/header1.jpg') no-repeat 0 0;
	height:317px;
	margin-left:11px;
}

#top h1 {
	position: absolute;
	top:292px;
	left:24px;
	width:400px;
	margin:0px;
	font-family:"Trebuchet MS", Verdana;
	letter-spacing:.1em;
	font-size:1.5em;
	
}

#top a, #prelude a {
	text-decoration : none;
	color:#EA8C10;
}

#prelude {
	position:absolute;
	right:20px;
	font-size:.9em;
	top:-100px;
}

#main {
	width : 580px;
	margin-right :0px;
	float: left;
}



/* Sidebar
-------------------------------------------------------- */
#sidebar {
 	width: 195px;
	margin-left: 595px;
	padding-right: 10px;
}

#sidebar h2 {
	padding : 10px 0px 11px 45px ;
	margin : 1em 0 .1em 0;
	background:transparent url('images/face1.gif') no-repeat 0px 50%;
	font-size:1.8em;
	color:#B99356;
	font-family:"Trebuchet MS", Verdana;
}
#sidebar ul {
	padding:0px;
	margin :0px;
	list-style-type:none;
}


#sidebar a {
	text-decoration : none;
	color:#000;
}

#sidebar li {
	display:inline;
	}

#sidebar li a {
	display:block;
	padding : 0.2em 0px;
	background:transparent url('images/puce4.gif') no-repeat 4px 50%;
	padding-left:14px;
	color:#B99356;
}


#sidebar li a:hover,
#sidebar li a:focus {
	color : #000;
	background-color:#E3CA99;
}


/* Calendar */
#calendar {
	padding:.1em;
	margin-top:1em;
}
#calendar h2 {
	background:transparent url('images/face6.gif') no-repeat 0px 50%;
}
#calendar table {
	border-collapse : collapse;
	font-size : .9em;
	margin : 0 auto;
	color:#B99356;
}

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

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

#calendar td.active {
	background-color: #FF9000;
}
#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
}

/* Search form */

#search .field {
	text-align:center;
	}

#search .field input {
	background-color:#EEE8D7;
	border:#D9C2A0 1px solid;
	}



#search .submit {
	color:#FF7E00;
	font-weight:bold;
	width:40px;
}
#search .submit:hover {
	color:#696E0E;
	background-color:#A5AA27;
	cursor:pointer;
}
#q {
	width:140px;
}

/* Categories box */
#categories h2 {

	background:transparent url('images/face2.gif') no-repeat 0px 50%;
}



/* Archives box */
#archives h2 {

	background:transparent url('images/face3.gif') no-repeat 0px 50%;
}

/* Links box */ 
#links h2 {
	background:transparent url('images/face4.gif') no-repeat 0px 50%;
}

#selection h2 {
	background:transparent url('images/face5.gif') no-repeat 0px 50%;
}

/* Syndication box */
#syndicate {
}


/* Footer
-------------------------------------------------------- */
#footer {
	background-color:#FFAB3D;
	border-bottom:#905100 1px solid;
	border-top:#905100 1px solid;
	padding:2px 5px;
	margin:50px 11px 0px 11px;
	clear: both;
}

#footer a {
	text-decoration:none;
	}

/* Post
-------------------------------------------------------- */
.day-date {
	font-size : 1.4em;
	margin-bottom : 0px;
	text-align : right;
	font-family: courier,Verdana;
	color:#B99356;
	display:none;
}

.post, #trackbacks, #comments, #comment-preview {
	margin : 15px 0;
	margin-left:14px;
	padding:2px 6px 6px 6px;
}



.post {
	background:transparent url('images/face7.gif') no-repeat 5px 20px;
}


.post.graphique {
	background-image:url('images/face8.gif');
}

.post.code {
	background-image:url('images/face9.gif');
}

.post.journal {
	background-image:url('images/face10.gif');
}

.post.cinema {
	background-image:url('images/face11.gif');
}

.post-title {
	margin : 0px;
	color : #775D39;
	font-family:"Trebuchet MS", Verdana;
	background:transparent url('images/frise1.gif') repeat-x top left;
	padding-top : 20px;
	font-size:1.5em;
}

.post-title a {
	color : #775D39;
	text-decoration : none;
}

.post-title, .post-info {
	padding-left:40px;
}

.post-info, .post-info a {
	font-size : 0.85em;
	margin:0;
	padding-bottom:2px;
	color:#A19288;
	
}
.post-chapo {
	margin-bottom: 1.5em;
}

.post-content, .post-chapo {
	text-align:justify;
	line-height:1.4em;
	
	}

.post-content .intro+p {
	text-align:right;
	}

.post-content .intro+p a {
	border:#D6BE90 1px solid;
	background:transparent url('images/puce2.gif') no-repeat 6px 50%;
	padding: 2px 8px 2px 25px ;
	color:#B99356;
	}

.post-content .intro+p a:hover,
.post-content .intro+p a:focus {
	text-decoration:none;
	background:transparent url('images/puce3.gif') no-repeat 6px 50%;
	border-color:#B99356;
	}

.post-content ul {
	text-align:left;
	margin: 1em auto;
	padding: 1em 1em 1em 2em;
	border:#fff 1px solid;
	background-color:#eee;
	width:70%;
}

.post-content ul li {
	list-style-type:none;
	list-style-image:url('images/puce1.gif');
	}

.post-content ul li:hover {
	list-style-image:url('images/puce3.gif');
	}

.post-content li {
	padding: 0 0 .8em 0;
	}

.post-content ol li {
	padding: 0 0 .3em 0;
	}

.post-content li a {
	text-decoration:none;
	padding:1px 2px;
	}

.post-content li a:hover {
	background:#A79989;
	color:#fff;
	text-decoration:none;
	}

.post-content img {
	border:#C4B7AE 1px solid;
	
	background:#fff;
	padding:3px;
	margin:.5em;
	}

.post-content a:hover img {
	border:#000 1px dashed;
	}

.post-content .smiley {
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	}

.post-content blockquote {
	font-style:italic;
	border-left:#C4B7AE 3px dotted;
	border-right:#C4B7AE 3px dotted;
	margin-left:1em;
	padding-left:1em;
	margin-right:1em;
	padding-right:1em;
}

.post-info-co {
	margin-bottom:2px;
}

.post-info-co a {
	padding:1px 4px;
	text-decoration:none;
	position:relative;
	background : transparent url('images/puce4.gif') no-repeat 4px 50%;
	padding-left:18px;
}


.post-info-co a:hover,
.post-info-co a:focus {
	top:1px;
	left:1px;
	background:#E38100;
	text-decoration:none;
	color:#fff;
	}


#tb, #co {
	font-size:1.4em;
	font-weight:bold;
	color : #000;

}

#comments {
	padding-bottom:2em;
}


#comment-preview {
}


#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 2px 0 1.5em 0;
	font-style : normal;
	border-top:#A79989 1px solid;
}

.comment-info {
	margin : 0;
	padding-left : 15px;
	background : transparent url('images/puce3.gif') no-repeat 0 50%;
}

#comments blockquote img.gravatar_img {
	float:right;
	position:relative;
	top:-1.5em;
	border-left:#A79989 1px solid;
	padding-left:4px;
	background-color:#EDE2C0;
	}


/* 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;
}

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


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

#main input[type=submit]:hover {
	background : #f60;
	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 {
}
