

* {
	margin:0;
	padding:0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html {
	font-size:100%;
	text-align:center;
}

#prin {
  position:relative;
  background:url(../images/fd_cahier_vert_en.gif) no-repeat;
	height:550px;
	width:905px;
	margin:10px auto 0px auto;
  text-align:center;

}
/* ONGLETS GAUCHE*/
a#accueil, a#chambre, a#table, a#acces, a#joindre, a#famille, a#velo, a#village, a#langue {
position:absolute;
top:30px;
left:20px;
display:block;
width:22px;
height:90px;
/*pour masquer le texte du lien*/
text-indent:-3000px;
}
a#chambre{
top:120px;
}

a#table{
top:210px;
}

a#acces{
top:300px;
}

a#joindre{
top:390px;
}

/* ONGLETS DROITE*/
a#famille, a#velo, a#village,a#langue{
top:33px;
left:808px;
}
a#velo{
top:127px;
height:133px;

}

a#village{
top:263px;
}

a#langue{
top:354px;
}
