/* ***** 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):
 *  Maurice Svay
 */

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{  
        width: 100%;
        height: 200px;
	background-image:url(img/motif.jpg);
        background-attachment : fixed
	background-repeat:no-repeat;
	font-size: 80%;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	color: #ec008c;
}

a:visited{
	color: #ec008c;
}

a:hover{
	color: #000;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

.bordimg {
border: 3px solid #ec008c;
padding: 8px;
}

.rose {
color:#ec008c;
}

.blanc {
color:#FFF;
}


/* La page
-------------------------------------------------------- */
#page{
	background-image:url(img/fondduplicate.gif);
	background-repeat:repeat-y;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 248px;
	background: #000;
	width:970px;
	/*padding-top: 20px;*/
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

#top h1 a{
	text-decoration: none;
	color: #FFFFFF;
}

.retrait{
	margin-left:10px;
	width:560px;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Commentaires
-------------------------------------------------------- */

.comment-info1 {
	background: #ec008c;
	text-align: left;
	padding: 5px 10px 3px 10px;
	color:#FFFFFF;
	line-height: 1em;
	width:540px;
}

.comment-date1 {
	font-size: 0.75em;
	color:#FFFFFF;
}

.comment-number1 a:link, .comment-number1 a:visited {
	font-size: 1em;
	color:#FFF;
}

.comment-number1 a:hover, .comment-number1 a:focus {
	font-size: 1em;
	color:#000;
}


.txt_comment1 {
	padding: 0 20px 0 20px;
	font-size: 0.85em;
	color:#FFFFFF;
	}

.comment-info2 {
	background:#ffdef0;
	text-align: left;
	padding: 5px 10px 3px 10px;
	color:#000;
	line-height: 1em;
	width:540px;
}

.comment-date2 {
	font-size: 0.75em;
	color:#000;
}

.comment-number2 a:link, .comment-number2 a:visited {
	font-size: 1em;
	color:#000;
}

.comment-number2 a:hover, .comment-number2 a:focus {
	font-size: 1em;
	color:#fff;
}

.txt_comment2 {
	padding: 0 20px 0 20px;
	font-size: 0.85em;
	color:#000;
	}

.form-com {
	background: #ec008c;
	text-align: left;
	padding: 5px 10px 3px 10px;
	color:#FFF;
	line-height: 1em;
	width:540px;
}

.form-help {
	padding: 5px 10px 3px 10px;
}


/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

#post-title{
	line-height: 1.1em;
	margin-top: 0;
	position: absolute;
	left:26px;
	color: #fa00b9;
	width:410px;
	height:42px;
}

#post-title a:link,#post-title a:visited {
	color: #000000;
	background: transparent;
	text-decoration: none;
}

#post-title a:hover,#post-title a:focus{
	color: #fa00b9;
	}
	
#post-info{
	position: absolute;
	top: 46px;
	left: 10px;
	margin-top: 0;
	color: #000;
	background: transparent;
	font-size: 0.7em;
	/*border-bottom: 1px solid #FC0;*/
}

#post-info a:link, #post-info a:visited {
	color: #fa00b9;
	background: transparent;
	text-decoration: none;
}

#post-info a:hover, #post-info a:focus {
	color: #000000;
}

#post-info-co{
	background-image: url(img/post-bas.gif);
	background-repeat:repeat-y;
	width:560px;
	margin:0;
	padding-top:20px;
	text-align: center;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
}

#post-info-co a:link, #post-info-co a:visited {
	color:#FFFFFF;
}

#post-info-co a:hover{
	color:#000000;
}

#post-content{
	margin-left:10px;
	width:535px;
	line-height: 1.3em;
	text-align: justify;
	font-size: 0.85em;
}

#post-content a:link, #post-content a:visited{
	color:#ec008c;
}

#post-content a:hover{
	color:#000000;
}

#post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* nouveaux css dessous
-------------------------------------------------------- */

#tagcloud {
	width: 160px;
	padding: 10px;
}

#tagcloud li {

	display:inline;
	list-style: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#tagcloud li.level-1 a { color:#0b5570; font-size: 0.7em; text-decoration: none;}
#tagcloud li.level-2 a { color:#1d84aa; font-size: 0.8em; text-decoration: none;}
#tagcloud li.level-3 a { color:#74d9ff; font-size: 1em; text-decoration: none;}
#tagcloud li.level-4 a { color:#caf1ff; font-size: 1.3em; text-decoration: none;}
#tagcloud li.level-5 a { color:#fff; font-size: 1.6em; text-decoration: none;}
#tagcloud li.level-1 a:hover{ color:#000;}
#tagcloud li.level-2 a:hover{ color:#000;}
#tagcloud li.level-3 a:hover{ color:#000;}
#tagcloud li.level-4 a:hover{ color:#000;}
#tagcloud li.level-5 a:hover{ color:#000;}

 
#tags {
	margin:0;
}

#bloc_tag {
	font-size: 0.8em;
	margin-top:10px;
	padding-top:10px;
	color: #6d6c6c;
}

#bloc_tag a:link, #bloc_tag a:visited {
	color: #d6d5d5;
}

#bloc_tag a:hover, #bloc_tag a:focus {
	color: #ffae00;
}

.post-tag {
	background: #25c4ff;
	text-align: left;
	padding: 5px 10px 10px 10px;
	color:#92e2ff;
	line-height: 1em;
	width:540px;
}

.post-tag a:link, .post-tag a:visited  {
	font-size: 0.9em;
	color:#fff;
}

#post-date{
	line-height: 1.1em;
	font-weight: bold;
	position: absolute;
	left:453px;
	top:28px;
	font-size: 0.8em;
	color: #FFF;
	width:74px;
	height:33px;
}

.orange{
	border:1px solid #ffae00;
	padding:8px;
	margin:3px;
}

.noir{
	border:1px solid #ffae00;
	background: #000;
	padding:8px;
	margin:3px;
}

.rien {
	border:0;
	margin:3px;
}

.post-chapo{
	line-height: 1.3em;
	text-align: justify;
	font-size: 0.85em;
	padding: 0 10px 0 10px;
	margin:0px;
}

.post {
	width:560px;
	background-image:url(img/post-middle.gif);
	background-repeat:repeat-y;
}

#post-entete {
	position: relative;
	background-image:url(img/post-haut.gif);
	margin-bottom: 0;
	height: 74px;
	width:560px;
}

.post-related{
	width:570px;
}

.post-fin{
	background: #FFF url(img/post-fin.gif) no-repeat;
	height: 13px;
}

#info_com {
	font-size: 0.85em;
}

#info_com a:link,#info_com a:visited {
	color:#fa00b9;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height: 0.8em;
}

#info_com a:hover,#info_com a:focus {
	color:#FFFFFF;
}

#bloc_tag {
	font-size: 0.8em;
	margin-top:10px;
	padding-top:10px;
	color: #6d6c6c;
}

#bloc_tag a:link, #bloc_tag a:visited {
	color: #d6d5d5;
}

#bloc_tag a:hover, #bloc_tag a:focus {
	color: #ffae00;
}

/* La barre de navigation
-------------------------------------------------------- */

.pub{
	text-align:center;
	clear:both;
	width:160px;
}

.boutons{
	text-align:center;
	width:180px;
}

#sidebar2 a{
	border:none;
}

#sidebar a{
	color: #FFF;
	font-size: 9px;
}

#sidebar div{
	width: 180px;
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #493;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #EFA;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	background: #FFF;
}


/* 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:#ec008c;
	color:white;
}

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