body {
	background-image: url(../images/background-pattern.png);
	background-position: top center;
	background-repeat: repeat-y;
}
#anteglobal {
	position: absolute; 
	top: 0px;
	left: 50%;
	width: 862px;
	height: 100%;
	margin-left: -484px;
  	z-index: 10;
}
#global {
	position: absolute;
	top: 0px;
	left: 105px;
	width: 757px;
	height: 100%;
	z-index:20;
}
#header {
	position: absolute;
	top: 29px;
	width: 737px;
	height: 72px;
	z-index: 30;
}
#header h1 {
	margin: 0;
	margin-left: 235px !important;
	padding: 0;
	width: 501px;
	height: 72px;
	max-height: 72px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-image: url(../images/header-home2.png);
	behavior: url(js/iepngfix.htc);
}
#alpiniste {
	position: fixed;
	width: 105px;
	height: 301px;
	background-image: url(../images/alpiniste1.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#home-container {
	/* text intro a droite */
	position: absolute;
	right: 20px;
	top: 122px;
	width: 278px;
	height: 480px;
	overflow: auto;
	font-family: Verdana, Tahoma, Arial;
	font-size: .7em;
	color: black;
	z-index: 35;
}
#home-container h1 {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 5px 0px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
	color: #b22222;
}
#home-container a:link, #home-container a:visited {
	text-decoration: none;
	color: firebrick;
}
#home-container a:hover , #home-container a:active {
	text-decoration: none;
	background-color: firebrick;
	color: white;
}
#info {
	position: absolute;
	top: 450px;
	left: 60px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 25px;
	font-weight: bold;
	color: #d4260e;
	z-index: 50;
}
#info_bis {
	position: absolute;
	top: 451px;
	left: 61px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 25px;
	font-weight: bold;
	color: white;
	z-index: 45;
}
#footer {
	position: absolute;
	top: 620px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 737px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: black;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: black;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #b22222;
	text-decoration: none;
}