/* ***** 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
VERT D64203 à mettre à la place du orange  FF9900
BLEU 666666 à la place du vert 9ED200
-------------------------------------------------------- */


h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 4em;}
h2{font-size: 1.4em;}
h3{font-size: 1.2em;}
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;
	/*cursor: hand;*/
}

img{
	border:0;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

input{background-color:#FFFFFF; background-image:url(img/input_button.png); background-repeat:repeat-x}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a			{color: #000; text-decoration:none}
a:visited 	{text-decoration:none}
a:hover		{text-decoration:underline}


.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
div.toporange {width:780px; 
height:38px; background-image:url(img/barre-firefox-orange.png); background-repeat:repeat-x; font-size:30px; color:#FFF; margin:auto; }

div#floppy a			{color:#002b7f; text-decoration:none;  }
div#floppy a:visited	{color:#002b7f; text-decoration:none;}
div#floppy a:active	{color:#002b7f; text-decoration:none;}
div#floppy a:hover	{color:#D64203; text-decoration:none;}




	div.top a			{color:#FFFFFF; text-decoration:none; font-size:30px; }
	div.top a:visited	{color:#FFFFFF; text-decoration:none;font-size:30px;}
	div.top a:active	{color:#FFFFFF; text-decoration:none;font-size:30px;}
	div.top a:hover	{color:#FFFFFF; text-decoration:underline;font-size:30px;}

div.downloadh { background-image:url(img/header.png); width:780px; height:190px; background-repeat:no-repeat; margin:auto}
	div.downloadh a			{color:#002b7f; text-decoration:none;  }
	div.downloadh a:visited	{color:#002b7f; text-decoration:none;}
	div.downloadh a:active	{color:#002b7f; text-decoration:none;}
	div.downloadh a:hover	{color:#002b7f; text-decoration:underline;}
	
div.logo {	width:780px; 
			height:165px; 
			margin:auto; 
			background-image:url(img/logo.png);
			background-repeat:repeat;
}

/* Le menu (=les catégories)
-------------------------------------------------------- */ 
div.menu {
	background-image:url(img/menu_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#033562;
	padding-top:8px;
	height:30px;
	width:780px;
	margin:auto;
	color:#FFFFFF;
	font-size:12px; 
	}
	div.menu a			{color:#FFF; text-decoration:none; font-size:11px; }
	div.menu a:visited	{color:#FFF; text-decoration:none;font-size:11px;}
	div.menu a:active	{color:#FFF; text-decoration:none;font-size:11px;}
	div.menu a:hover	{color:#FFF; text-decoration:underline;font-size:11px;}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	/*background: transparent url(img/day-date.png) no-repeat left center;*/
	font-style: italic;
}

.post-title{
	color:  #D64203;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color:  #D64203;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	font-size:11px;
	color: #666666;
	background: transparent;
	/*padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #666666;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}



/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	/*border-bottom: 1px solid #9ED200;*/
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	color: #002b7f
	;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
	border-bottom: 1px solid #666666;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4%;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
	border-bottom: 1px solid #666666;
}

#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: #E9E9E9;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #EFA;
	color: #636;
}
#googleadsense {
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
	border-bottom: 1px solid #666666;
}

#categories {
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
	border-bottom: 1px solid #666666;
}

#archives {
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
	border-bottom: 1px solid #666666;
}

#syndicate {
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
	border:0;
}

#syndicate img{
	margin-bottom:2px;
}

#links {
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
	border-bottom: 1px solid #666666;
}

#floppy {
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;

}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	width:780px;
}




div.awards {background-image:url(img/awards.png); width:300px; height:166px; background-repeat:no-repeat; margin:auto; padding-right:200px}

div.download { background-image:url(img/telecharger-mozilla-firefox.png); width:391px; height:127px; background-repeat:no-repeat;}
div.download a			{color:#002b7f; text-decoration:none;  }
div.download a:visited	{color:#002b7f; text-decoration:none;}
div.download a:active	{color:#002b7f; text-decoration:none;}
div.download a:hover	{color:#002b7f; text-decoration:underline;}

#credit{font-size:10px; color:#666666; line-height:normal;
width:780px;
margin:auto;
	background:fff;
	color: #C6C6C6;
	text-align: center;
}

#credit a{
	color: #C6C6C6;
	background: transparent;
}

#credit a:hover{
	color: #666;
	background: transparent;
}

/* billet de la catégorie
-------------------------------------------------------- */

.catpost_showtitre{font-size: 0.8em; color: #666666; list-style:square;
/* pas de mise forme spéciale*/
}
.catpost_showchapo{
font-style:italic;
list-style: none;
}

/* citations
-------------------------------------------------------- */
#citation {
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
	border-bottom: 1px solid #666666;
}

.citation-auto {
 margin: 0 1em;
 text-align: justify;
 font-size: 90%;
 line-height: 100%;
}

.citation-auto cite {
 display: block;
 text-align: right;
 font-size: 75%;
 line-height: 100%;
 margin-top: 1em;
}

span.highlight0 {background-color: #FFFF66;}
span.highlight1 {background-color: #66FF66;}
span.highlight2 {background-color: #66FFFF;}
span.highlight3 {background-color: #FFCCFF;}
span.highlight4 {background-color: #CCCCCC;} 


.pub-google {
/*background:url(img/trait.png);*/
	background-color:#f2f2f2;
}

/*Code ci-dessous = code rajouté au code d'origine*/





