/* ***** 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
 *  amalgame
 */
body{
background: #000000;
margin:0em;
padding:0em;
color:#000;
font:90% Arial, Helvetica, sans-serif;
voice-family: "\"}\"";
voice-family:inherit;
font-size:small;
}
html>body{
font-size:small;
margin:0em;
padding:0em;
}
h1{
margin:0em 0em 0em 2.5em;
padding:0em;
text-align:center;
color:#FFFFFF;
}
h1 a,h1 a:visited,h1 a:active{
color:#FFFFFF;
text-decoration:none;
}
h1 a:hover{
color:#CC0000;
}
#prelude{
margin:0em 0em 0em 5em;
padding:0em;
text-align:center;
}
h2{
margin:0.5em 0.6em;
padding:0em;
color:#666666;
}
h3{
margin:0.5em 0.8em;
padding:0em;
}
h4{
margin:0.5em 1em;
padding:0em;
}
a{
color:#990000;
text-decoration:none;
}
a:hover{
color:#999999;
}
code,pre { font-family : "Courier New",monospace; font-size : 1em; overflow:auto; border:1px dotted #666; background: #FEE7B9;}

q { font-style : italic; }

#header{
float:left;
margin:0em;
padding:0em 0em 0em 9em;
width:80%;
line-height:normal;
background:url(images/degradeSite.gif) left repeat-y;
}
#bandeau{
margin:0em;
padding:0em;
background: #000000 url(images/Bandeau.jpg) no-repeat;
height:120px;
}
.desc{
margin:1em 0em 1.5em 5em;
padding:0em;
text-align:center;

color:#FFFFFF;
}
#header ul{
margin:0;
padding:10px 10px 0;
list-style:none;
}
#header li{
float:left;
background:url("images/left.gif") no-repeat left top;
margin:0;
padding:0 0 0 9px;
}
#header a{
float:left;
display:block;
background:url("images/right.gif") no-repeat right top;
padding:5px 15px 4px 6px;
text-decoration:none;
font-weight:bold;
color:#666666;
}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover{
color:#CC0000;
}
#header #current{
background-image:url("images/left_on.gif");
}
#header #current a{
background-image:url("images/right_on.gif");
color:#333;
padding-bottom:5px;
}

p{
margin:0em;
padding:0.5em 1em;
font-size:1em;
text-align:justify;
}
img{
border:none
}

/* Layout
-------------------------------------------------------- */

#conteneur{
width:95%;
margin:0.5em auto 0.5em auto;
padding:0.2em;
text-align:left;
border:1px solid #999999;
background-color: #000000;
}

#contenu{
clear:both;
margin:0em auto 0em auto;
padding:1em 1em 1em 9em;
background: #FFFFFF url(images/degradeSite.gif) left repeat-y;
}

#page {
	margin : 0 auto;
	padding : 0;
	min-height:400px;
}
#main {
	float : left;
	width:70%;
	margin:0em;
	padding-left : 10px;
	
}
#main h3 {
	color : #333;
	margin-top : 2em;
}
#content {
	padding : 1px 0 1em 19px;

}
.spacer{
text-align:center;
margin:1em;
clear:both;
}

#footer {
clear:both;
margin:0em auto 0em auto;
padding:0.5em 0em 0.5em 10em;
text-align:center;
font-size:0.7em;
background: #FFFFFF url(images/degradeSite.gif) left repeat-y;
}
#dotclear {
clear:both;
margin:0em auto 0em auto;
padding:0.5em 0em 0.5em 10em;
text-align:center;
font-size:0.8em;
}
/* Sidebar
-------------------------------------------------------- */
#sidebar {
	float:right;
	width : 12em;
	margin : -0.2em 1em 0em 0em;
	font-size:0.9em;
}
#sidebar h2 {
	font-weight : normal;
	color:#666666;
	border-top : 2px solid #A3A3A3;
	padding : 0;
	margin : 1.3em 0 0.3em 0;
}
#sidebar ul {
	padding : 0;
	margin : 0;
}

#sidebar li {
	margin : 0;
	padding-left : 25px;
	color : #666666;
	list-style : none;
	background: url(images/mini-projecteur.gif) no-repeat left bottom;
}
#sidebar li a {
	text-decoration : none;
	color:#999999;
}
#sidebar li a:hover {
	color:#990000;
}
/* Calendar */
#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#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: #CC0000;
	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: #FEE7B9;
	border:1px solid #000000;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

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

/* Search form */
#search {
}
#q {
}
/* Archives box */
#archives {
}

/* Links box */ 
#links {
}

/* Syndication box */
#syndicate {
}
/* Post
-------------------------------------------------------- */
.day-date {
	font-size : 0.8em;
	font-weight : bold;
	margin-top : 2em;
	text-align : right;
	border-top : 1px dotted #0066CC;
	color : #666;
	background : transparent;
}

.post {
	margin-bottom : 2.5em;
}
.post-title {
	margin : 0.8em 0 0 0;
	color : #39455B;
	height : 2em;
	background : transparent url(images/projecteur.gif) no-repeat 0 40%;
	padding-left : 35px;
}
.post-title a {
	color : #394558;
	text-decoration : none;
}
.post-info {
	font-size : 0.85em;
	clear : both;
	color : #666;
	margin : 0;
}
.post-chapo {
	margin-bottom : 2em;
}
.post-content {
}
.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;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 1em;
	font-style : normal;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
	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: #FEF1D9;
}

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

input[type=submit]:hover {
	background : #CC0000;
	color : #fff;
	cursor : pointer;
}

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
-------------------------------------------------------- */
p.suite a {
	background : #FEE7B9;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
	
}

p.suite a:hover {
	background:#CC0000;
	color:white;
}