html 
{
	overflow: scroll; /* Pour forcer la scrollbar */
	}
	
body
{
background-color: #d0c0b3;
background-image: url("images/sanpedrone0b.jpg");
background-repeat: repeat-y;
background-position: top center;
background-attachment: scroll/*fixed*/;
/* texte */
color: #492838; /* */
font-family: garamond; /* */
font-size: 19px;
font-weight: lighter;
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 */
}

a, input
{
position: relative;
z-index: 2;
}

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


/* PAGE D'ACCUEIL */
#entrer
{
position: absolute;
top: 160px;
left: 320px;
width: 480px;
margin: 0px; /* Pour centrer notre page */
height: 330px;
border-width: 0px;
   border-color: white;
    border-style: solid;	
font-family: lucida handwriting;
text-align: center;
}

#entrer, a
{
color: #ffffff;
text-decoration: none;	
font-size: 25px;
}

img
{
border:0;	
}

