/* ***** 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: The great Zoe and Kozlika with a little bit of VoxInablog.com
 * Theme : Goob3colonnesfixes
 *
 */


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

body {
	margin : 0;
	padding : 0;
	color : #333;
	font : 12px "Arial","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
		background : #FFFFFF url(fond.jpg);
}

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

blockquote{
	background: #EEE;
	border: 1px dashed Black;
	padding: 10px;
	margin: 1em;
}


a:link 	  { color : #000AAF;  font-weight: bold ; text-decoration : none; }
a:visited { color : #000AAF; text-decoration : none; }
a:hover   { color : #3F4AFF; 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 : 850px;
	margin : 10px auto;
	padding : 5px;
	border : 1px solid #000;
	background: White;
}
#main {
	width : 850px;
	padding : 0;
	margin : 0;
}
#wrapper {
	float : right;
	width : 680px;
	margin : 0;
	padding : 0;
}
#content {
	float : left;
	width : 500px;
	margin : 0;
	padding : 0;
	text-align : justify;
}
#sidebar {
	float : right;
	width : 160px;
	border-left : 0px solid #000;
}

#sidebar h2{font-size : 1em;   
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
font-family : "Verdana",Arial,Helvetica,sans-serif; font-weight : bold; color : #3F4AFF
}
#sidebar2 h2{font-size : 1em;   
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
font-family : "Verdana",Arial,Helvetica,sans-serif; font-weight : bold; color : #3F4AFF
}

#sidebar a:link 	  { color : #6D71AF; font-weight: normal; text-decoration : none; }
#sidebar a:visited { color : #6D71AF; font-weight: normal; text-decoration : none; }
#sidebar a:hover   { color : #00085F; text-decoration : bold;  }
#sidebar a:active  { text-decoration : none; }
#sidebar a:focus   { text-decoration : none;}


#sidebar2 {
	float : left;
	width : 150px;
	border-right : 0px solid #000;
}
#sidebar2 a:link 	  { color : #6D71AF; font-weight: normal; text-decoration : none; }
#sidebar2 a:visited { color : #6D71AF; font-weight: normal; text-decoration : none; }
#sidebar2 a:hover   { color : #00085F; text-decoration : none;  }
#sidebar2 a:active  { text-decoration : none; }
#sidebar2 a:focus   { text-decoration : none;}

#sidebar li, #sidebar2 li {
padding-top : 10px;
}


/* ---------------------------------------------------- */
/* Block "Top"						*/
/* ---------------------------------------------------- */
#top {
	margin : 0;
	padding : 5px 10px 10px 10px;
	height : 100px;
	background: url(images/headerblue.jpg) no-repeat;
	color : #FFFFFF
}
#top h1 {
	float : left;
	margin : 0;
	padding : 0;
	color : #FFFFFF
}

#top a{
	color : #FFFFFF;
}
#top a:hover{ 
	color : #EEF3F5;
}

#navbar-top {
	float : right;
	margin : 0;
	padding : 0;
}

.navbar {
	text-align : right;
}
 #navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
margin-top: 100px;
border-top: 1px solid #999;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

/* ---------------------------------------------------- */
/* Block "Footer"					*/
/* ---------------------------------------------------- */
#footer {
	clear : both;
	margin : 0;
	padding : 10px 10px 0px 10px;
}
#dotclear {
	width : 30%;
	float : left;
	margin : 0;
	padding : 0;
}
#navbar-bottom {
	width : 65%;
	float : right;
	margin : 0;
	padding : 0;
}
.clear {
	clear : both;
	margin : 0;
	padding : 0;
	height:1px;
}

/* ---------------------------------------------------- */
/* Block "Sidebar"					*/
/* ---------------------------------------------------- */
div.sidebar {
	padding : 5px;
	margin : 10;
}
div.sidebar h2 {
	padding : 0;
	margin : 10;
}
div.sidebar h3 {
	font-size : 1.0em;
	margin : 1em 0 0 1em;
}
div.sidebar ul {
	list-style-type : none;
	margin-top : 0.15em;
}
div.sidebar li {
	list-style : square;
	margin-top : 0.15em;
	color : #999;
}
div.sidebar li:hover {
	color : #333;
}
#sidebar ul, #sidebar2 ul {
list-style-type : none;
margin-left : 1em;
padding-left : 0;
}

/* Calendar box -------------------------------------- */
#calendar {
	margin : 0;
	padding : 0;
}
#calendar h2 {
	display : none;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}
#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	margin : 0 auto;
}
#calendar abbr {
	border : none;
	font-style : normal;
}
#calendar th, #calendar td {
	font-weight : normal;
	border : none;
	padding : 1px;
}
#calendar td {	
	text-align : center;
}
#calendar td.active {
	border : 1px solid #FF0000;
}
#calendar td.active a {
	font-weight : normal;
	font-weight : bold;
	color : #000;
}
#calendar a {
	color : #FF0000;
	font-weight : bold;
}

/* Tribune libre box ----------------------------------- */
#tribune div {
	height : 30em;
	overflow : auto;
}
#tribune div h4 {
	color: Black;
	border-top: 1px solid Black;
}

/* Citation box ----------------------------------- */
#citation cite {
	display: block;
}
#citation h2 {
	margin : 0;
}

/* Search form box ----------------------------------- */
#search {
	margin : 0;
	padding : 0;
}
#search h2 {
}

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

/* Links box ----------------------------------------- */
#links {
	margin : 0;
	padding : 0;
}
#links h2 {
}

/* Syndication box ----------------------------------- */
#syndicate {
	margin : 0;
	padding : 0;
}
#syndicate h2 {
}

/* Divers box ----------------------------------- */
#divers div {
	margin-top : 5px;
	text-align : center;
}

/* RSS box ----------------------------------- */
#rss ul {
	height : 15em;
}

/* Photos box ----------------------------------- */
#photos {
}
#photos span {
	
}

/* Photos box ----------------------------------- */
#aleatoire img {
	border: 1px solid Black;
}



/* ---------------------------------------------------- */
/* Post							*/
/* ---------------------------------------------------- */
.day-date {
	font-size : 1em;
	font-weight : bold;
	margin : 0;
	text-align : right;
	color : #036;
	border-top : 1px solid #036;
	background-color : #f6f6f6;
}
.post {
	padding : 5px;
	margin-bottom : 2em; 
	background-color : #f6f6f6;        
}

.post li {
	list-style: none url(images/fleche.png);
	margin-bottom: 3px;
}
.post-title {
	color : #1E2DA5;
	margin : 0;
	padding : 0;
}
.post-info {
	color : #666;
	margin : 0;
	padding : 0;
}
.post-info a {  }

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

/* ---------------------------------------------------- */
/* Comments & Trackbacks				*/
/* ---------------------------------------------------- */
#trackbacks, #comments {
}
#comments-list, #trackback-list {
	margin : 0;
	padding : 0;
}
#comment-preview {
}
#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	padding: 10px;
	margin: 1em;
	border : 1px dotted Black;
}
.comment-info {
	margin : 0;
	padding : 0;
}
#trackbacks .comment-info {
}
#comments .comment-info {
}
.comment-number {
	font-weight : bold;
}
.comment-number a {
	text-decoration : none;
}
.linktop {
	margin : 0;
	padding : 0;
}

/* ---------------------------------------------------- */
/* 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 {
}
/* ---------------------------------------------------- */
/* Theme switcher				*/
/* ---------------------------------------------------- */
#themer, #themer form, #themer p {
margin: 0;
padding: 0;
}
#themer fieldset {
border: none;
}
#themer legend, #themer label {
display: none;
}
#themer h2 {
}
#themer select {
}
#themer option {
}
#themer input {
}
#themer p {
}

/* ---------------------------------------------------- */
/* Pagination            				*/
/* ---------------------------------------------------- */
.pagenav {
	font: 0.9em;
}

p.pagenav a {
	background : #ddd;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#FF0000;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}