body { background-color:#e9f3f8; }
#main{
	position:absolute;
	width:841px;
	height:620px;
	margin-left:-420px;  /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	margin-top:-310px;   /* moitie de height */
	top: 50%;            /* constant, toujours 50% */
}
#haut{
	width:841px;
	height:300px;
	background:url(../img/accueil/H1.jpg) no-repeat;
}
#milieu{
	width:841px;
	height:239px;
	background:url(../img/accueil/H2.jpg) no-repeat;
}
#bas{
	width:841px;
	height:81px;
	background:url(../img/accueil/H3.jpg) no-repeat;
}
#alpin{
	position:absolute;
	right:70px;
	top:170px;
	width:120px;
	height:91px;
	font:normal 900 20px arial;
	color:#fb0505;
}
#alpin p,#fond p{
	text-decoration:underline;
	margin:0 0 0 0;
	padding:20px 0 0 0;
}
#fond{
	position:absolute;
	right:70px;
	top:250px;
	width:120px;
	height:91px;
	font:normal 900 20px arial;
	color:#fb0505;
}
#texte{
	position:absolute;
	right:55px;
	top:370px;
	width:135px;
	height:150px;
	padding-left:10px;
	font:italic 600 14px arial;
	color:#2d5ba5;
}
#texte h1{}