/* ***** 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 : 0px;
	padding : 0px;
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color : #FFA500;
	background: #333333 url(images/fond.gif) repeat-y center 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; }
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 : #FFA500;
}
a:hover, a:focus, a:active {
	color: #DDDDDD;
}

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

h2, h3 {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}
h2 {
	font-weight : normal;
}


/* Layout
-------------------------------------------------------- */
#page {
	width : 668px;
	margin : 0px 0px 0px -334px;
	padding : 0px;
	left: 50%;
	top: 0px;
	position: absolute;
	background-color: #333;
}

#top {
	margin : 0px;
	background: #333 url(images/header.png) no-repeat;
	color : #333;
	height: 200px;
	padding: 0px;
	font-size: 18px;
}
#top h1 {
	margin : 0px;
	font-size: 20px;
	color: #333;
	padding: 0px;
	position: absolute;
	right: 10px;
	top: 172px;
	font-weight: normal;
}
#top a {
	color : #FFFFFF;
	text-decoration : none;
}

#main {
	float : right;
	width : 435px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	background-color: #333333;
}

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

#content {
	padding : 0px;
	margin: 5px 0px 5px 0px;
}


/* Sidebar
-------------------------------------------------------- */
#sidebar {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 15px;
	float: left;
	width: 200px;
	background-color: #333;
}
#sidebar h2 {
	color : #FF8C00;
	padding : 0px;
	margin : 5px 0px;
	background-image: url(images/minifond.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
#sidebar h2 span {
	background-color: #333;
	background-image: url(images/carre.bmp);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-position: left center;
}
#sidebar ul {
	margin : 0px 0px 0px 25px;
	padding: 0px;
}

#sidebar li {
	list-style : disc;
	color : #fff;
	background : transparent;
	margin: 0px;
	padding: 0px;
}

#sidebar li:hover {
	color : #333333;
	background : #333333;
}

#sidebar a {
	text-decoration : none;
}


/* Calendar */
#calendar {
	text-align: center;
}
#calendar h2 {
}
#calendar table {
	border-collapse : collapse;
	font-size : 10px;
	margin : 0 auto;
}

#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 12px;
	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 #FF8C00;
}
#calendar td.active a {
	font-weight : bold;          
}

#calendar a {
	font-weight : bold;
             color : #FFDEAD;
}

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

/* Categories box */
#categories {
}

/* Archives box */
#archives {
}

/* Links box */ 
#links {
}

/* Syndication box */
#syndicate {
}


/* Footer
-------------------------------------------------------- */
#footer {
	clear: right;
	margin: 0px;
	padding: 5px;
	color: #fff;
	background: #333;
	font-size: 10px;
	text-align: left;
}
#footer a {
	color : #FF8C00;
}


/* Post
-------------------------------------------------------- */
.day-date {
	font-size : 10px;
	font-weight : bold;
	margin: 10px 0px 5px;
	text-align : center;
	color : #FF8C00;
	background : url(images/minifond.gif) repeat-x center center;
}
.day-date span {
	background-color: #333;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.post {
	margin-bottom : 2.5em;
}
.post-title {
	margin : 0em;
	color : #FF8C00;
	background : url(images/carre3.bmp) no-repeat left center;
	padding-left : 36px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
}
.post-title a {
	color : #FF8C00;
	text-decoration : none;
}
.post-info {
	font-size : 10px;
	clear : both;
	color : #fff;
	margin : 0px;
	padding: 0px 0px 0px 36px;
}
.post-chapo {
	margin: 0px 0px 0px 46px;
	padding: 0px;
	font-size: 10px;
	color: #333;
}
.post-content {
	font-size: 12px;
	color: #FFDEAD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF8C00;
}
.post-info-co {
	font-size : 10px;
	clear : both;
	color : #FF8C00;
	background : url(images/puce_commentaire.gif) no-repeat left center;
	padding-left : 15px;
	margin-left: 36px;
}


#trackbacks {

}
#comments {

}
#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin: 0px 0px 0px 36px;
}

#trackbacks h3, #comments h3, #comment-preview h3 {
	color: #FF8C00;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #FF8C00;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	width: 300px;
	margin : 5px 0 10px 0;
	padding : 5px;
	font-style : normal;
	border : 1px solid #333333;
	color : #FF8C00;
	background : #333333;
}

.comment-info {
	margin : 0;
	background : url(images/puce_commentaire.gif) no-repeat left center;
	padding-left : 15px;
	color: #FFDEAD;
}


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


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

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

input[type=submit], input[type=reset] {
	background : #333;
	color : #FF8C00;
}

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

textarea {
	width: 300px;
}

p.field {
	margin : 5px 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 10px;
}

.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 {
}
