html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
	width: 910px;
	height: 746px;
	margin: 0em auto;
	text-align: left;
	background: #fff url(../images/page-accueil.jpg) no-repeat top center;
	position: relative;
}
#pageindex{
	width: 910px;
	height: 746px;
	margin: 0em auto;
	text-align: left;
	background: #fff url(../images/fondIntroSite.jpg) no-repeat top center;
	position: relative;
}
#pageindexavec{
	width: 910px;
	height: 746px;
	margin: 2em auto;
	text-align: left;
	background: #fff;
	position: relative;
}
/* page index
----------------------*/
#avec{
	position: absolute;
	top: 259px;
	left: 173px;
	width: 282px;
	height: 103px;
	background: transparent;
	color: white;
}
#sans{
	position: absolute;
	top: 361px;
	left: 274px;
	width: 273px;
	height: 99px;
	background: transparent;
	color: white;
}

/* page accueil
----------------------*/
#bloc1{
	position: absolute;
	top: 100px;
	left: 74px;
	width: 66px;
	height: 70px;
	background: transparent;
	color: white;
	/*border: #fff solid 2px; */
}
#bloc2{
	position: absolute;
	top: 48px;
	left: 457px;
	width: 59px;
	height: 51px;
	background: transparent;
	color: white;
	/*border: #fff solid 2px; */
}
#bloc3{
	position: absolute;
	top: 80px;
	left: 712px;
	width: 48px;
	height: 51px;
	background: transparent;
	color: white;
	/*border: #fff solid 2px; */
}


/* fin page accueil
---------------------------*/
