/* ***** 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{
	color: #999999;
	font-size: 70%;
	line-height: 1,2em;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: url(http://www.deviance-production.com/blog/themes/default/img/background.jpg) no-repeat left top;
	background-color: #000000; 
	margin-left: 0px;
	margin-top: 0px;
 background-attachment:fixed; 
 background-repeat:no-repeat; 
}

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

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

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

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

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

/* MUSIC VIDEOS PRINT */
a{
	color: #999999;
        text-decoration:none;
}

/* ARTWORK */
a:visited{
	color: #999999;
}

a:hover{
	color: #999999
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: transparent;
	color: inherit
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 270px;

	/*padding-top: 0px;*/
;
}

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

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

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

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	margin-top: 50px;
	margin-bottom: -30px;
	padding-left: 0px;
	margin-left: 10px;
	color: #999999;
	background: url('img/newsepar3.jpg') no-repeat left center;
	padding-bottom: 0ex;
	width: 840px;
	height: 35px;
	font-style: italic
}

.post-title{
	color: #999999;
	margin-left: 10px;
	background: transparent;
	margin-bottom: 0;

}


.post-title a{
	color: #990000;

	background: transparent;
	text-decoration: none;

}

/* Par mk mercredi 11 mars */
.post-info{
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 4px;
	color: #990000;
	width: 840px;
	height: 15px;


}

/* TITRE ARTICLE */
#content h2{
	width: 840px;
	margin-top: 2px;
	margin-left: 10px;
	color: #999999;
	font-size: 100%;
	line-height: 15px;
	font-family: Arial, sans-serif; 
	text-decoration: none;
}

#content h2 a{
	color: #999999;
	font-size: 180%;
	line-height: 0,1em;
	font-family: Arial, sans-serif;
	background: transparent url(img/puce.jpg) no-repeat left center;
	text-decoration: none;
}

#content h3, #content h4, #content h5, #content h6{
	color: #999999;
}

.post-info a{
	color: #999999;
	margin-left: 10px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	background: transparent;
	font-weight: bold;
	text-decoration: none;

}

.post-content{
	text-align: justify;
	margin-left: 10px;
}

.post-content blockquote{
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: italic;
	margin-left: 10px;

}

.post-info-co{
	text-align: left;
	margin-top: -25px;
	margin-left: 10px;
	margin-bottom: -10px;
	color: #c8965a;
	padding-bottom: 0ex;
	background: transparent url(img/slash.jpg) no-repeat left center;
	width: 840px;
	height: 50px;

}
/* BULLE */
.post-info-co a, .post-info-co a:visited{
	margin-left: 10px;
	text-decoration: none;
	color: #c8965a;
	line-height: 2px;
	padding-left: 13px;
	background: transparent url(img/bulle.gif) no-repeat left center;


}

.post-info-co a:hover{
	margin-left: 10px;
	color: #c8965a;
	line-height: px;
	padding-left: 13px;
	background: transparent url(img/bulle.jpg) no-repeat left center;
}

#trackbacks blockquote, #comments blockquote{

	margin-left: 10px;
	color: #c8965a;
	font-size: 130%;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	border: 0px solid #990000;
	margin: 1em 0;
}


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

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

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

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

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

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

#q{
	padding-left: 18px;
	background: #fff no-repeat 4px center;
}

#sidebar div#calendar{
	*/border-top: 10px solid #000;
}

#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: #9d9d9d;
	background: transparent;
}

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

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

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

/* Le pied de page
-------------------------------------------------------- */
#footer{
	color: #ffffff;
	margin-left: 10px;
	background-image: url('img/piedpage.jpg');
	height: 68px;
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 100px;
	text-align: center;
	font-size: 9px
}
#footer a{
	color: #999;

}







#sidebar p.poll_reponse {
	margin-bottom: 0;
}
#sidebar div.poll_bar_ext {
	margin-left: 10px;
	margin: 0;
	padding: 0;
	background: none;
	
	width: 100px;
	height: 10px;
	text-align: left;
	border: 1px solid #000;
}
#sidebar div.poll_bar_int {
	margin-left: 10px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	
	height: 10px;
	background-color: #000;
}

#archives ul.archives_year {
   list-style-image: url(img/puce.gif);
   list-style-position: inside;
   font-weight: bold;
}
#archives a {
   text-decoration: none;
}
#archives a:hover {
   text-decoration: none;
}
#archives .archives_month {
   padding-left: 20px;
} 