/* Eléments généraux de présentation d'une page */

* { margin: 0; padding: 0; }
p { margin-bottom: 9px; }
img { border: 0; }

a  { text-decoration: none; }

.gauche {
	float: left;
	margin:6px 12px 6px 0;
}

.droite {
	float: right;
	margin: 6px 0 12px 12px;
}

.centre {
	text-align: center;
}

p.suite {
	text-align: right;
	font-family: Times New Roman, serif;
	font-size: 13px;
	font-style: normal;
}

.legende {
	font-family: Verdana, Arial, sans serif;
	font-style: italic;
	font-size: 9px;
}

p.separateur {
	margin: 0;
	height: 12px;
}

.clear {					/* permet de réinitialiser les positionnements de bloc */
	clear: both;
}

body {
	background: url(../images/background_eau.jpg) center 100px no-repeat #132f41;
	font-family: Times New Roman, serif;
	font-size: 13px;
	color: #6b6451;
	color: #423f36;		/* couleur + foncée idem couleurs de titre */
	margin: 24px 12px 9px 12px;
	text-align: center;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style: italic;
}

a.texte {
	font-weight: bold;
	color: #314c5d;
}

a.biblio {
	font-weight: bold;
	color: #6b6451;
	color: #423F36;
}

a.texte:hover, a.biblio:hover  {
	color: #132f41;
}


a.commande {
	color: #ff8040;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}

a.commande:hover {
text-decoration: underline;
}

a.lire {
	text-decoration: none;
	display: block;
	width: 130px;
	height: 18px;
	background-color: #F08026;
	text-align: center;
	margin: 3px 0 12px 0;		/* espacement au-dessus et en-dessous du lien orange */
	font-family: Times New Roman;
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
}

a.lire:hover {
	background-color: #CD8C58;
}

#page, #piedpage {
	width: 780px;		/* largeur du bloc central */
	margin: 0 auto;
	text-align: left;
}

#page {
	background-color: #f2e4bf;	/* couleur de fond de la partie centrale */
	border: solid 1px #7e7765;	/* couleur de la bordure */
	padding-bottom: 24px;
}

#textepage {
	padding: 0 24px 15px 60px;	/* marges intérieures par rapport aux bords du bloc central page */
}

#piedpage {
	padding-top: 3px;
	text-align: center;
	color: #fbeaba;
	font-family: Arial;
	font-size: 10px;
}

#entete {
	height: 75px;		/* hauteur de l'image */
	margin: 18px 0 24px 0;
	color: #6c2325;
	color: #314c5d;
}

#entete img {
	float: left;
	margin: 0 12px 12px 0;
}

#entete h1 {
	font-size: 22px;
	padding-top: 15px;
}

#entete h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
}

.danslo {
	font-size: 150%;
	font-style: italic;
	position: relative;
	top: 2px;
}

/* fin de la définition du haut de page */

/* pages auteure, album */
div.description {			/* colonne de gauche */
	width: 400px;
	margin-right: 36px;
	float: left;
}

div.bonus {				/* colonne de droite */
	width: 250px;
	float: left;
}

div.interview, div.contenu {
	width: 600px;
}
	
div.dossier {
	width: 95%;
}

div.croquis {
	text-align: center;
}

div.croquis img {
	margin-right: 9px;
	margin-bottom: 9px;
}

div.fond {
	float: left;
	margin: 18px 48px 9px 0;
	text-align: center;
}

div.fond a {
	text-decoration: underline;
	line-height: 18px;
	font-weight: normal;
	font-family: Arial, serif;
	font-size: 11px;
}

.description h1, .description h2, .bonus h1, .interview h1, .interview h2, .contenu h3, .dossier h1, .dossier h2 {
	color: #423f36;		/* couleur des titres colonnes de droite et de gauche */
}

.description h1, .interview h1, .dossier h1 {
	font-size: 22px;
	margin-bottom: 6px;
}

.description h2, .interview h2, .dossier h2 {
	font-size: 18px;
}

.bonus h1{
	font-size: 20px;
	/*margin: 12px 0 0 0;*/
}

.bonus h2 {
	font-size: 16px;
}

.bonus p {
	margin-bottom: 0;
}

.description h1, .description  h2, .bonus h1, .bonus  h2, h3 {
	clear: both;
}

h3 {
	margin: 12px 0;
	font-weight: bold;
	font-size: 15px;
}

h4 {
	font-style: italic;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}



