/*
 * Contributor(s):
 *  Thierry Langlois
 */

/* 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";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
* {padding:0; margin:0;}

body{
	background: #FFF;
	color: #777;
	font-size: 80%;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
background:#117cc7;
}

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

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

label{
	cursor: pointer;
	cursor: hand;
}

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

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

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

img{border:none;}

/* La page
-------------------------------------------------------- */

/* 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: #F90;
	background: transparent;
	margin-bottom: 5px;
}

.post-title a{
	color: #F90;
	background: transparent;
	text-decoration: none;
}

.post-info, .post-info a{
	margin-top: 0;
	color: #117cc7;
	background: transparent;
	padding-bottom: 1ex;
	text-decoration: none;
	/*border-bottom: 1px solid #FC0;*/
}

.post-chapo{color:#AAA}


.post-content{
	text-align: justify;
	color:#DDD;
	font-size:11px;
	line-height:16px;
}

.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;
	background:#a7bfd0;
}
#comments blockquote p{color:#333}
.comment-number a{color:#777}
/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{margin-bottom:20px;}
#sidebar .start, #sidebar .node{margin-bottom:0px;}

#sidebar a{
	color:#FFF;
}

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

#sidebar h2,#sidebar h2 a, #sidebar h3{
	color: #9ED200;
	margin: 0 0 1ex 0;
}

.updown{
 float:right;
 margin: 0 35px 0 0;
}
* html .updown{margin:5px 15px 0 0;}
.updown img{ cursor:pointer}
#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 table{
	font-size: 0.8em;
	text-align: center;

	border-collapse: collapse;
}

#sidebar table caption{
	margin: 0 auto;
	color:#888;
}

#sidebar table th{
	color: #061033;
	background: transparent;
	height:5px;
	font-size:9px;
	display:none;
}

#sidebar table td{
	width: 20px;
	color:#EEE;
	line-height: 2em;
}

#sidebar table td a{
	display: block;
	color: #493;
	font-weight: bold;
	text-decoration: none;
}

#sidebar table td a:hover{
	background: #DBB8DC;
	color: #636;
}
#archives a{font-weight:normal;}
#archives .menu li{
	padding:0 0 0 15px;
	margin-left:5px;
	background: url(img/puce.gif) left 9px no-repeat;
}


.content-info{
	width:300px;
	border:1px solid #FFF;
}
.infos{
	padding: 9px 8px;
	background: #0772ba url(img/bg-infos.gif) center top repeat-x;
}
.infos h4{color:#061033; font-weight:bold}
.infos p{margin:5px 0 3px 0; line-height:1.3em; color:#FFF}
.infos a, .infos a:visited{display:block;text-align:right;color:#FFF; font-weight:bold}
.infos a:hover{color:#FFF}

#content h3, #comments h3{color:#F90}
.comment-info a{color:#777;}

#syndicate h2 a{color:#9ED200; text-decoration:none;}
.menu a {font-size:10px}

