/* ***** 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: Zoe
 * Thème : default-3cols-1fluide
 *  
 */


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

body {
	margin : 0;
	padding : 0;
	background : Cornsilk;
	color : #432000;
	font : 12px "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
}

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 : normal; }
h3 { font-size : 1.3em;   margin : 1em 0; 	  font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;}
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 : #630; text-decoration : none; }
a:visited { color : #522200; text-decoration : none; }
a:hover   { color : #630; text-decoration : none;  }
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 : 100%;
	margin : 0;
	padding : 0;
}
#main {
	width : 100%;
	float : left;
	margin-left : -200px;
	padding : 0;
}
#wrapper {
	margin-left : 210px;
	padding : 0;
}
#extrabox {
	float : left;
	width : 180px;
	padding : 5px;
	margin : 10px 0;
	border : 1px solid #000;
}
#content {
	margin-left : 200px;
	padding : 10px;
}
#sidebar {
	float : right;
	width : 160px;
	padding : 5px;
	margin : 10px 10px 0;
	border : 1px solid #000;
}

/* ---------------------------------------------------- */
/* Block "Top"						*/
/* ---------------------------------------------------- */
#top {
	margin : 0;
	padding : 10px;
	display : block;
}
#top h1 {
	float : left;
	margin : 0;
	padding : 0;
	
}
#navbar-top {
	float : right;
	margin : 0;
	padding : 0;
}
.navbar {
	text-align : right;
}

/* ---------------------------------------------------- */
/* Block "Footer"					*/
/* ---------------------------------------------------- */
#footer {
	clear : both;
	margin : 0 0 10px 0;
	padding : 10px;
}
#dotclear {
	float : left;
	margin : 0;
	padding : 0;
}
#navbar-bottom {
	float : right;
	text-align : right;
	margin : 0;
	padding : 0;
}

/* ---------------------------------------------------- */
/* Block "Sidebar"					*/
/* ---------------------------------------------------- */
#sidebar h2 {
	padding : 0;
}
#sidebar ul {
	list-style-type : none;
	margin-top : 0.15em;
}
#sidebar li {
	list-style : url(images/fleche.png);
	margin-top : 0.15em;
	padding-right : 5px;
	color : #960;
}

#sidebar li:hover {
	color : #963;
}

#sidebar texteperso { 
	font-size : 1.1em;
	margin : 1em 0;
	font-family : "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight : bold;
}

/*debut des modifs pour le menu deroulant */

/*dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}*/
/*#menu {
/*position: absolute; /* placement du menu, à modifier selon vos besoins 
top: 0;
left: 0;
}*/
#menu {
/*width: 15em; */
}
#menu dt {
cursor: pointer;
margin: 0px 0;;
/*height: 20px; 
line-height: 20px; 
text-align: center; */
font-weight: bold;
/*border: 1px solid gray; 
background: #ccc;*/
}
#menu dd {
margin: 0;
padding: 0;
/*border: 1px solid gray;*/
}
/*#menu li {
text-align: center;
background: #fff;
}*/
#menu li a, #menu dt a {
color: #630;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
/*#menu li a:hover, #menu dt a:hover {
background: #eee;
}*/
#menu2 {
/*width: 15em; */
}
#menu2 dt {
cursor: pointer;
margin: 0px 0;;
/*height: 20px; 
line-height: 20px; 
text-align: center; */
font-weight: bold;
/*border: 1px solid gray; 
background: #ccc;*/
}
#menu2 dd {
margin: 0;
padding: 0;
/*border: 1px solid gray;*/
}
/*#menu li {
text-align: center;
background: #fff;
}*/
#menu2 li a, #menu2 dt a {
color: #630;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
/* Search form box ----------------------------------- */
#search {
	margin : 0;
	padding : 0;
}
#search h2 {
}

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

/* ---------------------------------------------------- */
/* Post							*/
/* ---------------------------------------------------- */
.day-date {
	font-size : 1em;
	font-weight : bold;
	font-style: italic;
	margin : 0;
	text-align : right;
	color : #193900;
	border-top : 1px solid #000;
}
.post {
	padding : 0;
	margin-bottom : 2em; 
}
.post-title {
	color : #963;
	margin : 0;
	padding : 0;
	text-decoration: underline;
}
.post-info {
	color : #666;
	margin : 0;
	padding : 0;
}
.post-info a {  }
.post-info a:hover {  }
.post-chapo {
	margin : 0;
	padding : 0;
}
.post-content {
	margin : 0;
	padding : 0;
	text-align : justify;
}
.post-info-co {
	padding : 0;
	text-align : right;
}
.post-info-co a {  }

.post-content table {
	text-align: center;
}
.post-chapo table{
	text-align: center;
}
/* ---------------------------------------------------- */
/* Form							*/
/* ---------------------------------------------------- */
#add-comment, #change-comment {
	margin : 0;
	padding : 0;
}
#comment-form {
	margin : 0;
	padding : 0;
}
#dcwikibar {
	margin : 0;
	padding : 0;
	padding : 2px;
}
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}
input, textarea {
}
input[type], textarea[name] {
}
input[type=submit], input[type=reset] {
}
input[type=submit]:hover {
}
textarea {
	margin : 0;
	padding : 0;
}
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 {
}
