/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay 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):
 * Theme Kimogeek par Kozlika http://www.kozlika.org 
 */




body {
	background:#999 url(imgeek/body.png) no-repeat;
	font-size:76.1%;  /* 76% correspond au corps 10 si le rŽeglage par dŽefaut du navigateur (le plus frŽequemment ˆ 14px) n'a pas eŽtŽe modifiŽe */
	margin:0;
	padding:0;
	font-family: "Courier New", courier, monospace;
	color:#333;
	text-align:center; /* pour IE5 et centrage horizontal de la page */
}

p { margin : 0; padding: 0 0 1em 0; }
img { border : 3px solid #999; } /* mesure en pixels conservŽee : pas de redimensionnement des images en meme temps que le caractere, donc pas de redimensionnement de la bordure */
form { display : block; margin : 0; padding : 0; }

h1 {font-size:3.5em; margin: 0; font-family:courier, monospace; }
h2 { font-size : 1.33em; margin : 0em 0; }
h3 { font-size : 1.17em; margin:0em; }
h4 { font-size : 1em; margin : 0; }
h5 { font-size : 0.83em; margin : 0; }
h6 { font-size : 0.67em; margin : 0; }
h2, h3, h4 { font-weight:normal; }

code,pre { 
	font-family : "Courier New",monospace; 
	font-size : 1.1em; 
	background:#f7f7f7;
}

pre {
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
		/* caché pour IE 5 Mac qui sait pas faire \*/
		white-space:pre;
		width: 90%;
		overflow : auto;
		/* Fin hack ne pas supprimer cette ligne */
}

q { font-style : italic; }

a {
	color:#ffeb00;
	text-decoration:none;
}
a:visited {
	color:#555;
}
a:hover {
	background : url(imgeek/flecheavance.gif) repeat-x 100% 100% ; 
	text-decoration : none; 
	padding-bottom : 4px; 
}

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

/* Page
-------------------------------------------------------- */
#page {
	width:63em;
	background:#6e6e6e;  /* Je donne au fond de page la couleur que je veux pour le sidebar sinon, comme cette colonne est plus courte, a s'arrtera avant le bas de page */
	margin:2.5em auto 2.5em auto;
	padding:0;
	border-right:0.75em solid #000;
	text-align:left;  /*Pour rŽetablir l'alignement demandeŽ dans le body pour que IE puisse centrer */
}

/* Prelude
-------------------------------------------------------- */
#prelude { 
	color:#000;
	width:70%;
	background:#b5b5b5;
	text-align:center;
}

#prelude a {
	color : #fff;
}

#prelude {
	color : #fff;
}

/* Titre
-------------------------------------------------------- */
#top {
	padding:0;
	width:70%;
	height:16em;
	background:#000 url(imgeek/titre.png) no-repeat 12px 12px;
}

#top h1 {
	text-align:right;
	padding-right:1.5em;
	padding-top:1.5em;
}

#top a {
	background:none;
	color:#fff; 
}

.presentation {
	text-align:center;
	font-weight:bold;
}

/* Main
-------------------------------------------------------- */
#main {
	background:#b5b5b5;  /*fond de gauche */
	float:left;
	margin: 0;
	margin-top:-1px; /*pour Mozilla*/
	padding:0;
	width:70%;
}

.post {
	clear:both;
	padding-bottom:2em;
	margin-bottom:1em;
	background:transparent url(imgeek/inter.png) bottom no-repeat;
	height:100%;
} 

.day-date {
	display:none;
}

.post-title {
	font-family:"courier new",courier,monospace;
	font-weight:bold;
	color:#333;
	text-align:center;
}  

.post-title a {
	background:none;
	font-weight: bold;
	color:#333;
}

.post-info {
	margin-bottom:1em;
	padding-top:0.5em;
	font-family:Arial, sans-serif;
	font-size:0.86em;
	text-align:center;
}

.post-info-co {
	font-family:Arial, sans-serif;
	font-size:0.86em;
	text-align:left;
}

.post-content {
	padding:0;
	text-align:justify;
	background:transparent url(imgeek/post.png)  no-repeat;
 }
.post-chapo {
	padding:1em 0;
	text-align:justify;
}

p.post-content {
}

.post blockquote {
	font-family:georgia, "Times New Roman", serif;
	margin:2em 0;
	padding-left:2em;
}

/* Content
-------------------------------------------------------- */
#content {
	padding:2em 4.5em;
	font-size:1.1em;
}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments {
	border:0.1em solid #fff;
	padding:0.5em;
	margin-bottom:0.5em;
	background: transparent url(imgeek/comm.png) repeat-y;

}
#trackbacks {
	border:0.1em dashed #fff;
	padding:0.5em;
	margin-bottom:0.5em;
}

#comments h3, trackbaks h3 {
}

#comments blockquote, #trackbacks blockquote {
	border-left:0.1em solid #fff;
	padding-left:0.5em;
}

#comments blockquote {
}

.comment-info {
	color:#555;
}

.erreur {
	color:#ffffcc;
}

/* Menu
-------------------------------------------------------- */
#sidebar ul, #sidebar li, #sidebar li a {zoom: 1;} /* foutu bug dans IE !! http://www.positioniseverything.net/explorer/creep.html */

#sidebar {
	width:18em;
	margin-left:70%;
	margin-top:-22em;
	padding:0 1.5em 2em 1.5em;
	font-size:0.86em;
	font-family:Verdana, arial, helvetica, sans-serif;
	line-height:150%;
	color:#fff; 
}

#sidebar h2, #sidebar h3 {
	font-weight: bold;
	font-size:1.2em;
	font-family:"courier new", courier, monospace;
}

#sidebar h2 {
	margin-top:1em;
	margin-bottom:0.25em;
	padding:0.15em 0;
	background:#000;
	padding-left:0.4em;
	border-left:0.8em solid #b7b7b7;
}

#sidebar a {
color:#fff;
}

/* Merci AListApart pour la solution pour les menus survoles */

#sidebar ul {
	list-style:none;
	padding:0;
	margin:0;
}

#sidebar li {
	background:transparent url(imgeek/puce.png) no-repeat 0% 4px;
	padding-left:10px;
	margin:0;
}

#sidebar li:hover {
	background:#c7c7c7;
	color:#fff;
	text-decoration:none;
	padding-bottom:0;
}

#sidebar li a {
	display: block;
	width: 100%;
}

html>body #sidebar li a {
	width: auto;
}

 #sidebar li a:hover {
	background:#c7c7c7;
	color:#fff;
	text-decoration:none;
	padding-bottom:0;
}

#sidebar a:link {
}

#sidebar a:visited { 
	text-decoration:line-through;
	color:#fff;
}	

#sidebar a:active {
	font-weight:bold;
	color:#fff;
}

#sidebar h4 {
	background:transparent url(imgeek/puce.png) no-repeat 0.5em 50%;
	padding:0.5em 2em;
	border:1px solid #fff;
	text-transform:uppercase;
}

#selection {
}

#archives {
}

#categories {
}

#search h3 {
	text-transform:capitalize;
	padding-right : 1em;
	padding-top:0.5em;
	float:left;  /* pour que le champ ˆ remplir vienne ˆ c™tŽ du mot Rechercher et non en dessous */
}
#links {
	clear:right;
}

#syndicate {
	padding-bottom:2em;
}

/* Footer
-------------------------------------------------------- */
#footer {
	clear:both;  /* Pour que le footer vienne tout en bas de la page */
	background: #333;
	font-size:0.86em;
	height:2.5em;
	color:#fff;
	padding : 0.5em;
	text-align:center;
}

#footer a {
	font-weight:bold;
	background:transparent;
	color:#fff;
}

/* Calendrier
-------------------------------------------------------- */
#calendar {
	margin:0 0 2em 0;
	padding-top:1em;
	width :99%;
	text-align:center;
}

#calendar table {
	width:99%;
	text-align:center;
	border-collapse : collapse;
	font-size : 0.86em;
	margin : 0 auto;
}

#calendar caption {
	margin : 0 auto;
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

#calendar abbr {
	border : none;
}

#calendar th, .cal td {
	border : none;
	padding : 0.1em;
}
#calendar td {
	text-align : center;
}

#calendar td.active a {
	font-weight : bold;
}

#calendar a {
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 0.1em solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 2em;
}
.error li {
	list-style : square;
}


/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 0.1em;
	border-color : #ccc;
}

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

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

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

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}
