/* zones non imprimables */
#sidebar, #prelude, #comment-form, #footer, .no-print { display: none;}

/* =================================================================
        1. STRUCTURE DE LA PAGE - REGLES DES GRANDS BLOCS
/* ============================================================= */

body {
	font-size : 76%;
	margin : 0;
	padding : 0;
	text-align : center; /* indispensable pour qu'Internet Explorer centre la page dans la fenetre */
	font-family:"Lucida Grande", optima, "Trebuchet MS", sans-serif;
    }
#page {
	width : 95%;
	margin : 0 auto 20px auto;
	padding : 0;
	background : #fff;
	text-align : left;
    }
#top {
	margin : 0;
	padding : 0;
	text-align : center;
	height: 145px;
	}
#main {
	width : 100%;
	padding : 0;
	float : left;
	background : transparent;
	}

/* ==============================================================
        2. BALISES HTML
/*  ============================================================= */

h1 {font-size : 2em; }
h2 { font-size : 1.33em; margin : 0; }
h3 { font-size : 1.25em; margin : 1.5em 0 0 0; }
h4 { font-size : 1em; margin : 1.5em 0 0 0; }
h5 { font-size : 0.83em; margin : 1.5em 0 0 0; }
h6 { font-size : 0.67em; margin : 1.5em 0 0 0; }

p { margin : 1em 0 0 0; }

img { border : none; }

q, cite { 
	font-style : italic; 
	background : #f7f7f7; 
	}

code, pre { 
    font-family : "Courier New",monospace; 
    font-size : 1.1em;
    color : #66c;
    }

pre {
	background : #f5f5f5;
	border : 1px solid #004083;
	margin : 1em 2em;
	padding : 0.5em 1em;
	text-align:left;
	white-space:normal;
		/* cache pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
		white-space:pre;
		width: 90%;
		overflow : auto;
		/* Fin hack Ne pas supprimer cette ligne */
}


/* ==============================================================
        3. LES LIENS
/*  ============================================================= */


/* ********** Regles generales ************* */

a {
	text-decoration : none;
	}
a:link {
	color:#004083; 
	}
a:visited {
	color:#004083; 
	}
a:hover, a:focus {
	color:#666; 
	background:#f7f7f7;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #666;
	background : transparent;
	}


/* =================================================================
        4. HAUT DE PAGE
            (voir a la fin de cette feuille les styles pour un menu 
            horizontal et/ou un sous-titre)
/* ============================================================= */
#top h1 {
	margin : 0;
	height : 125px;
	font-size: 3em;
	}
#top h1 a {
	display : block;
	padding : 50px 0 0 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	}

/* =================================================================
        5. LES BILLETS
/* ============================================================= */

.post {
	background : transparent url(images/colonne-post.gif) no-repeat;
	margin-bottom : 3em;
	}
.day-date {
	display:none;
	}
.post-title {
	text-transform : uppercase;
	font-weight : bold;
	}
.post h3, .post h4, .post h5, .post h6 {
	font-weight : normal;
	color : #666;
	margin-top : 2em;
	text-transform : uppercase;
	text-align : left;
	}
.post-info {
	margin : 0.25em 0;
	color : #999;
	}
.post-chapo {
	margin : 1em 0;
	text-align : justify;
	font-weight: bold;
	}
.post-content {
	text-align : justify;
	margin-top : 0.5em;
	}
.post-content p, .post-chapo p {
	margin-top : 1em;
	line-height : 140%;
	}
.post-info-co {
	margin-bottom:2em;
	margin-top:0.5em;
	}
.post blockquote {
	margin:2em;
	padding:0 2em 0 1em;
	border-left : 4px solid #ddd;
	}
.post img {
	padding : 2em 0;
	}
.footnotes {
	font-size:0.9em;
	}
.footnotes, .footnotes p {
	margin-top : 1em; text-indent : 0;
	}

.dropcap {
	font-size:2.1em;
	font-weight: bold;
	font-family: "Benguiat Bk BT", Benguiat, 'Belwe Bd BT', Belwe, Georgia, "Times New Roman", serif;
}

/* =================================================================
        6. COMMENTAIRES, TRACKBACKS
            (voir aussi formulaires en 8)
/* ============================================================= */

#trackbacks, #comments, #comment-preview {
	}
#trackbacks {
	border-top : 4px dotted #ddd;
	background : transparent url(images/comments.png) no-repeat top right;
	}
#comments h3, #trackbacks h3 {
	margin-top : 2em;
	margin-bottom : 1em;
	}
.comment-info {
    margin : 1.5em 0 0.5em 0;
    }
#comments blockquote, #trackbacks blockquote {
    margin : 0.5em 2em;
    }




/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
	}
.error ul {
	padding-left : 20px;
	}
.error li {
	list-style : square;
	}



