@charset "utf-8";
/* CSS Document */


#title {
	display:compact;
	font-family: Bodoni;
	font-size: 500px;
	color: #EFEFEF;
	width: auto;
	height:auto;
	position: absolute;
}

.arborescence {
	position: absolute;
	width: auto;
	cursor: crosshair;
}

.arborescence a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#contact {
	float:right;
	width: 200px;
	height: 200px;
	background-color: #333;
}

#infos{
	font-family: "Avenir 35";
	font-size: 12px;
	color:#fff;
	margin-top: 240px;
	margin-left: -27px;
	list-style: none;
	position: fixed;
	border-top: dashed #000 1px ;
	border-bottom: dashed #000 1px ;
	border-right: dashed #000 1px ;
	padding-top:7px;
	padding-bottom:14px;
	background-image:url(images/sb3.png);
	width:auto;
	min-width:100px;
}
	
#infos li a {
	display: block;
	color: #000;
	text-align: left;
	text-decoration: underline;
	padding: 3px 0px;
	width:auto;
    }

#infos li a:hover {
	color:#EFEFEF;
}

#divacacher{
	font-family: BauerBodoni;
	font-size:100px;
	color:#000;
	text-align:left;
}


h1 {
	font-size:9px;
	color:#FFF;

}

#copyright {
	position: fixed;
	margin-bottom: 5px;
	bottom: 0;
	font-family: "Avenir 35";
	font-size:11px;
	color: #666;
	text-align:right;
	width:auto;
	height:auto;
}
