/* ***** 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):
 *  Nicolas Longueville (sur la base du thème par défaut)
 */

/* 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: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	background-color: #990000;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(img/background.gif);
}

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

}

h1{
	font-size: 250%;
}
h2{
	font-size: 1.4em;
	text-transform: uppercase;
}
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;
}

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

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	color: inherit;
	background-color: #FFFFFF;
	/*background-image: url(img/page.png);*/
	background-repeat: repeat-y;
	background-position: center top;
	border: 1px solid #000000;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left top;
	border: 2px solid #FFFFFF;
}

#top h1{
	padding-top: 10px;
	padding-left: 10px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 27px;
	letter-spacing: 1px;
	line-height: 30px;
}

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

#top p { 
	margin-top:-20px;
	padding-left:40px;
}

#top #blogdesc{
	color: #FFF;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	letter-spacing: 1px;
}

/* Le prélude
-------------------------------------------------------- */ 


/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	font-size: 90%;
	color: #8B0000;
	font-style: italic;
	display:none       ;
}

.post-title{
	color: #000;
	background: transparent;
	margin-bottom: 0;
	font-family: "Times new roman", Georgia, "New Century Schoolbook", Times, serif;
	font-weight:100;
	font-size:2.8ex;
	line-height:110%;
	margin-top: 0px;
}

.post-title a{
	color: #9F0000;
	background: transparent;
	text-decoration: none;
	font-family: "Times new roman", Georgia, "New Century Schoolbook", Times, serif;
	font-weight:100;
	line-height:110%;
}

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

.post-info a{
	color: #841E0B;
	background: transparent;
	text-decoration: none;
}

.post-content{
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	text-align: justify;
	font-size: 100%; 
}

.post-content img{
	border: 1px solid #333333;
	vertical-align: bottom;
	text-align: right;
}


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

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgb(224, 224, 224);
	border-right-color: rgb(224, 224, 224);
	border-bottom-color: rgb(224, 224, 224);
	border-left-color: rgb(224, 224, 224);
	background-color: rgb(255, 255, 255);
	background-image: url(img/postinfo.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
    -x-background-x-position: 0%;
    -x-background-y-position: 0%;
    -moz-background-clip: -moz-initial;
    -moz-background-origin: -moz-initial;
    -moz-background-inline-policy: -moz-initial;
	color: inherit;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0ex;
	padding-right-value: 0.5ex;
	padding-bottom: 0ex;
	padding-left-value: 0.5ex;
	padding-left-ltr-source: physical;
	padding-left-rtl-source: physical;
	padding-right-ltr-source: physical;
	padding-right-rtl-source: physical;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
	padding-right: 5px;
}

.comment-info{
	color: #000;
	padding: 5px 0 5px 10px;
	margin: 0 0 0 0;
	background-color: #CCCCCC;
}

.comment-info a{
	color: #000;
	background-color: #CCCCCC;
}

#trackbacks blockquote, #comments blockquote{
	color: #000;
	margin: 0 0;
	padding: 1ex 1em;
	background-color: #E8E8E8;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	background: none;
}


#sidebar a{
    text-decoration : underline;
    color: #000;
    padding-left: 1px;
}

#sidebar a:hover{
	color: #730020;
	font-style: normal;
	background-color: #DDDDDD;
	width: 224px;
	position: fixe;
	text-decoration: none;
	overflow: visible;
	display:block;
}


#sidebar div ul{
	text-decoration: none;
	padding: 0;
	list-style: none;
	font-size: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
}



#sidebar h2{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight:bold;
	font-size: 90%;
	text-align: center;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	letter-spacing: 1px;
	background-image: url(img/stripe_gray.gif);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#sidebar h3{
	color: #292A1A;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}


#sidebar div#search{
         margin-top:0;
	background: #FFF;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}

#sidebar div#links li{
         margin: 0 0 0 0;
         padding: 0 0 0 0;

}

/*#sidebar div#links li a:hover{
         background: #474646;
         width: 228px;
         margin: 0 0 0 0;
         display: block;
         color: #000;

}*/

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

#sidebar div#calendar{
	margin-bottom: 0;
	color: #333333;	/*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: #000;
	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: #980000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 0;
}

#sidebar div#calendar table td a:hover{
	background: #000;
	color: #FFF;
	width: auto;
}

#sidebar div#topimages{
	background-color:#FAFAFA;
	text-align: center;
}



/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	color: #FFFFFF;
	background-color: #000000;
}

#footer a{
	color: #FFFFFF;
    padding-left: 20px;
}
