body {
	margin : 0;
	padding: 0;
	background:white;
	width:960px;
	height:960px;
	color: #4b1c1a; /* couleur générale du texte sépia sombre */
/*	border: 1px green dashed;*/
}
#global ul {
	margin: 0;
	list-style: none;
	line-height:1.5em;
	font-size:1.2em;
}
#global li {
	padding-top:5px;
}
#global a {
	display: block;
	line-height: 1.5em;
	text-decoration: none;
	color: #4b1c1a;
/*	border:1px red dotted;*/
}

#global a:hover, #navigation a:focus {
	color: #c00047; /* couleur fushia*/
}
#arbre {
	position:absolute;
	left:240px;
	top:120px;	/*260-120=140*/
}
#conteuse {
	position:absolute;
	left:500px;
	top:160px;
	font-size:1.1em;
	color: #c00047;
}
#spectacles {
	position:absolute;
	left:600px;
	top:280px;
}
#actualites {
	position:absolute;
	left:570px;
	top:380px;
}

#jardin {
	position:absolute;
	left:480px;
	top:460px;
}

#biographie {
	position:absolute;
	left:290px;
	top:520px;
}
#contact {
	position:absolute;
	left:240px;
	top:420px;
}
#liens {
	position:absolute;
	left:200px;
	top:340px;
}

#cerclesconteurs {
	position:absolute;
	left:180px;
	top:250px;
}

}