/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Olivier Meunier 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 : Kozlika - http://www.kozlika.org
    Trafiqué pour Praktiku - un grand merci à Kozlika !
 
REGLES PAR DEFAUT
------------------------------------------------------------------- */
body {
	margin : 0 auto;
	padding : 0;
	background : whitesmoke url(fondesp.jpg);
/*	font-family: "Lucida Grande", Verdana, "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif; 
	font-size : x-small; */
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
/*	font-size : small;*/
         font-size :76%;
	color : #333;
	text-align : center;
}

/* * {
    margin : 0;
    padding : 0;
}  */

p, td, ul, ol, li, dl, dt, dd { /* Pour compatibilite Netscape 4 */
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
}

/* Hierarchie des titres */

h1, h2, h3 { font-weight : normal ; 	font-family : Georgia,"Times New Roman","New York",serif; }
h4, h5, h6 { font-weight : bold; }
h1 { font-size : 2.2em; margin : 0; }
h2 { font-size : 1.4em; margin : 0.8em 0; }
h3 { font-size : 1.2em; margin : 0.8em 0; }
h4 { font-size : 1em; margin : 1em 0; }
h5 { font-size : 0.9em; margin : 1.25em 0; }
h6 { font-size : 0.8em; margin : 1.75em 0; }

/* Comportement des liens */

a { text-decoration : none; }
a:link { color: #666; }
a:visited { color : #666; }
a:hover { text-decoration : underline; }
a:active, a:focus { text-decoration : underline; }

/* Mention de la langue d'un lien */

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




/* Regles des balises courantes */

p { margin : 0 0 1em 0; } /* paragraphes */
img { border : none; } /* images */
form { display : block; margin : 0; padding : 0; } /* formulaires */
q, cite {  /* citations */
    font-style : italic; 
    margin : 1em; 
}         





  
/* --------------------------------------------------------
STRUCTURE
-------------------------------------------------------- */
#page {
/*    width : 72em;*/
      width : 75em;

    margin : 2em auto 2em auto;
    text-align :left;
/*    background : transparent url(dechire.png) repeat-y top left;*/
/*    background : #fff url(images/fond.png) no-repeat 0 400px;*/
    padding-left :2em;
    padding-bottom : 0;
/*    border-right : 1px solid #8dada8;*/
}

 #page1 {
    width : 68em;
/*      width : 80%;*/

    margin :  auto;
    text-align :center;
/*    background : transparent url(dechire.png) repeat-y top left;*/
/*    background : #fff url(images/fond.png) no-repeat 0 400px;*/
    padding-left :4em;
 /*   padding-bottom : 0;*/
/*    border-right : 1px solid #8dada8;*/
}

#main {
    width : 75%;
    float : left;
    margin-right : -31em;
}

#main2 {
    width : 95%;
    float : left;
    margin-right : -31em;
        padding : -1em;
}

#content {
    padding : 1em;
    margin-right : 02em;
    margin-left :0em;

    min-height : 400px;
}


#sidebar {
    width : 18em;
/*    width : 20%;*/
    float : right;
/*    border-left : 1px solid #8dada8;*/
    padding-left : 10px;
    padding-top : 0px;    
    padding-right : -1em;
}
#footer {
    clear : both;
/*    padding : 1em 20px 1em 1em;
    text-align : right;   */
/*    background : transparent url(http://praktiku.free.fr/blogo/themes/kimonoZamen/imgzamen/stelo.png) no-repeat top right;*/
}
    
/* ---------------------------------------------------------
BILLETS
---------------------------------------------------------- */
.post {
    border-right : 2px solid #AAA;
    border-bottom : 2px solid #AAA;
    border-left : 2px solid #fff;
    border-top : 2px solid #fff;
    margin-bottom : 8px;
    padding-top : 1.2px;
    padding-left : 6px;
    padding-right : 6px;
    line-height : 120%;
    font-size : 1.2em;
background:#eee;
}


.day-date {
    text-transform : uppercase;
    letter-spacing : 0.1px;
    font-size : 0.8em;
    text-align : center;
}
.post-title {
    font-size : 1.66em;
    color : #000;
    padding-top:0.3em;
    padding-bottom:0.3em;
    padding-left:0.3em;
    margin-bottom : 0.33em;
    margin-top : 0.5em;
    border-right : 1px solid #FFF;
    border-bottom : 1px solid #FFF;
    border-left : 1px solid #AAA;
    border-top : 1px solid #AAA;
}
.post-title a {
    color : #000;
    margin-bottom : 0.33em;
}
.post-chapo, .post-content {
    text-align : justify;
}
.post img {
    padding : 0.5em;
    border : 0px solid #ddd;
}
.post-info, .post-info-co, .footnotes {
    font-size : 0.8em;/*x-small;*/
    border-bottom : 1px solid #ddd;
}
.post-info {
    margin-bottom : 1.5em;

}
.post .post-footnotes h4 {
    text-transform : capitalize;
    font-weight : bold;
    margin-top : 2em;
}
/* ---------------------------------------------------------
MENU
---------------------------------------------------------- */
#sidebar {
/*    background : transparent url(http://praktiku.free.fr/blogo/themes/kimonoZamen/imgzamen/stelo.png) repeat-y bottom left;*/
background : transparent url(dechire.png) repeat-y top left;
/*    padding-bottom : 200px;*/
      padding-left : 20px;
border-right:solid 1px #8DADA8;
/*	text-align : center;*/
}
#sidebar h2 {
    text-transform : uppercase;
    letter-spacing : 1px;
    font-size : 0.9em;
    margin-top : 3em;
}
#sidebar ul { 
    margin-left : 0; 
    padding-left : 0; 
    list-style : none; 
}
#sidebar li {
background:transparent url(http://praktiku.free.fr/blogo/themes/kimonoZamen/imgzamen/puce.png) no-repeat 0% 50%;
padding-left:14px;
margin:0;
}
/* -------------------------------------------------------------
TRACBACKS ET COMMENTAIRES
---------------------------------------------------------- */
#trackbacks, #comments, #comment-preview {
    font-size : 1.1em;
}
#trackbacks {
    padding-top : 20px;
    background : transparent url(http://praktiku.free.fr/blogo/themes/kimonoZamen/imgzamen/stelo.png) no-repeat;

}
#trackbacks h3, #comments h3, #comment-preview h3 {
    text-transform : uppercase;
    letter-spacing : 1px;
    font-size : 0.9em;
    margin-top : 3em;
    margin-bottom : 2em;
    text-align : center;
    border-right : 1px solid #AAA;
    border-bottom : 1px solid #AAA;
    border-left : 1px solid #FFF;
    border-top : 1px solid #FFF;
}
.comment-info {
    margin-top : 2em;
background:white ;
}
.comment-number {
    font-size : 1.66em;
	font-family : Georgia,"Times New Roman","New York",serif;
}
#comments form, #comment-preview {
    background : transparent url(http://praktiku.free.fr/blogo/themes/kimonoZamen/imgzamen/stelo.png) no-repeat top right;
    padding : 1em;
    border : 1px solid #ddd;
}
/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0.5em 0 0 0;
	padding : 0;
}

input, textarea {
	font-size : 1.2em;
	border : 1px solid #999;
}

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

input[type=submit], input[type=reset] {
	background : #ddd;
	color : #333;
}

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

textarea {
	width : 100%;
}

p.field, .form-help {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	margin : 1.5em 0 0 0;
	padding-bottom : 0.5em;
}

/* Calendrier
-------------------------------------------------------- */
#calendar {
/*margin:0em 0em 2em -1em;
padding-top:-1em;*/
width :80%;
text-align:center;
	font-size : 0.99em; /* bug machin */
	margin-bottom : 0; /* bug machin */
/*border : 0.1em solid #AF6F00;*/

}

#calendar h2 {
	text-align : center;
}

#calendar table {
	width:80%;
	text-align:center;
/*	border-collapse : collapse;*/
	font-size : 0.99em;
	margin : 0 auto;
	background: #8DADA8;
border : 0.1em solid #008800;
}

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

#calendar abbr {
	border : none;
}

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

}

#calendar td.active a {
/*	font-weight : bold;*/
/*border : 0.1em solid #AF6F00;*/
        color:#111; 
        background:transparent;
        background-color: #EFF7EF
}

#calendar a {
        background:transparent;
        color:#EFF7EF; 
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #333;
	background : #ccc;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* ----------------------------------------------------------
 Trucs en plus
---------------------------------------------------------- */
a.zoom{
    position:relative;
    z-index:88;
/*    color:#000;*/
    text-decoration:none;
  border-bottom :1px dashed  #AF6F00;
}

a.zoom:hover{
z-index:89;
}

a.zoom img{
 border : 2px dotted #AF6F00 ;
 margin: 10px 10px 0px 0px;
 float:left;
}

a.zoom:hover span img{
 margin: 0px 0px 0px 0px;
  border-top : 3px solid #FFF;
  border-left : 3px solid #FFF;
  border-right : 3px solid #555;
  border-bottom : 3px solid #555;
}

a.zoom span{display: none;}

a.zoom:hover span {display:block;
    position:absolute;
    top:2em; left:0em;     
    color:#AF6F00;
    background:#EFE0D0; 
    font:normal 90% verdana, sans-serif;
    text-align:left;
    border:1px solid #AF6F00;
    padding:06px;  
    text-indent:0.em;
}

.center {
	text-align : center;
}
.right {
	text-align : right;
}
.petites-cap {
	font-size : 0.82em;
	text-transform : uppercase;
}
.petit {
    font-size : x-small;
}

/*trucs en plus à moi*/
.kadro {
padding-right:0.75em;
padding-left:0.75em;
padding-top:0.75em;
margin-bottom:01.5em;
margin-top: -1em;
text-indent:2em;
border-left: 1px solid #aaa;
border-top: 1px solid #aaa;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
.eo {
padding-right:0.75em;
padding-left:0.75em;
padding-top:0.75em;
margin-bottom:01.5em;
margin-top: -1em;
background: #ddd
url(http://praktiku.free.fr/blogo/images/Flagoj/Esperanto.png);
background-position: top left;
background-repeat: no-repeat;
text-indent:2em;
border-left: 1px solid #aaa;
border-top: 1px solid #aaa;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}
.fr {
padding-right:0.75em;
padding-left:0.75em;
padding-top:0.75em;
margin-bottom:01.5em;
margin-top: -1em;
background:#ddd
url(http://praktiku.free.fr/blogo/images/Flagoj/French.png);
background-position: top left;
background-repeat: no-repeat;
text-indent:2em;
border-left: 1px solid #aaa;
border-top: 1px solid #aaa;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}

.en {
padding-right:0.75em;
padding-left:0.75em;
padding-top:0.75em;
margin-bottom:01.5em;
margin-top: -1em;
background:#ddd url(http://praktiku.free.fr/blogo/images/Flagoj/English.png);
background-position: top left;
background-repeat: no-repeat;
text-indent:2em;
border-left: 1px solid #aaa;
border-top: 1px solid #aaa;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}

.hu {
padding-right:0.75em;
padding-left:0.75em;
padding-top:0.75em;
margin-bottom:01.5em;
margin-top: -1em;
background:#ddd
url(http://praktiku.free.fr/blogo/images/Flagoj/Hungary.png);
background-position: top left;
background-repeat: no-repeat;
text-indent:2em;
border-left: 1px solid #aaa;
border-top: 1px solid #aaa;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}

.citi {
padding-right:0.75em;
padding-left:0.75em;
padding-top:0.75em;
margin-bottom:01.5em;
margin-top: -1em;
background:#ddd
url(http://praktiku.free.fr/blogo/images/Flagoj/citi.png);
background-position: top left;
background-repeat: no-repeat;
text-indent:2em;
border-left: 1px solid #aaa;
border-top: 1px solid #aaa;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
}





/* deco des liens */
.post-content a, .post-chapo a, #comments a, #comments-preview a, #trackbacks a {
    padding-right : 16px;
    background : transparent url(http://praktiku.free.fr/blogo/themes/keldroledenom/images/ligoj.png) no-repeat center right;
}
#comments span.comment-number a, .post-content a[id|="rev"], .footnotes a[id|="rev"] {
    padding : 0;
    background-image : none;
}


