/* ***** 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{
	background-color: #000;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(img/fond-texte.gif);
	background-position: right top;
	background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
}

h1{font-size: 1.4em;}
h2{font-size: 1.2em;}
h3{font-size: 1.1em;}
h4{font-size: 1.0em;}
h5{font-size: 0.9em;}
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 {
	font-size: 0.8em;
}

textarea {
	font-size: 0.8em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

select{
	font-size: 0.8em;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}


a:link, a:visited {
	color: #f67c08;
	font-weight:bold;
}

a:hover{
	color: #572901;
	font-weight:bold;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: url(img/fond-page.gif) repeat-y;
	color: inherit;
}

/* Tetière
-------------------------------------------------------- */
#tetiere_lien{
	position: relative;
	font-size: 0.8em;
	top: 16px;
	left: 570px;
	width: 400px;
	height: 40px;
}

#tetiere_lien a:link,#tetiere_lien a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#767676;
}

#tetiere_lien a:hover,#tetiere_lien a:focus {
	color:#fbac00;
}



#tetiere{
	background: url(img/entete-1.jpg);
	height: 256px;
}


#logo_inoxia{
	position: absolute;
	width: 110px;
	height: 50px;
	left: 0px;
	top: 39px;
}

#ckoi{
	position: absolute;
	width: 116px;
	height: 86px;
	left: 668px;
	top: 79px;
}

#blk-accueil {
	position: absolute;
	width: 840px;
	height: 195px;
	left: 128px;
	top: 39px;
}




/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #000;
	background: transparent;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
}

.post {
	background: #ffffff;
}

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


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

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

#post-title a:link,#post-title a:visited {
	color: #F90;
	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: #fff;
	background: transparent;
	font-size: 0.7em;
	/*border-bottom: 1px solid #FC0;*/
}

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

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


#post-content{
	line-height: 1.3em;
	text-align: justify;
	font-size: 0.85em;
	padding: 0 10px 0 10px;
	margin:0px;
	background: #fff;
}

.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;
	background: #fff;
}



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

#post-info-co{
	background: #1a1a1a url(img/post-bas.gif) no-repeat;
	width:560px;
	margin:0;
	padding:0;
	text-align: center;
	color:#ffae00;
}

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

#info_com {
	font-size: 0.85em;
}

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

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


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


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

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

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

.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:#000;
	}

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

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

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

.txt_black {
	color:#000;
	}

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

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


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

#themes {
	clear:both;
}

#liste_menu {
	clear:both;
	line-height: 18px;
	width: 180px;
	background-color:#ffae00;
}

#liste_menu ul {
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;	
}

#liste_menu li {
	border-bottom: dotted 1px #b27900;
	list-style: url(img/puce-nav.gif) inside;
	margin: 0 0 0 6px;
}


#liste_menu a:link,#liste_menu a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

#liste_menu a:hover,#liste_menu a:focus  {
	color:#e103a7;
}

#themes_close {
	line-height: 5px;
}

#separation {
	width:168px;
	height:27px;
}

#sidebar1 div{
	color: inherit;
}

#sidebar1 div{

}

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

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






/* Recherche
-------------------------------------------------------- */

#recherche {
	clear:both;
}

#recherche_close {
	line-height: 5px;
}

#sidebar1 div#search{
	background: #fa00b9;
	color: inherit;
	text-align: center;
}

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

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


/* Archives
-------------------------------------------------------- */

#archive {
	clear:both;
}

#archive_close {
	line-height: 5px;
}

#archives{
	background: #5f5f5f;
	color: inherit;
	text-align: center;
}

#archi{
	border: 1px solid #000;
}




/* Derniers commentaires
-------------------------------------------------------- */

#lastcom {
	clear:both;
}

#lastcomments {
	clear:both;
	line-height: 14px;
	width: 180px;
	background-color:#ffde00;
}

#lastcomments ul {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	font-family: Verdana, Geneva, Helvetica, sans-serif;	
}

#lastcomments li {
	border-bottom: dotted 1px #b27900;
	list-style: none;
	margin: 0 0 4px 6px;
}


#lastcomments a:link,#liste_menu a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#000;
}

#lastcomments a:hover,#liste_menu a:focus  {
	color:#e103a7;
}

#lastcom_close {
	line-height: 5px;
}






/* Nuage mots clés
-------------------------------------------------------- */

#nuage {
	width: 180px;
}

#nuage_close {
	line-height: 5px;
}


#nuageMotsCles{
	background: #25c4ff;
	color: inherit;
	text-align: center;
}

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



/* Syndication
-------------------------------------------------------- */

#syndic {
	clear:both;
}

#syndic_close {
	line-height: 5px;
}

#syndicate{
	background: #fff;
	color: inherit;
	text-align: center;
}


/* Newsletter
-------------------------------------------------------- */

#newsletter {
	clear:both;
	background: #a8fa00;
	color: inherit;
	text-align: center;
}

#news_close {
	line-height: 5px;
}

#news {
	color: inherit;
	text-align: center;
}

#newsletter fieldset, #newsletter p, #newsletter form{
	margin: 0;
	padding: 0;
}

#email{
	padding-left: 18px;
	background: #fff url(img/email.png) no-repeat 4px center;
	border: 1px solid #000;
}

/* Annuaire
-------------------------------------------------------- */

#annuaire {
	clear:both;
	color: inherit;
	text-align: center;
}



/* Redaction
-------------------------------------------------------- */

#redac {
	clear:both;
}

#redac_close {
	line-height: 5px;
}

#redacteur{
	margin:0 0 5px 0;
	padding:0;
}

#redaction{
	background: #02d9d6;
	color: inherit;
	text-align: center;
}


/* Calendrier
-------------------------------------------------------- */

#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;
	border-top: 1px solid #ffae00;
	background: #000 url(img/bloc_bas.gif) no-repeat right;
	color: #666;
}

#footer a{
	color: #999;
}

#footer_lien{
	position: relative;
	font-size: 0.8em;
	top: 5px;
	left: 10px;
	width: 550px;
	height: 60px;
}

#footer_lien a:link,#footer_lien a:visited {
	font-weight:normal;
	text-decoration:none;
	color:#767676;
}

#footer_lien a:hover,#footer_lien a:focus {
	color:#fbac00;
}



/* Pagination
------------------------------------------ */

.pagenav {
	font: 0.9em;
	text-align: center;
	background-color: #1a1a1a;
}

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

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

.pagenav strong {
	color: white;
	padding:2px;
	border: 1px solid #ffae00;
}
