/* 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{
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
}

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

h1{font-size: 12px;}/* texte Accueil */
h2{font-size: 14px;}/* titres billets */
h3{font-size: 12px;}/* titres track et coms */
h4{font-size: 12px;}/* ?? */
h5{font-size: 20px;}
h6{font-size: 50px;}

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: 550px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #CC0000;
	text-decoration: none;
} /* couleur des liens dans les billets */

a:visited{
	color: #CC0000;
	text-decoration: none;
} /* couleur des liens dans les billets une fois visités */

a:hover{
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
} /* couleur des liens dans les billets au survol de la souris */

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #000000 url(img/page.gif) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	width: 800px;
	height: 250px;
	padding-top: 0px;
	background: #000000 url(img/top4.gif) no-repeat left top;
}

#top h1{
	height: 250px;
	line-height: 415px;
	margin: 0 0 0 0px;
	padding-top: 20px;
	color: #FFFFFF;
}

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

#top h1 a:hover{
	border: 0px;
}

/* Le contenu
-------------------------------------------------------- */

.post{
	padding-left: 0px;
	background: #000000 url(img/post.png) no-repeat left top;
}

.post-title{
	padding-left: 0px;
	color: #cc0000;
	background: transparent;
	margin-bottom: 0;
	/*TITRE DES BILLETS*/
}

.post-title a{
	padding-left: 0px;
	color: #cc0000;
	background: transparent;
	text-decoration: none;
	/*TITRE DES BILLETS VISITÉS*/
}

.post-title a:hover{
	color: #FFFFFF;
	border: 0px;
	/*TITRE DES BILLETS SURVOL*/
}

.post-title a:visited{
	color: #cc0000;
	border: 0px;
	/*TITRE DES BILLETS VISITÉS*/
}

.post-info{
	padding-left: 1px;
	margin-top: 0;
	color: #444444;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/ /*LIGNE DES INFOS AUTEUR */
}

.post-info a{
	color: #333333;
	background: transparent;
	text-decoration: none;
	/*LIGNE DES INFOS DATES & CATS ETC*/
}

.post-info a:hover{
	color: #666666;
	border: 0px;
	text-decoration: none;
	/*LIGNE DES INFOS AUTEUR DATE ETC AU SURVOL DE LA SOURIS*/
}

.post-info a:visited{
	color: #333333;
	border: 0px;
	/*LIGNE DES INFOS AUTEUR DATE ETC VISITÉS*/
}

.post-content{
	text-align: justify;
	font-size: 12px;
	/*TEXTE DE CONTENU DU BILLET*/
}

.post-content blockquote{
	font-family: "Arial", sans-serif;
	font-style: none;
}

.post-info-co{
	text-align: left;
	color: #cc0000;
	/*LIGNE DES INFOS AUTEUR DATE ETC DANS LES BILLETS*/
}

.post-info-co a{
	color: #333333;
	/*LIGNE coms&track quand il y en a*/
}

.post-info-co a:hover{
	color: #333333;
	border-bottom: 1px solid #000000;
}

.post-info-co a:visited{
	color: #333333;
}

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

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
	margin-bottom: 4px;
}

#sidebar div a{
	color: #FFFFFF;
} /* COULEUR DES LIENS DANS LA BARRE DE DROITE */

#sidebar div a:hover{
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
} /* COULEUR DES LIENS AU SURVOL */

#sidebar div a:visited{
	color: #DFDFDF;
} /* COULEUR DES LIENS VISITÉS */

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

#sidebar h2, #sidebar h3{
	color: #777777;
	margin: 0 0 1ex 0;
} /* COULEUR DES TITRES */

#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(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	align: left;
	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: #666666;
	background: transparent;
	/*JOURS SEMAINE DU CALENDRIER*/
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #333333;
	/*LIGNES TABLEAU*/
}

#sidebar div#calendar table td a{
	display: block;
	background: #cc0000;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	/*JOUR ACTIF*/
}

#sidebar div#calendar table td a:hover{
	background: #cc0000;
	color: #000000;
	border-bottom: 0px;
	/*JOUR ACTIF CLIQUÉ*/
}

#sidebar div#links a {
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	color: #ad0000;
}

#sidebar div#links a:hover {
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
	color: #ad0000;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 2em;
	padding-right: 3em;
	background: #000000 url(img/footer.gif) no-repeat left top;
	color: #666;
	height: 20px;
	text-align: right;
}

#footer a{
	color: #999;
}

#footer a:hover{
	color: #DDDDDD;
	border-bottom: 0px;
}
