/* CSS Document */

#body {
	background:background-image;
	background-image: url(fond.png);
	leftmargin: 4px;
	topmargin: 4px;
	rightmargin: 4px;
	bottommargin: 4px;
	marginwidth: 4px;
	marginheight: 4px;
}

img {
	border:none;
}

#LogoAH {
	position:absolute;
	width:300px;
	height:300px;
	z-index:1;
	left: 15px;
	top: 15px;
	background-image: url("LogoAH.gif");
	background-repeat:no-repeat;
	visibility: visible;
}

#titre {
	visibility: visible;
	top: 50px;
	position: relative;
	z-index: 5;
	}	

#soustitre {
	visibility: visible;
	top: 80px;
	position: relative;
	z-index: 6;
	}
	
#contenu {
	visibility: visible;
	top: 100px;
	position: relative;
	z-index: 7;
	}

#conteneurmenu {
	position:absolute;
	width:100px;
	z-index:100;
	left: 0px;
	top: 320px;
	cursor: hand;
	visibility: visible;
}

#Gauche {
	position: absolute;
	width: 50px;
	height: auto;
	visibility: visible;
	z-index: 2;
	left: 0px;
	top: 500px;
	right: auto;
}

#Mentions {
	position: absolute;
	width: 100px;
	height: auto;
	top: 540px;
	left: 0px;
	visibility: visible;
	vertical-align:middle;
	z-index: 4;
}

#Droite {
	position: absolute;
	width: 50px;
	height: 20px;
	visibility: visible;
	z-index: 3;
	left: 50px;
	top: 500px;
}

#abonner {
	position: relative;
	width: auto;
	height: auto;
	}
