html, body {
	width:100%;
	font-family: verdana;
	font-size: small;
	margin: 0;
	background: #000 /*url(../../images/fond.png) repeat-x;*/
}

img {
	border: none;
}

#photoaccueil {
	border: 3px solid #FFF;
	position: absolute;
	left:50%;
	top:50%;
	width:266px;
	height:350px;
	margin-left: -133px;
	margin-top: -175px;
	background: url("../../images/photoaccueil.jpg");
	z-index: 100;
}

#tribalgauche {
	position: absolute;
	width:185px;
	height:229px;
	left:50%;
	top:50%;
	margin-left:-280px;
	margin-top: -220px;
	background: url("../../images/tribalgauche.gif");
	z-index: 99;
}

#tribaldroit {
	position: absolute;
	width:185px;
	height:229px;
	left:50%;
	top:50%;
	margin-left:97px;
	margin-top: 0px;
	background: url("../../images/tribaldroit.gif");
	z-index: 99;
}

#lienentrez {
	position:absolute;
	left:50%;
	margin-left:-45px;
	top :50%;
	margin-top: 200px;
}

#nomdusite {
	position:absolute;
	left:50%;
	margin-left:-110px;
	top :50%;
	margin-top: -240px;
}