/* ***** 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 dfinit le style visuel pour les diffrents lments du blog.
 * Dans l'ordre, vous trouverez les rgles qui dfinissent l'apparence pour:
 * - les lments HTML en gnral
 * - la page
 * - l'entte
 * - le prlude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est dfini dans le fichier layout.css
 * Pour mettre la barre de navigation  gauche, dcommentez l'appel  
 * layout-gauche.css
 */

/*@import "layout.css";*/
/* @import "layout-gauche.css"; */
 
/* Les lments HTML en gnral
-------------------------------------------------------- */
body{
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Stylus BT", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#menudroite h1{
	font-family: "Stylus BT", Arial, Helvetica, sans-serif;
	text-align: center;
}
#menudroite h2{
	font-family: "Stylus BT", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 22px;
	text-decoration: underline;
}
#menudroite h3{
	font-family: "Stylus BT", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #003300
}
#menudroite h4{
	font-family: "Stylus BT", Arial, Helvetica, sans-serif;
	text-align: center;
}
#menudroite h5{
	font-family: "Stylus BT", Arial, Helvetica, sans-serif;
	text-align: center;
}
#menudroite h6{
	font-family: "Stylus BT", Arial, Helvetica, sans-serif;
	text-align: center;
}

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;
}

.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 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	cursor: crosshair;
}

a:hover {
	background-color: #AAA;
	color: #FFFFFF;
}

a:visited {
	color: #000000;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#conteneur {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* L'entete
-------------------------------------------------------- */
#header {
	width: 1000px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	border: solid 1px #000000;
	border-bottom: none;
	background-color: #FFFFFF;
	background-image: url(img/header.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#menu_haut {
	float: left;
	height: 30px;
	width: 1000px;
	border: solid 1px #000000;
	border-bottom: none;
	background-color: #FFFFFF;
	background-image: url(img/bg_menu_haut.png);
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
}

ul.menu {
	list-style-type: none;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: absolute; 
	width: 100%; /* prcision pour Opera */
}

li.menu {
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.menu a {       /* dfinition de chaque bouton du menu */	   /* largeur du bouton, que vous pouvez changer  loisir */
	height: 25px;
	float: left;
	display: block;
	font-family: "Stylus BT", Arial;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: solid 1px #000;
}

.menu a:hover {
	background: #AAA;
	padding-top: 5px;
	color: #fff;
}

/* Le contenu
-------------------------------------------------------- */

.intro {
	margin-right: 200px;
	}
#texte {
	width: 759px;
	float: left;
	padding: 20px;
	border: solid 1px #000000;
	background-image: url(img/bg_text.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	
}
#texte h1 {
	min-height: 100px;
	min-width: 700px;
	background-image: url(img/background_footer.png);
	background-position: left;
	background-repeat: no-repeat;
}

#texte a img {
	display: block;
	border: none 0;
}

#menudroite {
	width: 200px;
	float: right;
	border: solid 1px #000000;
	border-left: none;
	background-image: url(img/bg_menu_right.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
}

.post {
	border-bottom: dotted 1px #999999;
}
.post-title{
	color: #000;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	font-family: "Stylus BT", Arial;
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	color: #000000;
	cursor: crosshair;
	background-color: #FFFFFF;
	margin-bottom: 3px;
}

.post-info{
	margin-top: 0;
	color:#999;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #999;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-content img{
	margin-left: auto;
	margin-right: auto;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#menudroite div#search{
	margin-top: 100px;
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	margin-left: 18px;
	background: #fff;
	background-image: url(img/q.png);
	background-repeat: no-repeat;
	background-position: right; 
}

#menudroite div#calendar{
	margin-top: 100px;
	/*border-top: 1px solid #F0F0F0;*/
}

#horloge{
	margin-left: 15px;
	margin-top: 5px;
}
	
#menudroite div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#menudroite div#calendar table caption{
	margin: 0 auto;
}

#menudroite div#calendar table th{
	color: #000;
	background: transparent;
}

#menudroite div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #CCC;
}

#menudroite div#calendar table td a{
	display: block;
	background: #AAA;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#menudroite div#calendar table td a:hover{
	background: #333;
	color: #FFF;
}

#menudroite div#scrobbler {
	margin-right: 10px;
}

#menudroite li {
	list-style-type :none;
}
#menudroite li a {
	font-weight: normal;
	text-decoration: none;
}
#scrobbler a img {
	border: none 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}


/* Le pied de page
-------------------------------------------------------- */
#footer {
	width: 799px;
	height: 25px;
	float: left;
	background-color: #FFFFFF;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top: 10px;	
	text-align: center;
}

#footer a{
	color: #999;
}