html 
{
	overflow: scroll; /* Pour forcer la scrollbar */
	}

body
{
background-color: #968888; 
background-image: url("../images/nord_jalisco.jpg");
background-repeat: no-repeat;
background-position:  center 5px;
background-attachment: fixed;
/* texte */
color: #241f1f; 
font-family: verdana; /* */
font-size: 16px;
/*font-weight: bold;
line-height: 25px;  */ 
text-align: center; 
/* 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;
	}

img /* pour les drapeaux*/
{
	border: 0;
}

#nom
{
	position: absolute;
	top: 130px;
	left: 30px;
	font-style: italic;
}

#langue
{
	position: absolute;
	top: 490px;
	left: 620px;
	font-style: italic;
	border: 0px solid black;
	line-height: 25px;
}

#drapeau_fr
{
	position: absolute;
	top: 530px;
	left: 520px;
	width: 90px;
	height: 90px;
	line-height: 13px;
	border: 0px solid black;
	font-size: 13px;
}

#drapeau_es
{
	position: absolute;
	top: 530px;
	left: 610px;
	width: 90px;
	height: 70px;
	line-height: 13px;
	font-size: 13px;
}

#drapeau_co
{
	position: absolute;
	top: 530px;
	left: 700px;
	width: 90px;
	height: 70px;
	line-height: 13px;
	font-size: 13px;
}

