/* ------------------------------------------------------------------------
	Gestion des balises HTML par défaut
------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	color: #605c53;
	background: #bfc59f url(../img/fond-body.gif) 0 0 repeat-x;
}
#page {
	width: 750px;
	position: relative; /* pour footer (entre autre) */
	min-height: 100%; /* pour footer */
	margin: auto;
	text-align: left;
	font-size: 1em;
	background: url(../img/fond-page.gif) right top repeat-y;
}

html, body, * html #page {
	height: 100%; /* pour footer */
}



/* ------------------------------------------------------------------------
	Entête de la page
------------------------------------------------------------------------ */

#entete {
	height: 80px; /* pour préserver l'espace du haut... */
	background: url(../img/fond-entete.gif);
}
#entete h1 {
	position: absolute;
	top: 80px;
	left: 0;
	background: url(../img/titre-sous-les-couvertures.gif);
}
#entete h1, #entete h1 a {
	display: block;
	width: 41px;
	height: 159px;
	text-decoration: none;
}
#entete h1 span {
	font-size: 1px;
	visibility: hidden;
}


/* ------------------------------------------------------------------------
	Corps de la page
------------------------------------------------------------------------ */

#corps {
	/* pour footer : padding-bottom équivalent (ou plus grand) à la marge négative du haut du pied */
	padding: 0 0 120px;
	width: 709px;
	margin: 0 0 0 41px;
	overflow: hidden;
}


/* Colonne de gauche : le contenu... ----------------------------------- */

#contenu {
	float: left;
	display: inline; /* Pour IE */
	width: 548px;
	margin-left: 4px;
	line-height: 1.4;
}

/* Textes général ----- */

a:link {
	color: #012d68;
}
a:visited {
	color: #4f6e98;
}
a:hover, a:active {
	color: #226bca;
}

h2 {
	position: relative;
	margin: 0 0 1em;
	padding: 1em 40px 1em;
	color: #0f0e0d;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.2;
	border-bottom: 1px solid #d8d6d6;
}
h2.sansBordure {
	padding-bottom: 0;
	border: none;
}
h3 {
	margin: 2em 0 1em 40px;
	padding: 0 0 .5em 0;
	font-size: 1.4em;
	font-weight: normal;
	border-bottom: 1px solid #d8d6d6;
}
p {
	margin: 0 0 1em;
}
p.retour {
	margin: 1em 0 0;
	padding: 0 40px;
	text-align: right;
	font-weight: bold;
}
p.retour a:link, p.retour a:visited {
	text-decoration: none;
}
p.retour a:hover, p.retour a:active {
	text-decoration: underline;
}
p.infos {
	font-size: .9em;
}
img.visuel {
	float: right;
	margin: 0 0 10px 15px;
}
.intro {
	margin: 0 0 4px;
	padding: 25px 40px;
	font-size: 1.5em;
	line-height: 1.2;
	min-height: 109px;
	color: #fff;
	background: url(../img/fond-intro.jpg);
}
.zonetexte {
	padding: 0 40px;
}
.bordure {
	padding-top: 2em;
	border-top: 1px solid #d8d6d6;
}

a.photo img {
	padding: 2px;
	border: 1px solid #d8d6d6;
	background: #fff;
}
a.photo:hover img {
	border-color: #666;
}



/* Module : Liste de NOTES --------------------------------------------- */

.notes li {
	border-top: 1px solid #d8d6d6;
	padding: 25px 40px;
}
.notes li .date {
	font-size: .9em;
	margin: 0;
}
.notes h4 {
	margin: 1em 0 1em;
	padding: 1em 0 0;
	width: 100%;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.3;
}
.notes h4 a {
	float: left;
	width: 390px;
	color: #0f0e0d;
	text-decoration: none;
}
.notes h4 a:visited {
	color: #555;
}
.notes h4 a:hover {
	color: #0f0e0d;
	text-decoration: underline;
}
.notes h4 a.photo {
	width: 51px;
	margin: -.8em 10px 0 0;
}
.notes li p {
	clear: both;
}
.notes li .infos {
	margin: 0;
}

#archiveAuteur h4 {
	padding: 0;
}
#archiveAuteur h4 a {
	float: none;
}
#archiveAuteur h4 a.photo {
	display: none;
}
#archiveAuteur .infos span {
	display: none;
}


/* Module : présentation en entête de l'auteur -------------------------- */

#banniere {
	position: relative;
	margin-bottom: 4px;
	background-repeat: repeat-y;
}
#banniere p {
	margin: 0;
	padding: 15px 40px;
	font-size: 1.6em;
}
#banniere a {
	color: #fff;
	text-decoration: none;
}
#banniere a:hover span {
	text-decoration: underline;
}
#banniere img {
	vertical-align: middle;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #aaa;
	background: #fff;
}
#banniere a:hover img {
	border-color: #666;
}
.callard {background-image: url(../img/fond-presentation-callard.gif);}
.sbienvenu {background-image: url(../img/fond-presentation-sbienvenu.gif);}
.pllalonde {background-image: url(../img/fond-presentation-pllalonde.gif);}
.acorreze, .gherman, .simbeault, .plcauchon, .cfdecelles {background-image: url(../img/fond-presentation-generique.gif);}



/* PAGE : Archive d'une note -------------------------------------------- */

h2.identification {
	padding: 1em 0;
	margin: 0;
	border: none;
	width: 100%;
	overflow: hidden;
}
h2.identification a.photo {
	float: left;
	width: 51px;
	margin: -.5em 10px 0 40px;
}
h2.identification span {
	float: left;
	width: 410px;
}

.notes h4 {
	margin: 1em 0 1em;
	padding: 1em 0 0;
	width: 100%;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.3;
}
.notes h4 a {
	float: left;
	width: 390px;
	color: #0f0e0d;
	text-decoration: none;
}

/* Liste de commentaires ----- */

#commentaires ul, #apercu {
	margin: 0 40px;
}
#commentaires li, #apercu div {
	margin-bottom: 2.3em;
	padding-left: 40px;
	background: url(../img/bulle-commentaire.gif) 10px 2px no-repeat;
}
#commentaires li p {
	margin: 0 0 .5em;
}

/* Poster un commentaire (formulaire) ----- */

#poster p {
	margin: 0 0 .5em;
}
#poster label {
	font-size: .9em;
	font-weight: bold;
}
#poster label span {
	font-weight: normal;
}
#poster input.champ, #poster textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #999;
}
#poster input.champ {
	width: 200px;
	margin-top: 1px;
	padding: 2px;
}
#poster textarea {
	margin-top: 5px;
	padding: 4px 0 4px 5px;
	width: 450px;
}
#poster p.boutons {
	margin-top: 1.5em;
}
#poster .bouton {
	overflow: hidden;
	width: auto;
	margin: 0 10px 0 0;
	padding: 2px 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	background: #000 url(../img/fond-bouton.gif) 0 0 repeat-x;
}
#poster .bouton:hover {
	cursor: pointer;
}
p.erreur {
	font-weight: bold;
	color: red;
}

/* Colonne de droite : les livres... ----------------------------------- */

#droite {
	float: right;
	width: 152px;
	padding: 10px 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	background: #0f0e0d;
}
#droite a {
	color: #fff;
	text-decoration: none;
}
#droite a:hover {
	text-decoration: underline;
}
#droite h6 {
	font-size: .9em;
	margin: 0 15px 10px;
}
#droite ul {
	margin: 0 15px 10px;
}
#droite li {
	margin: 0 0 2px;
	padding: 0 0 0 7px;
	background: url(../img/puce-liste-droite.gif) 0 6px no-repeat;
}

ul#livres {
	margin-top: 20px;
	background: url(../img/filet-separateur-livres.gif) bottom center no-repeat;
}
#livres li {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	background: url(../img/filet-separateur-livres.gif) top center no-repeat;
}
#droite #livres a {
	text-decoration: none;
}
#livres li img {
	display: block;
	margin: 5px auto 0;
	border: 2px solid #171813;
}
#livres li a:hover img {
	border-color: #fff;
}

#droite #rss {
	margin: 2.5em 15px 0;
	text-align: center;
	font-weight: bold;
}
#rss img {
	padding-left: 5px;
	vertical-align: middle;
	background: #0f0e0d;
}



/* ------------------------------------------------------------------------
	Pied de la page
------------------------------------------------------------------------ */

/* Pour le footer qui colle au bas, voir:
	http://www.themaninblue.com/experiment/footerStickAlt */

#pied {
	position: relative; /* pour footer */
	margin: -100px auto 0; /* Margin-top équivalent à la hauteur du footer */
	text-align: left;
	width: 750px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: .9em;
}
#pied * {
	font-style: normal;
	color: #605c53;
}
#pied p {
	margin: 0 157px 0 45px;
	padding: 20px 40px 10px;
	line-height: 1.2;
	border-top: 1px solid #d8d6d6;
	background: url(../img/logo-septentrion.gif) 10px 40% no-repeat;
}
#pied em {
	float: right;
}
#pied em img {
	display: block;
}




