/* SITE PARESSES*/

html 
{
	overflow: scroll; /* Pour forcer la scrollbar */
}
	
body
{
background-color: #dddbce;
background-image: url("images/sanpedrone3.jpg");
background-repeat: repeat-y;
background-position: top center;
background-attachment: fixed;

/* texte */
color: #492838; /* */
font-family: trebuchet MS; /* */
font-size: 18px;

line-height: 25px; /* */ 
text-align: justify; /* texte justifié */
/* corps */
width: 760px;
   margin: auto; /* Pour centrer la page */
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.  */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
}

#page
{
	position: relative; /* on positionne le conteneur */
     margin-left: auto;
     margin-right: auto;
   	width:760px;
	}

#feuille
{
	position: fixed;
	top: 0px;
	left: 135px;
	z-index: 2;
}

img
{
border:0;
	}

a
{
color: black;
font-family: garamond;
text-decoration: none;
}

/* titre du livre  */
h1
{
text-align: center; /* */
font-size: 28px;
/* */
}

/* paragraphe simple, alinéa */
h2
{
font-family: garamond; /* */
font-size: 19px;
font-weight: lighter;
line-height: 25px; /* */ 
text-align: justify; /* texte justifié */
text-indent: 40px;
/* */
}

/* titre de la paresse  */
h3
{
text-align: center; /* */
font-family: lucida handwriting, verdana;
line-height: 35px; 
}

/* page sommaire  */
#adresse
{
position: absolute;
top: 90px;
left: 120px;
width: 520px;
border-width: 0px;
text-align: center; /* */
font-family: lucida handwriting;
line-height: 35px; 
}

/* page lecture suivie  */
h5
{
text-align: justify; /* */
font-family: georgia;
font-size: 16px;
text-indent: 40px;
}

/* page sommaire  */

#titre
{
position: absolute;
top: 420px;
left: 0px;
border-width: 0px;
   border-color: black;
   border-style: dashed;
}

#explication
{
position: absolute;
top: 550px;
right: 20px;
border-width: 0px;
   border-color: black;
   border-style: dashed;
   font-size: 12px;
   color: white;
}

#sommaire
{
position: absolute;
top: 80px;
right: 20px;
width: 450px;
border-width: 0px;
   border-color: black;
   border-style: dashed;
}
/* fin de la page sommaire  */


/* FORMULAIRES */
label
{
font-family: lucida handwriting;
}

input
{
font-family: lucida handwriting;
}
/* fin des FORMULAIRES */

