html,body{margin:0; padding:0; 
	background: url("../img/fd.png") repeat;
	border: none;
	text-align: center;
	height: 100%
}

body{font: 76% arial,sans-serif;}


/*------------------Entete-------------------------*/
#layersindex {
 width: 656px;
 height: 453px;
 margin: 0px auto; 
 padding: 0;
 position: relative;
 overflow: visible; 
 top: 10%;
}
#layersindex div {margin: 0; padding: 0; position: absolute;}


div#carre {
	background: url("../img/index/c_or.png") no-repeat; 
	top: 50px; 
	position: absolute; width:395px; height: 344px; left: 100px;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
		/* Opacité pour IE */
		filter: alpha(opacity=75);
		/* Opacité pour IE (2°solution)*/
		-moz-opacity: 0.75;
		/* Opacité pour Mozilla */
		-khtml-opacity: 0.75;
		/* Opacité pour Safari */
		opacity:0.75;
		}	

#telemark a {display: block;}
div#telemark {
	background: url("../img/index/telemarkLien.png") no-repeat; 
	top: 200px; 
	position: absolute; width:319px; height: 128px; left: -30px;}
div#telemark a{ height: 128px;}
div#telemark a:hover{
	background: url("../img/index/telemarkLienr.png") no-repeat; height: 128px;}

#festival a {display: block;}
div#festival {
	background: url("../img/index/festiLien.png") no-repeat; 
	top: 30px; 
	position: absolute; width:372px; height: 205px; left: 260px;}
div#festival a{height: 205px;}
div#festival a:hover{ background: url("../img/index/festiLienr.png") no-repeat; height: 205px;}

	
div#arbres {
	background: url("../img/index/arbres.png") no-repeat; 
	top: 210px; 
	position: absolute; width:206px; height: 242px; left: 180px;}

div#direction {
	background: url("../img/index/direction.png") no-repeat; 
	top: 80px; 
	position: absolute; width:65px; height: 61px; left: 150px;}

div#bienvenue {
	background: url("../img/index/bienvenue.png") no-repeat; 
	top: 0px; 
	position: absolute; width:251px; height: 79px; left: 0px;}
	
div#joindre {
	top:420px;
	position: absolute; width:300px; height: 20px; left: -20px;}
	
div#copyright {
	top:270px;
	position: absolute; width:200px; height: 20px; left: 340px;}
	
/*-------------txt----------------------------------*/
.txtIn {
	font-family: Verdana, Arial; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	color: #e42322; 
	text-align: left;
	}
.txtIn a{ font-family: Verdana, Arial; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 11px; 
	color: #e42322; 
	text-align: left;
	text-decoration: none ; }
