/* ***** 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 (http://www.callmepep.org/zoe)
  * Thème 3 colonnes fixes (version 1.2)
 *
 */


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

body {
	margin : 0;
	padding : 0;
	background : url(img/fond.gif); /*#ccc; /* fond de la page complete */
	color : #333;
	font : 12px Arial,"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 : disc; 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 : Arial,Helvetica,sans-serif; font-weight : normal; }
h3 { font-size : 1.3em;   margin : 1em 0; 	  font-family : 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 : #0000ff; text-decoration : underline; }
a:visited { color : #0000ff; text-decoration : underline; }
a:hover   { color : #000000; 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 : 990px;
	margin : 0 auto;
	padding : 0 5px;
}
#blanc{
  padding : 0;
  margin: 0;
  background-color: #696868;
  width : 990px;
}

#main {
	width : 990px;
	padding : 0;
	margin : 0;
}
#wrapper {
	float : right;
	width : 780px; /*725*/
	margin : 0;
	padding : 0;
}
#content {
	float : left;
	width : 605px;
	margin : 0;
	padding : 10px 10px;
	background-color: #fff;
}
#sidebar {
	float : right;
	width : 155px; /*135*/
	padding : 5px 0;
	margin : 10px 0;
	/*border-left : 1px solid #FFF;
	border-top : 1px solid #FFF;
	border-bottom : 1px solid #FFF;*/
}
#extrabox {
	float : left;
	width : 200px;
	padding : 5px 0 0 5px;
	margin : 0;
}
#sidebar a:link, #extrabox a:link {
  text-decoration : none;
  color: #fff;
}
#sidebar a:visited, #extrabox a:visited {
  text-decoration : none;
  color: #fff;
}
#sidebar a:hover, #extrabox a:hover {
  text-decoration : underline;
  color:#ccc;
}

/* -----------------------------------------------------	*/
/* Block "Top"							*/
/* -----------------------------------------------------	*/

#header {
	width:990px;
	margin : 0 auto;
	padding : 0;
	background-color: #696868;
}

#top {
	margin : 0;
	padding : 0;
}
#top h1 {
	float : left;
	margin : 0;
	padding : 0;
}

#navbar-top {
	width: 990px;
	margin: 0 0 5px 0;
	padding: 0;
	color:#ccc;
	font-style:italic;
	text-align:left;
	font-size: 1.2em;
}

#navbar-top a{
	text-decoration : none;
	font-style:normal;
  color:#fff;
}
#navbar-top a:hover {
  color:#ccc;
  text-decoration : underline;
}
.navbar {
	text-align : right;
  color:#fff;
}

/* -----------------------------------------------------	*/
/* Block "Footer"						*/
/* -----------------------------------------------------	*/
#footer {
	clear : both;
	margin : 0;
	padding : 3px 0 0 0;
  color:#fff;
  background-color: #696868;
  width: 990px;
}
#footer a:link {
  color: #fff;
  text-decoration: none;
}
#footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
  text-decoration: underline;
}

#tools {
  text-align:center;
}

/* icone rss */
.feed {
	background: transparent url(img/feed.png) no-repeat 0% 50%;
	padding-left: 14px;
}
.valid {
	margin-bottom:-3px;
}
	
#dotclear {
	width : 830px;
	float : left;
	margin : 0;
	padding : 0 0 0 5px;
}
#navbar-bottom {
	width : 150px;
	float : right;
	margin : 0;
	padding : 0 5px 0 0;
}
.clear {
	clear : both;
	margin : 0;
	padding : 0;
	height:1px;
}

/* -----------------------------------------------------	*/
/* Block "Sidebar"						*/
/* -----------------------------------------------------	*/
#sidebar div {
}
#sidebar h2, #extrabox h2 {
	color: #ccc;
  padding: 3px 0 3px 5px;
  font-size: 1.2em;
  font-weight: bold;
}
#sidebar ul {
  padding-left : 2em;
  margin : 0;
}
#extrabox ul, #selection ul {
  padding-left : 1.5em;
  margin : 0;
}
#sidebar li, #extrabox li, #selection li {
  list-style : disc;
  margin-top : 0.15em;
  color : #999;
}
#selection li {font-size:11px;}
#sidebar li:hover, #extrabox li:hover, #selection li:hover {
  color : #000;
}
/* a retenir */
#selection {
	margin : 0;
	padding : 0;
}
#selection h2 {
  /*font-size: 1.2em;
  font-weight: bold;*/
}

/* Search form box --------------------------------	*/
#search {
	margin : 0 0 10px 0;
	padding : 0;
}
#search h2 {
  display:none;
}
#search p.field {
  border: none;
	color: #fff;
  padding: 3px;
  font-weight: bold;
}

#search input[type=submit]{
  color: #fff;
  background-color: #696868;
  font-weight: bold;
  border: none;
  font-size: 1em;
}
#q{
	padding-left: 18px;
	background-color: #fff;
	background-image: url(img/q.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
}

/*derniers commentaires */
#lastcomments {
	margin : 0;
	padding : 0;
}
#lastcomments h2 {
  margin-bottom: 5px;
  /*font-size: 1.2em;
  font-weight: bold;*/
}
#lastcomments ul {
  padding-left : 0.6em;
  margin : 0;
}
#lastcomments li {
  list-style : none;
  margin : 0 0 7px 0;
}
#lastcomments li:hover {
}

/* Archives box -------------------------------------- */
#archives {
	margin : 0;
	padding : 0;
}
#archives h2 {
  margin-bottom: 5px;
  /*font-size: 1.2em;
  font-weight: bold;*/
}

/* Links box ----------------------------------------- */
#links {
	margin : 0;
	padding : 0;
	display:none;
}
#links h2 {
  /*font-size: 1.2em;
  font-weight: bold;*/
  /*margin-bottom: 5px;*/
  margin: 0;
}
#links img {
  padding-top: 7px;
}
/* communaute --------------	*/
#communaute {
	margin : 0;
	padding : 0;
}
#communaute h2 {
  margin-bottom: 5px;
  /*font-size: 1.2em;
  font-weight: bold;*/
}

/* rss box -----------------------------------------	*/
#rssreader {
	margin : 0;
	padding : 0;
	/*width: 200px;*/
}
#rssreader h2 {
  margin-bottom: 5px;
  /*font-size: 1.2em;
  font-weight: bold;*/
}
#rssreader ul {
  padding-left : 3px;
  margin : 0;
}
#rssreader li {
  list-style : none;
  margin-top : 0;
}
#rssreader li:hover {
}

/* Categories box ----------------------------------	*/
#categories {
	margin : 0;
	padding : 0;
}
#categories h2 {
  /*font-size: 1.2em;
  font-weight: bold;*/
}
/* resultats recherche surlignee */
.rechsurl {
	margin: 5;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 0px none; 
  padding:0;
}

/* Post	*/

.day-date {
	font-size : 1.2em;
	/*font-style : italic;
	font-weight : bold;*/
	margin : 0 0 10px 0;
	text-align : right;
	color : #666;
	/*border-top : 1px solid #cc0;*/
}
.post {
	padding : 0;
	margin-bottom : 2em;
}
.post-title {
	font-size : 2.3em;
	/*font-weight: bold;*/
	color : #000;
	margin : 0;
	padding : 0;
	text-decoration: none;
}

.post-title a {
	margin : 0;
	padding : 0;
	text-decoration: none;
	color : #000;
}

.post-title a:hover {
	color : #696868;
	margin : 0;
	padding : 0;
	text-decoration: underline;
}
.post-info {
	color : #000;
	margin : 3px 0 0 0;
	padding : 0;
}
.post-info a {  }
.post-info a:hover {  }

.post-chapo {
	margin : 0;
	padding : 0;
	text-align : justify;
}
.post-content {
	margin : 0;
	padding : 0;
	text-align : justify;
}
.post-info-co {
	padding : 0;
	text-align : right;
}
.post-info-co a {  }

.post-content a {
	/*text-decoration : underline;*/
}
.zoom {text-align:center;}

.zoom a { /*couleur lien images dans post */
	border-bottom-width : 0;
	border-bottom-style : none;
	border-bottom-color : transparent;
	padding-bottom : 0;
}
.readnext a:link {
  border: none;
  text-decoration : none;
}
.readnext a:hover {
  text-decoration : underline;
}

/* Comments & Trackbacks				*/

#trackbacks, #comments {
}
#comments-list, #trackback-list {
	margin : 0;
	padding : 0;
}
#comment-preview {
}
#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	/*display : block;
	margin : 0;
	padding : 0;*/
	border: 1px solid #ccc;
	margin: 0;
	padding: 3px;
	padding: 6px;
	text-align: justify;
	font-size: 12px;
}
.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;
}

/*#comments blockquote*/.comback_content {
  margin: 5px 15px 5px 15px;
	color: #000;
	border: 1px solid #000;
	background : #EFA;
	text-align: justify;
	font-size: 12px; 
}
/* Form								*/

#add-comment, #change-comment {
	margin : 0;
	padding : 0;
}
#comment-form {
	margin : 0;
	padding : 0;
}
#dcwikibar {
	margin : 0;
	padding : 0;
}
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 {
  font-family : Arial,"Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
  font-size : 13px;
	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 {
  width: 520px;
}
#c_remember {
}

/* Error messages						*/

.error {
	border : 1px solid #cc0;
	color: #900 ;
	background : #f3ffbf;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}

/* plugins */

/* marge image top avec debut des colonnes sous ie */
p.clear {
  font-size : 1px;
}

/* styles related */
.related {
	text-align: justify;
}

.related a, .related a:hover {
	text-decoration: underline;
}

.related a:hover {
	text-decoration: blink;
}

/* pagination */
.pagenav {
	font-size: 0.95em;
}

p.pagenav a {
	background : #ddd;
  line-height: 25px;
	color: #000;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	/*font-size:90%;*/
}

p.pagenav a:hover {
	background-color: #FFFFFF;
	color:#696868;
}

p.pagenav strong {
	color: #036;
	padding:2px;
	border: 1px solid #696868;
	background-color: #fff;
}
.center {
  text-align: center;
}
#sendToFriendLink {
  text-align:right;
  font-size:12px;
}
#sendToFriendLink a {
}
/* highlight */
span.highlight0 {background-color: #e2fc02;}
span.highlight1 {background-color: #FF99FF;}
span.highlight2 {background-color: #99FFFF;}
span.highlight3 {background-color: #FF9999;}
span.highlight4 {background-color: #9999FF;}

.tag a {
  text-decoration: none;
  text-transform: uppercase;
}
.tag img {display:none;}

