/* ***** 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 "http://blog.exhib-deviance.com/themes/deviance/layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: url(http://www.exhib-deviance.com/images/design/fond.gif);
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: none;
	scrollbar-face-color:#600102;
	scrollbar-highlight-color:#FF8904;
	scrollbar-3dlight-color:#A00102;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#480001;
	scrollbar-arrow-color:#FF8904;
	scrollbar-track-color:#480001;
}

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

h1{font-size: 1.5em;}
h2{font-size: 1.2em;}
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;
}

.field {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	font-size: 9px;
	color: #FFFFFF;
}
fieldset label{
	font-size: 9px;
	color: #FFFFFF;
}

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

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

a{
	color: #FFC961;
}

a:visited{
	color: #FFC961;
}

a:hover{
	color: #FFC961;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
}
 
/* Le prélude-dm
-------------------------------------------------------- */ 
#prelude_dm {
	background: transparent;
	color: #DFDFDF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#prelude_dm a{
	color: #FFC961;
	background: transparent;
}

#prelude_dm a:hover{
	color: #FFC961;
	background: transparent;
}
#prelude_dm a:visited{
	color: #FFC961;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #9C0101;
	background: transparent url(../../../blog/themes/deviance/img/day-date.png) no-repeat left center;
	font-style: italic;
	font-size: 0.7em;
}

.post-chapo{
	text-align: justify;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FFFF66;
	border-bottom-color: #FFFF66;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

.post-title{
	color: #FF9900;
	background: transparent;
	margin-bottom: 0;
	font-size: 1.1em;
}

.post-title a{
	color: #FF9900;
	background: transparent;
	text-decoration: none;
	font-size: 1.1em;
}

.post-info{
	margin-top: 0;
	color: #FFAA00;
	background: transparent;
	padding-bottom: 1ex;
	font-size: 0.8em;	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #FFAA00;
	background: transparent;
	text-decoration: none;
	font-size: 0.8em;
}

.post-content{
	text-align: justify;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
}

.post-info-co{
	text-align: right;
	font-size: 0.7em;
}

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

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

#sidebar h2, #sidebar h3{
	color: #FBC900;
	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(../../../blog/themes/default/img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	background-color: #850102;
	border: 2px groove #FF9900;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
	font-size: 11px;
	color: #FFCC00;
}

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

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

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

#sidebar div#calendar table td a:hover{
	background: #FFCC66;
	color: #660000;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	color: #710003;
	font-size: 9px;
	text-align: center;
}

#footer a{
	color: #710003;
}

/* STYLE DE BASE DU SITE
----------------------------------------------------------*/
.titre-galerie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #FEB429;
	text-decoration: underline;
	padding: 5px;
	border: 2px groove #F5D927;
	background-color: #850102;
}
.info-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F68104;
	padding: 3px;
	border: 2px groove #F5D927;
	background-color: #600102;
}
.info-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #F68104;
}
.info-03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #F68104;
}
.detail-serie {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FEB429;
	background-color: #850102;
	padding: 3px;
	border: 2px groove #FEB429;
}
.detail-serie-texte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #F68104;
}
.detail-serie-retour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F68104;
	padding: 3px;
	background-color: #800003;
	border: 2px groove #FFCC00;
}
.info-04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FEB429;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.cadre-membre-accueil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F68104;
	padding: 3px;
	border: 2px groove #FF8904;
	font-style: italic;
}
.mecrire {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #F68104;
	padding: 3px 15px;
	background-color: #800003;
	border: 2px groove #FFCC00;
}
.catimage {
	border: 1px solid #000000;
}
/* LES COMMENTAIRES
-----------------------------------------------------------*/
#comments {
	font-size: 9px;
	color: #FFFFFF;
}
#comments h3{
	color: #FF9900;
	font-size: 1.7em;
	margin: 0;
}
#comments blockquote{
	margin: 0;
	background-color: #6C0003;
	border: 2px groove #FFCC00;
	line-height: 9px;
}
/* LES COMMENTAIRES - PREVISUALISATION
-----------------------------------------------------------*/
#comment-preview {
	font-size: 9px;
	color: #FFFFFF;
}
#comment-preview h3{
	color: #FF9900;
	font-size: 1.7em;
	margin: 0;
}
#content h3{
	color: #FF9900;
	font-size: 15px;
	margin: 0;
}
.form-help {
	font-size: 9px;
	color: #FFFFFF;
}
/* LES TRACKBACKS
-----------------------------------------------------------*/
#trackbacks {
	font-size: 9px;
	color: #FFFFFF;
}
#trackbacks h3{
	color: #FF9900;
	font-size: 1.7em;
	margin: 0;
}
